yibo 7 years ago
parent
commit
40073a5dfd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      B3ClientService/Rpcs/BaseInfoRpc.cs

+ 2
- 2
B3ClientService/Rpcs/BaseInfoRpc.cs View File

@ -158,7 +158,7 @@ namespace BWP.B3ClientService.Rpcs
return GetBaseInfoList<WhiteBar>(input, args, top); return GetBaseInfoList<WhiteBar>(input, args, top);
} }
[Rpc]
[Rpc(RpcFlags.SkipAuth)]
public static List<WordPair> GetProductBatchList(string input, string args, int top) public static List<WordPair> GetProductBatchList(string input, string args, int top)
{ {
var query = new DQueryDom(new JoinAlias(typeof(ProductBatch))); var query = new DQueryDom(new JoinAlias(typeof(ProductBatch)));
@ -187,7 +187,7 @@ namespace BWP.B3ClientService.Rpcs
return dmo.EExecuteList().Cast<Sanction>().ToList(); return dmo.EExecuteList().Cast<Sanction>().ToList();
} }
[Rpc]
[Rpc(RpcFlags.SkipAuth)]
public static string GetLivestock() public static string GetLivestock()
{ {
var query = new DQueryDom(new JoinAlias(typeof(Livestock))); var query = new DQueryDom(new JoinAlias(typeof(Livestock)));


Loading…
Cancel
Save