From 5566987480dcaa4a0e537b6ee0f095aab43bc215 Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Wed, 24 Aug 2022 02:47:01 +0800 Subject: [PATCH] 1 --- ...opAfsSoaRefundapplyQueryPageListRequest.cs | 137 ++++++++---------- 1 file changed, 58 insertions(+), 79 deletions(-) diff --git a/BBWY.JDSDK/Request/PopAfsSoaRefundapplyQueryPageListRequest.cs b/BBWY.JDSDK/Request/PopAfsSoaRefundapplyQueryPageListRequest.cs index 763bab86..e41bd448 100644 --- a/BBWY.JDSDK/Request/PopAfsSoaRefundapplyQueryPageListRequest.cs +++ b/BBWY.JDSDK/Request/PopAfsSoaRefundapplyQueryPageListRequest.cs @@ -6,97 +6,76 @@ namespace Jd.Api.Request { public class PopAfsSoaRefundapplyQueryPageListRequest : JdRequestBase { - public string - ids - {get; set;} - - public Nullable - status - {get; set;} - - public string - orderId - {get; set;} - - public string - buyerId - {get; set;} - - public string - buyerName - {get; set;} - - public string - applyTimeStart - {get; set;} - - public string - applyTimeEnd - {get; set;} - - public string - checkTimeStart - {get; set;} - - public string - checkTimeEnd - {get; set;} - - public Nullable - pageIndex - {get; set;} - - public Nullable - pageSize - {get; set;} - - public Nullable - storeId - {get; set;} - - public string - openIdBuyer - {get; set;} - - public string - xidBuyer - {get; set;} - - public override string ApiName - { - get{return "jingdong.pop.afs.soa.refundapply.queryPageList";} - } - protected override void PrepareParam(IDictionary parameters) - { - parameters.Add("ids", this. ids + public string ids + { get; set; } + + public Nullable status + { get; set; } + + public string orderId + { get; set; } + + public string buyerId + { get; set; } + + public string buyerName + { get; set; } + + public string applyTimeStart + { get; set; } + + public string applyTimeEnd + { get; set; } + + public string checkTimeStart + { get; set; } + + public string checkTimeEnd + { get; set; } + + public Nullable pageIndex + { get; set; } + + public Nullable pageSize { get; set; } + + public Nullable storeId { get; set; } + + public string openIdBuyer { get; set; } + + public string xidBuyer { get; set; } + + public override string ApiName { get { return "jingdong.pop.afs.soa.refundapply.queryPageList"; } } + protected override void PrepareParam(IDictionary parameters) + { + parameters.Add("ids", this.ids ); - parameters.Add("status", this. status + parameters.Add("status", this.status ); - parameters.Add("orderId", this. orderId + parameters.Add("orderId", this.orderId ); - parameters.Add("buyerId", this. buyerId + parameters.Add("buyerId", this.buyerId ); - parameters.Add("buyerName", this. buyerName + parameters.Add("buyerName", this.buyerName ); - parameters.Add("applyTimeStart", this. applyTimeStart + parameters.Add("applyTimeStart", this.applyTimeStart ); - parameters.Add("applyTimeEnd", this. applyTimeEnd + parameters.Add("applyTimeEnd", this.applyTimeEnd ); - parameters.Add("checkTimeStart", this. checkTimeStart + parameters.Add("checkTimeStart", this.checkTimeStart ); - parameters.Add("checkTimeEnd", this. checkTimeEnd + parameters.Add("checkTimeEnd", this.checkTimeEnd ); - parameters.Add("pageIndex", this. pageIndex + parameters.Add("pageIndex", this.pageIndex ); - parameters.Add("pageSize", this. pageSize + parameters.Add("pageSize", this.pageSize ); - parameters.Add("storeId", this. storeId + parameters.Add("storeId", this.storeId ); - parameters.Add("open_id_buyer", this. openIdBuyer + parameters.Add("open_id_buyer", this.openIdBuyer ); - parameters.Add("xid_buyer", this. xidBuyer + parameters.Add("xid_buyer", this.xidBuyer ); - } + } } } @@ -104,6 +83,6 @@ namespace Jd.Api.Request - - + +