Passed
Push — v6 ( fe03e1...0ec70f )
by 光春
04:11
created
src/service/pinduoduo/bin/src/Api/Request/PddWmsDepotTicketGetRequest.php 1 patch
Indentation   +77 added lines, -77 removed lines patch added patch discarded remove patch
@@ -7,82 +7,82 @@
 block discarded – undo
7 7
 class PddWmsDepotTicketGetRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Boolean, "notAck")
15
-	*/
16
-	private $notAck;
17
-
18
-	/**
19
-	* @JsonProperty(Integer, "createdAtGte")
20
-	*/
21
-	private $createdAtGte;
22
-
23
-	/**
24
-	* @JsonProperty(Integer, "createdAtLte")
25
-	*/
26
-	private $createdAtLte;
27
-
28
-	/**
29
-	* @JsonProperty(Integer, "pageNum")
30
-	*/
31
-	private $pageNum;
32
-
33
-	/**
34
-	* @JsonProperty(Integer, "pageSize")
35
-	*/
36
-	private $pageSize;
37
-
38
-	protected function setUserParams(&$params)
39
-	{
40
-		$this->setUserParam($params, "notAck", $this->notAck);
41
-		$this->setUserParam($params, "createdAtGte", $this->createdAtGte);
42
-		$this->setUserParam($params, "createdAtLte", $this->createdAtLte);
43
-		$this->setUserParam($params, "pageNum", $this->pageNum);
44
-		$this->setUserParam($params, "pageSize", $this->pageSize);
45
-
46
-	}
47
-
48
-	public function getVersion()
49
-	{
50
-		return "V1";
51
-	}
52
-
53
-	public function getDataType()
54
-	{
55
-		return "JSON";
56
-	}
57
-
58
-	public function getType()
59
-	{
60
-		return "pdd.wms.depot.ticket.get";
61
-	}
62
-
63
-	public function setNotAck($notAck)
64
-	{
65
-		$this->notAck = $notAck;
66
-	}
67
-
68
-	public function setCreatedAtGte($createdAtGte)
69
-	{
70
-		$this->createdAtGte = $createdAtGte;
71
-	}
72
-
73
-	public function setCreatedAtLte($createdAtLte)
74
-	{
75
-		$this->createdAtLte = $createdAtLte;
76
-	}
77
-
78
-	public function setPageNum($pageNum)
79
-	{
80
-		$this->pageNum = $pageNum;
81
-	}
82
-
83
-	public function setPageSize($pageSize)
84
-	{
85
-		$this->pageSize = $pageSize;
86
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Boolean, "notAck")
15
+     */
16
+    private $notAck;
17
+
18
+    /**
19
+     * @JsonProperty(Integer, "createdAtGte")
20
+     */
21
+    private $createdAtGte;
22
+
23
+    /**
24
+     * @JsonProperty(Integer, "createdAtLte")
25
+     */
26
+    private $createdAtLte;
27
+
28
+    /**
29
+     * @JsonProperty(Integer, "pageNum")
30
+     */
31
+    private $pageNum;
32
+
33
+    /**
34
+     * @JsonProperty(Integer, "pageSize")
35
+     */
36
+    private $pageSize;
37
+
38
+    protected function setUserParams(&$params)
39
+    {
40
+        $this->setUserParam($params, "notAck", $this->notAck);
41
+        $this->setUserParam($params, "createdAtGte", $this->createdAtGte);
42
+        $this->setUserParam($params, "createdAtLte", $this->createdAtLte);
43
+        $this->setUserParam($params, "pageNum", $this->pageNum);
44
+        $this->setUserParam($params, "pageSize", $this->pageSize);
45
+
46
+    }
47
+
48
+    public function getVersion()
49
+    {
50
+        return "V1";
51
+    }
52
+
53
+    public function getDataType()
54
+    {
55
+        return "JSON";
56
+    }
57
+
58
+    public function getType()
59
+    {
60
+        return "pdd.wms.depot.ticket.get";
61
+    }
62
+
63
+    public function setNotAck($notAck)
64
+    {
65
+        $this->notAck = $notAck;
66
+    }
67
+
68
+    public function setCreatedAtGte($createdAtGte)
69
+    {
70
+        $this->createdAtGte = $createdAtGte;
71
+    }
72
+
73
+    public function setCreatedAtLte($createdAtLte)
74
+    {
75
+        $this->createdAtLte = $createdAtLte;
76
+    }
77
+
78
+    public function setPageNum($pageNum)
79
+    {
80
+        $this->pageNum = $pageNum;
81
+    }
82
+
83
+    public function setPageSize($pageSize)
84
+    {
85
+        $this->pageSize = $pageSize;
86
+    }
87 87
 
88 88
 }
Please login to merge, or discard this patch.
service/pinduoduo/bin/src/Api/Request/PddVirtualGameServerQueryRequest.php 1 patch
Indentation   +33 added lines, -33 removed lines patch added patch discarded remove patch
@@ -7,38 +7,38 @@
 block discarded – undo
7 7
 class PddVirtualGameServerQueryRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(String, "goods_config_code")
15
-	*/
16
-	private $goodsConfigCode;
17
-
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "goods_config_code", $this->goodsConfigCode);
21
-
22
-	}
23
-
24
-	public function getVersion()
25
-	{
26
-		return "V1";
27
-	}
28
-
29
-	public function getDataType()
30
-	{
31
-		return "JSON";
32
-	}
33
-
34
-	public function getType()
35
-	{
36
-		return "pdd.virtual.game.server.query";
37
-	}
38
-
39
-	public function setGoodsConfigCode($goodsConfigCode)
40
-	{
41
-		$this->goodsConfigCode = $goodsConfigCode;
42
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "goods_config_code")
15
+     */
16
+    private $goodsConfigCode;
17
+
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "goods_config_code", $this->goodsConfigCode);
21
+
22
+    }
23
+
24
+    public function getVersion()
25
+    {
26
+        return "V1";
27
+    }
28
+
29
+    public function getDataType()
30
+    {
31
+        return "JSON";
32
+    }
33
+
34
+    public function getType()
35
+    {
36
+        return "pdd.virtual.game.server.query";
37
+    }
38
+
39
+    public function setGoodsConfigCode($goodsConfigCode)
40
+    {
41
+        $this->goodsConfigCode = $goodsConfigCode;
42
+    }
43 43
 
44 44
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddWmsInborderCreateRequest.php 1 patch
Indentation   +285 added lines, -285 removed lines patch added patch discarded remove patch
@@ -7,348 +7,348 @@
 block discarded – undo
7 7
 class PddWmsInborderCreateRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
10
+    {
11 11
 
12
-	}
13
-	/**
14
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddWmsInborderCreateRequest_Request, "request")
15
-	*/
16
-	private $request;
12
+    }
13
+    /**
14
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddWmsInborderCreateRequest_Request, "request")
15
+     */
16
+    private $request;
17 17
 
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "request", $this->request);
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "request", $this->request);
21 21
 
22
-	}
22
+    }
23 23
 
24
-	public function getVersion()
25
-	{
26
-		return "V1";
27
-	}
24
+    public function getVersion()
25
+    {
26
+        return "V1";
27
+    }
28 28
 
29
-	public function getDataType()
30
-	{
31
-		return "JSON";
32
-	}
29
+    public function getDataType()
30
+    {
31
+        return "JSON";
32
+    }
33 33
 
34
-	public function getType()
35
-	{
36
-		return "pdd.wms.inborder.create";
37
-	}
34
+    public function getType()
35
+    {
36
+        return "pdd.wms.inborder.create";
37
+    }
38 38
 
39
-	public function setRequest($request)
40
-	{
41
-		$this->request = $request;
42
-	}
39
+    public function setRequest($request)
40
+    {
41
+        $this->request = $request;
42
+    }
43 43
 
44 44
 }
45 45
 
46 46
 class PddWmsInborderCreateRequest_Request extends PopBaseJsonEntity
47 47
 {
48 48
 
49
-	public function __construct()
50
-	{
49
+    public function __construct()
50
+    {
51 51
 
52
-	}
52
+    }
53 53
 
54
-	/**
55
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddWmsInborderCreateRequest_RequestInbOrder, "inbOrder")
56
-	*/
57
-	private $inbOrder;
54
+    /**
55
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddWmsInborderCreateRequest_RequestInbOrder, "inbOrder")
56
+     */
57
+    private $inbOrder;
58 58
 
59
-	/**
60
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddWmsInborderCreateRequest_RequestOrderLineItem>, "orderLine")
61
-	*/
62
-	private $orderLine;
59
+    /**
60
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddWmsInborderCreateRequest_RequestOrderLineItem>, "orderLine")
61
+     */
62
+    private $orderLine;
63 63
 
64
-	public function setInbOrder($inbOrder)
65
-	{
66
-		$this->inbOrder = $inbOrder;
67
-	}
64
+    public function setInbOrder($inbOrder)
65
+    {
66
+        $this->inbOrder = $inbOrder;
67
+    }
68 68
 
69
-	public function setOrderLine($orderLine)
70
-	{
71
-		$this->orderLine = $orderLine;
72
-	}
69
+    public function setOrderLine($orderLine)
70
+    {
71
+        $this->orderLine = $orderLine;
72
+    }
73 73
 
74 74
 }
75 75
 
76 76
 class PddWmsInborderCreateRequest_RequestInbOrder extends PopBaseJsonEntity
77 77
 {
78 78
 
79
-	public function __construct()
80
-	{
81
-
82
-	}
83
-
84
-	/**
85
-	* @JsonProperty(String, "createTime")
86
-	*/
87
-	private $createTime;
88
-
89
-	/**
90
-	* @JsonProperty(String, "inbOrderCode")
91
-	*/
92
-	private $inbOrderCode;
93
-
94
-	/**
95
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddWmsInborderCreateRequest_RequestInbOrderMallContracter, "mallContracter")
96
-	*/
97
-	private $mallContracter;
98
-
99
-	/**
100
-	* @JsonProperty(String, "orderType")
101
-	*/
102
-	private $orderType;
103
-
104
-	/**
105
-	* @JsonProperty(String, "ownerCode")
106
-	*/
107
-	private $ownerCode;
108
-
109
-	/**
110
-	* @JsonProperty(String, "planReceiveTime")
111
-	*/
112
-	private $planReceiveTime;
113
-
114
-	/**
115
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddWmsInborderCreateRequest_RequestInbOrderRelatedOrdersItem>, "relatedOrders")
116
-	*/
117
-	private $relatedOrders;
118
-
119
-	/**
120
-	* @JsonProperty(String, "remark")
121
-	*/
122
-	private $remark;
123
-
124
-	/**
125
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddWmsInborderCreateRequest_RequestInbOrderSenderInfo, "senderInfo")
126
-	*/
127
-	private $senderInfo;
128
-
129
-	/**
130
-	* @JsonProperty(String, "warehouseCode")
131
-	*/
132
-	private $warehouseCode;
133
-
134
-	public function setCreateTime($createTime)
135
-	{
136
-		$this->createTime = $createTime;
137
-	}
138
-
139
-	public function setInbOrderCode($inbOrderCode)
140
-	{
141
-		$this->inbOrderCode = $inbOrderCode;
142
-	}
143
-
144
-	public function setMallContracter($mallContracter)
145
-	{
146
-		$this->mallContracter = $mallContracter;
147
-	}
148
-
149
-	public function setOrderType($orderType)
150
-	{
151
-		$this->orderType = $orderType;
152
-	}
153
-
154
-	public function setOwnerCode($ownerCode)
155
-	{
156
-		$this->ownerCode = $ownerCode;
157
-	}
158
-
159
-	public function setPlanReceiveTime($planReceiveTime)
160
-	{
161
-		$this->planReceiveTime = $planReceiveTime;
162
-	}
163
-
164
-	public function setRelatedOrders($relatedOrders)
165
-	{
166
-		$this->relatedOrders = $relatedOrders;
167
-	}
168
-
169
-	public function setRemark($remark)
170
-	{
171
-		$this->remark = $remark;
172
-	}
173
-
174
-	public function setSenderInfo($senderInfo)
175
-	{
176
-		$this->senderInfo = $senderInfo;
177
-	}
178
-
179
-	public function setWarehouseCode($warehouseCode)
180
-	{
181
-		$this->warehouseCode = $warehouseCode;
182
-	}
79
+    public function __construct()
80
+    {
81
+
82
+    }
83
+
84
+    /**
85
+     * @JsonProperty(String, "createTime")
86
+     */
87
+    private $createTime;
88
+
89
+    /**
90
+     * @JsonProperty(String, "inbOrderCode")
91
+     */
92
+    private $inbOrderCode;
93
+
94
+    /**
95
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddWmsInborderCreateRequest_RequestInbOrderMallContracter, "mallContracter")
96
+     */
97
+    private $mallContracter;
98
+
99
+    /**
100
+     * @JsonProperty(String, "orderType")
101
+     */
102
+    private $orderType;
103
+
104
+    /**
105
+     * @JsonProperty(String, "ownerCode")
106
+     */
107
+    private $ownerCode;
108
+
109
+    /**
110
+     * @JsonProperty(String, "planReceiveTime")
111
+     */
112
+    private $planReceiveTime;
113
+
114
+    /**
115
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddWmsInborderCreateRequest_RequestInbOrderRelatedOrdersItem>, "relatedOrders")
116
+     */
117
+    private $relatedOrders;
118
+
119
+    /**
120
+     * @JsonProperty(String, "remark")
121
+     */
122
+    private $remark;
123
+
124
+    /**
125
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddWmsInborderCreateRequest_RequestInbOrderSenderInfo, "senderInfo")
126
+     */
127
+    private $senderInfo;
128
+
129
+    /**
130
+     * @JsonProperty(String, "warehouseCode")
131
+     */
132
+    private $warehouseCode;
133
+
134
+    public function setCreateTime($createTime)
135
+    {
136
+        $this->createTime = $createTime;
137
+    }
138
+
139
+    public function setInbOrderCode($inbOrderCode)
140
+    {
141
+        $this->inbOrderCode = $inbOrderCode;
142
+    }
143
+
144
+    public function setMallContracter($mallContracter)
145
+    {
146
+        $this->mallContracter = $mallContracter;
147
+    }
148
+
149
+    public function setOrderType($orderType)
150
+    {
151
+        $this->orderType = $orderType;
152
+    }
153
+
154
+    public function setOwnerCode($ownerCode)
155
+    {
156
+        $this->ownerCode = $ownerCode;
157
+    }
158
+
159
+    public function setPlanReceiveTime($planReceiveTime)
160
+    {
161
+        $this->planReceiveTime = $planReceiveTime;
162
+    }
163
+
164
+    public function setRelatedOrders($relatedOrders)
165
+    {
166
+        $this->relatedOrders = $relatedOrders;
167
+    }
168
+
169
+    public function setRemark($remark)
170
+    {
171
+        $this->remark = $remark;
172
+    }
173
+
174
+    public function setSenderInfo($senderInfo)
175
+    {
176
+        $this->senderInfo = $senderInfo;
177
+    }
178
+
179
+    public function setWarehouseCode($warehouseCode)
180
+    {
181
+        $this->warehouseCode = $warehouseCode;
182
+    }
183 183
 
184 184
 }
185 185
 
186 186
 class PddWmsInborderCreateRequest_RequestInbOrderMallContracter extends PopBaseJsonEntity
187 187
 {
188 188
 
189
-	public function __construct()
190
-	{
189
+    public function __construct()
190
+    {
191 191
 
192
-	}
192
+    }
193 193
 
194
-	/**
195
-	* @JsonProperty(String, "mobile")
196
-	*/
197
-	private $mobile;
194
+    /**
195
+     * @JsonProperty(String, "mobile")
196
+     */
197
+    private $mobile;
198 198
 
199
-	/**
200
-	* @JsonProperty(String, "name")
201
-	*/
202
-	private $name;
199
+    /**
200
+     * @JsonProperty(String, "name")
201
+     */
202
+    private $name;
203 203
 
204
-	public function setMobile($mobile)
205
-	{
206
-		$this->mobile = $mobile;
207
-	}
204
+    public function setMobile($mobile)
205
+    {
206
+        $this->mobile = $mobile;
207
+    }
208 208
 
209
-	public function setName($name)
210
-	{
211
-		$this->name = $name;
212
-	}
209
+    public function setName($name)
210
+    {
211
+        $this->name = $name;
212
+    }
213 213
 
214 214
 }
215 215
 
216 216
 class PddWmsInborderCreateRequest_RequestInbOrderRelatedOrdersItem extends PopBaseJsonEntity
217 217
 {
218 218
 
219
-	public function __construct()
220
-	{
219
+    public function __construct()
220
+    {
221 221
 
222
-	}
222
+    }
223 223
 
224
-	/**
225
-	* @JsonProperty(String, "orderCode")
226
-	*/
227
-	private $orderCode;
224
+    /**
225
+     * @JsonProperty(String, "orderCode")
226
+     */
227
+    private $orderCode;
228 228
 
229
-	/**
230
-	* @JsonProperty(String, "orderType")
231
-	*/
232
-	private $orderType;
229
+    /**
230
+     * @JsonProperty(String, "orderType")
231
+     */
232
+    private $orderType;
233 233
 
234
-	public function setOrderCode($orderCode)
235
-	{
236
-		$this->orderCode = $orderCode;
237
-	}
234
+    public function setOrderCode($orderCode)
235
+    {
236
+        $this->orderCode = $orderCode;
237
+    }
238 238
 
239
-	public function setOrderType($orderType)
240
-	{
241
-		$this->orderType = $orderType;
242
-	}
239
+    public function setOrderType($orderType)
240
+    {
241
+        $this->orderType = $orderType;
242
+    }
243 243
 
244 244
 }
245 245
 
246 246
 class PddWmsInborderCreateRequest_RequestInbOrderSenderInfo extends PopBaseJsonEntity
247 247
 {
248 248
 
249
-	public function __construct()
250
-	{
251
-
252
-	}
253
-
254
-	/**
255
-	* @JsonProperty(String, "address")
256
-	*/
257
-	private $address;
258
-
259
-	/**
260
-	* @JsonProperty(String, "area")
261
-	*/
262
-	private $area;
263
-
264
-	/**
265
-	* @JsonProperty(String, "city")
266
-	*/
267
-	private $city;
268
-
269
-	/**
270
-	* @JsonProperty(String, "mobile")
271
-	*/
272
-	private $mobile;
273
-
274
-	/**
275
-	* @JsonProperty(String, "name")
276
-	*/
277
-	private $name;
278
-
279
-	/**
280
-	* @JsonProperty(String, "province")
281
-	*/
282
-	private $province;
283
-
284
-	public function setAddress($address)
285
-	{
286
-		$this->address = $address;
287
-	}
288
-
289
-	public function setArea($area)
290
-	{
291
-		$this->area = $area;
292
-	}
293
-
294
-	public function setCity($city)
295
-	{
296
-		$this->city = $city;
297
-	}
298
-
299
-	public function setMobile($mobile)
300
-	{
301
-		$this->mobile = $mobile;
302
-	}
303
-
304
-	public function setName($name)
305
-	{
306
-		$this->name = $name;
307
-	}
308
-
309
-	public function setProvince($province)
310
-	{
311
-		$this->province = $province;
312
-	}
249
+    public function __construct()
250
+    {
251
+
252
+    }
253
+
254
+    /**
255
+     * @JsonProperty(String, "address")
256
+     */
257
+    private $address;
258
+
259
+    /**
260
+     * @JsonProperty(String, "area")
261
+     */
262
+    private $area;
263
+
264
+    /**
265
+     * @JsonProperty(String, "city")
266
+     */
267
+    private $city;
268
+
269
+    /**
270
+     * @JsonProperty(String, "mobile")
271
+     */
272
+    private $mobile;
273
+
274
+    /**
275
+     * @JsonProperty(String, "name")
276
+     */
277
+    private $name;
278
+
279
+    /**
280
+     * @JsonProperty(String, "province")
281
+     */
282
+    private $province;
283
+
284
+    public function setAddress($address)
285
+    {
286
+        $this->address = $address;
287
+    }
288
+
289
+    public function setArea($area)
290
+    {
291
+        $this->area = $area;
292
+    }
293
+
294
+    public function setCity($city)
295
+    {
296
+        $this->city = $city;
297
+    }
298
+
299
+    public function setMobile($mobile)
300
+    {
301
+        $this->mobile = $mobile;
302
+    }
303
+
304
+    public function setName($name)
305
+    {
306
+        $this->name = $name;
307
+    }
308
+
309
+    public function setProvince($province)
310
+    {
311
+        $this->province = $province;
312
+    }
313 313
 
314 314
 }
315 315
 
316 316
 class PddWmsInborderCreateRequest_RequestOrderLineItem extends PopBaseJsonEntity
317 317
 {
318 318
 
319
-	public function __construct()
320
-	{
321
-
322
-	}
323
-
324
-	/**
325
-	* @JsonProperty(String, "inventoryType")
326
-	*/
327
-	private $inventoryType;
328
-
329
-	/**
330
-	* @JsonProperty(String, "planReceiveQuantity")
331
-	*/
332
-	private $planReceiveQuantity;
333
-
334
-	/**
335
-	* @JsonProperty(String, "wareSn")
336
-	*/
337
-	private $wareSn;
338
-
339
-	public function setInventoryType($inventoryType)
340
-	{
341
-		$this->inventoryType = $inventoryType;
342
-	}
343
-
344
-	public function setPlanReceiveQuantity($planReceiveQuantity)
345
-	{
346
-		$this->planReceiveQuantity = $planReceiveQuantity;
347
-	}
348
-
349
-	public function setWareSn($wareSn)
350
-	{
351
-		$this->wareSn = $wareSn;
352
-	}
319
+    public function __construct()
320
+    {
321
+
322
+    }
323
+
324
+    /**
325
+     * @JsonProperty(String, "inventoryType")
326
+     */
327
+    private $inventoryType;
328
+
329
+    /**
330
+     * @JsonProperty(String, "planReceiveQuantity")
331
+     */
332
+    private $planReceiveQuantity;
333
+
334
+    /**
335
+     * @JsonProperty(String, "wareSn")
336
+     */
337
+    private $wareSn;
338
+
339
+    public function setInventoryType($inventoryType)
340
+    {
341
+        $this->inventoryType = $inventoryType;
342
+    }
343
+
344
+    public function setPlanReceiveQuantity($planReceiveQuantity)
345
+    {
346
+        $this->planReceiveQuantity = $planReceiveQuantity;
347
+    }
348
+
349
+    public function setWareSn($wareSn)
350
+    {
351
+        $this->wareSn = $wareSn;
352
+    }
353 353
 
354 354
 }
Please login to merge, or discard this patch.
service/pinduoduo/bin/src/Api/Request/PddWmsReturnorderCreateRequest.php 1 patch
Indentation   +154 added lines, -154 removed lines patch added patch discarded remove patch
@@ -7,178 +7,178 @@
 block discarded – undo
7 7
 class PddWmsReturnorderCreateRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
10
+    {
11 11
 
12
-	}
13
-	/**
14
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddWmsReturnorderCreateRequest_Request, "request")
15
-	*/
16
-	private $request;
12
+    }
13
+    /**
14
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddWmsReturnorderCreateRequest_Request, "request")
15
+     */
16
+    private $request;
17 17
 
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "request", $this->request);
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "request", $this->request);
21 21
 
22
-	}
22
+    }
23 23
 
24
-	public function getVersion()
25
-	{
26
-		return "V1";
27
-	}
24
+    public function getVersion()
25
+    {
26
+        return "V1";
27
+    }
28 28
 
29
-	public function getDataType()
30
-	{
31
-		return "JSON";
32
-	}
29
+    public function getDataType()
30
+    {
31
+        return "JSON";
32
+    }
33 33
 
34
-	public function getType()
35
-	{
36
-		return "pdd.wms.returnorder.create";
37
-	}
34
+    public function getType()
35
+    {
36
+        return "pdd.wms.returnorder.create";
37
+    }
38 38
 
39
-	public function setRequest($request)
40
-	{
41
-		$this->request = $request;
42
-	}
39
+    public function setRequest($request)
40
+    {
41
+        $this->request = $request;
42
+    }
43 43
 
44 44
 }
45 45
 
46 46
 class PddWmsReturnorderCreateRequest_Request extends PopBaseJsonEntity
47 47
 {
48 48
 
49
-	public function __construct()
50
-	{
51
-
52
-	}
53
-
54
-	/**
55
-	* @JsonProperty(String, "deliveryOrderCode")
56
-	*/
57
-	private $deliveryOrderCode;
58
-
59
-	/**
60
-	* @JsonProperty(String, "orderFlag")
61
-	*/
62
-	private $orderFlag;
63
-
64
-	/**
65
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddWmsReturnorderCreateRequest_RequestOrderLinesItem>, "orderLines")
66
-	*/
67
-	private $orderLines;
68
-
69
-	/**
70
-	* @JsonProperty(String, "orderType")
71
-	*/
72
-	private $orderType;
73
-
74
-	/**
75
-	* @JsonProperty(String, "ownerCode")
76
-	*/
77
-	private $ownerCode;
78
-
79
-	/**
80
-	* @JsonProperty(String, "returnOrderCode")
81
-	*/
82
-	private $returnOrderCode;
83
-
84
-	/**
85
-	* @JsonProperty(String, "returnReason")
86
-	*/
87
-	private $returnReason;
88
-
89
-	/**
90
-	* @JsonProperty(String, "warehouseCode")
91
-	*/
92
-	private $warehouseCode;
93
-
94
-	public function setDeliveryOrderCode($deliveryOrderCode)
95
-	{
96
-		$this->deliveryOrderCode = $deliveryOrderCode;
97
-	}
98
-
99
-	public function setOrderFlag($orderFlag)
100
-	{
101
-		$this->orderFlag = $orderFlag;
102
-	}
103
-
104
-	public function setOrderLines($orderLines)
105
-	{
106
-		$this->orderLines = $orderLines;
107
-	}
108
-
109
-	public function setOrderType($orderType)
110
-	{
111
-		$this->orderType = $orderType;
112
-	}
113
-
114
-	public function setOwnerCode($ownerCode)
115
-	{
116
-		$this->ownerCode = $ownerCode;
117
-	}
118
-
119
-	public function setReturnOrderCode($returnOrderCode)
120
-	{
121
-		$this->returnOrderCode = $returnOrderCode;
122
-	}
123
-
124
-	public function setReturnReason($returnReason)
125
-	{
126
-		$this->returnReason = $returnReason;
127
-	}
128
-
129
-	public function setWarehouseCode($warehouseCode)
130
-	{
131
-		$this->warehouseCode = $warehouseCode;
132
-	}
49
+    public function __construct()
50
+    {
51
+
52
+    }
53
+
54
+    /**
55
+     * @JsonProperty(String, "deliveryOrderCode")
56
+     */
57
+    private $deliveryOrderCode;
58
+
59
+    /**
60
+     * @JsonProperty(String, "orderFlag")
61
+     */
62
+    private $orderFlag;
63
+
64
+    /**
65
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddWmsReturnorderCreateRequest_RequestOrderLinesItem>, "orderLines")
66
+     */
67
+    private $orderLines;
68
+
69
+    /**
70
+     * @JsonProperty(String, "orderType")
71
+     */
72
+    private $orderType;
73
+
74
+    /**
75
+     * @JsonProperty(String, "ownerCode")
76
+     */
77
+    private $ownerCode;
78
+
79
+    /**
80
+     * @JsonProperty(String, "returnOrderCode")
81
+     */
82
+    private $returnOrderCode;
83
+
84
+    /**
85
+     * @JsonProperty(String, "returnReason")
86
+     */
87
+    private $returnReason;
88
+
89
+    /**
90
+     * @JsonProperty(String, "warehouseCode")
91
+     */
92
+    private $warehouseCode;
93
+
94
+    public function setDeliveryOrderCode($deliveryOrderCode)
95
+    {
96
+        $this->deliveryOrderCode = $deliveryOrderCode;
97
+    }
98
+
99
+    public function setOrderFlag($orderFlag)
100
+    {
101
+        $this->orderFlag = $orderFlag;
102
+    }
103
+
104
+    public function setOrderLines($orderLines)
105
+    {
106
+        $this->orderLines = $orderLines;
107
+    }
108
+
109
+    public function setOrderType($orderType)
110
+    {
111
+        $this->orderType = $orderType;
112
+    }
113
+
114
+    public function setOwnerCode($ownerCode)
115
+    {
116
+        $this->ownerCode = $ownerCode;
117
+    }
118
+
119
+    public function setReturnOrderCode($returnOrderCode)
120
+    {
121
+        $this->returnOrderCode = $returnOrderCode;
122
+    }
123
+
124
+    public function setReturnReason($returnReason)
125
+    {
126
+        $this->returnReason = $returnReason;
127
+    }
128
+
129
+    public function setWarehouseCode($warehouseCode)
130
+    {
131
+        $this->warehouseCode = $warehouseCode;
132
+    }
133 133
 
134 134
 }
135 135
 
136 136
 class PddWmsReturnorderCreateRequest_RequestOrderLinesItem extends PopBaseJsonEntity
137 137
 {
138 138
 
139
-	public function __construct()
140
-	{
141
-
142
-	}
143
-
144
-	/**
145
-	* @JsonProperty(String, "inventoryType")
146
-	*/
147
-	private $inventoryType;
148
-
149
-	/**
150
-	* @JsonProperty(String, "parentWareSn")
151
-	*/
152
-	private $parentWareSn;
153
-
154
-	/**
155
-	* @JsonProperty(String, "quantity")
156
-	*/
157
-	private $quantity;
158
-
159
-	/**
160
-	* @JsonProperty(String, "wareSn")
161
-	*/
162
-	private $wareSn;
163
-
164
-	public function setInventoryType($inventoryType)
165
-	{
166
-		$this->inventoryType = $inventoryType;
167
-	}
168
-
169
-	public function setParentWareSn($parentWareSn)
170
-	{
171
-		$this->parentWareSn = $parentWareSn;
172
-	}
173
-
174
-	public function setQuantity($quantity)
175
-	{
176
-		$this->quantity = $quantity;
177
-	}
178
-
179
-	public function setWareSn($wareSn)
180
-	{
181
-		$this->wareSn = $wareSn;
182
-	}
139
+    public function __construct()
140
+    {
141
+
142
+    }
143
+
144
+    /**
145
+     * @JsonProperty(String, "inventoryType")
146
+     */
147
+    private $inventoryType;
148
+
149
+    /**
150
+     * @JsonProperty(String, "parentWareSn")
151
+     */
152
+    private $parentWareSn;
153
+
154
+    /**
155
+     * @JsonProperty(String, "quantity")
156
+     */
157
+    private $quantity;
158
+
159
+    /**
160
+     * @JsonProperty(String, "wareSn")
161
+     */
162
+    private $wareSn;
163
+
164
+    public function setInventoryType($inventoryType)
165
+    {
166
+        $this->inventoryType = $inventoryType;
167
+    }
168
+
169
+    public function setParentWareSn($parentWareSn)
170
+    {
171
+        $this->parentWareSn = $parentWareSn;
172
+    }
173
+
174
+    public function setQuantity($quantity)
175
+    {
176
+        $this->quantity = $quantity;
177
+    }
178
+
179
+    public function setWareSn($wareSn)
180
+    {
181
+        $this->wareSn = $wareSn;
182
+    }
183 183
 
184 184
 }
Please login to merge, or discard this patch.
service/pinduoduo/bin/src/Api/Request/PddVoucherVoucherInfoSendRequest.php 1 patch
Indentation   +74 added lines, -74 removed lines patch added patch discarded remove patch
@@ -7,90 +7,90 @@
 block discarded – undo
7 7
 class PddVoucherVoucherInfoSendRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(String, "order_sn")
15
-	*/
16
-	private $orderSn;
17
-
18
-	/**
19
-	* @JsonProperty(String, "out_biz_no")
20
-	*/
21
-	private $outBizNo;
22
-
23
-	/**
24
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddVoucherVoucherInfoSendRequest_VoucherListItem>, "voucher_list")
25
-	*/
26
-	private $voucherList;
27
-
28
-	protected function setUserParams(&$params)
29
-	{
30
-		$this->setUserParam($params, "order_sn", $this->orderSn);
31
-		$this->setUserParam($params, "out_biz_no", $this->outBizNo);
32
-		$this->setUserParam($params, "voucher_list", $this->voucherList);
33
-
34
-	}
35
-
36
-	public function getVersion()
37
-	{
38
-		return "V1";
39
-	}
40
-
41
-	public function getDataType()
42
-	{
43
-		return "JSON";
44
-	}
45
-
46
-	public function getType()
47
-	{
48
-		return "pdd.voucher.voucher.info.send";
49
-	}
50
-
51
-	public function setOrderSn($orderSn)
52
-	{
53
-		$this->orderSn = $orderSn;
54
-	}
55
-
56
-	public function setOutBizNo($outBizNo)
57
-	{
58
-		$this->outBizNo = $outBizNo;
59
-	}
60
-
61
-	public function setVoucherList($voucherList)
62
-	{
63
-		$this->voucherList = $voucherList;
64
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "order_sn")
15
+     */
16
+    private $orderSn;
17
+
18
+    /**
19
+     * @JsonProperty(String, "out_biz_no")
20
+     */
21
+    private $outBizNo;
22
+
23
+    /**
24
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddVoucherVoucherInfoSendRequest_VoucherListItem>, "voucher_list")
25
+     */
26
+    private $voucherList;
27
+
28
+    protected function setUserParams(&$params)
29
+    {
30
+        $this->setUserParam($params, "order_sn", $this->orderSn);
31
+        $this->setUserParam($params, "out_biz_no", $this->outBizNo);
32
+        $this->setUserParam($params, "voucher_list", $this->voucherList);
33
+
34
+    }
35
+
36
+    public function getVersion()
37
+    {
38
+        return "V1";
39
+    }
40
+
41
+    public function getDataType()
42
+    {
43
+        return "JSON";
44
+    }
45
+
46
+    public function getType()
47
+    {
48
+        return "pdd.voucher.voucher.info.send";
49
+    }
50
+
51
+    public function setOrderSn($orderSn)
52
+    {
53
+        $this->orderSn = $orderSn;
54
+    }
55
+
56
+    public function setOutBizNo($outBizNo)
57
+    {
58
+        $this->outBizNo = $outBizNo;
59
+    }
60
+
61
+    public function setVoucherList($voucherList)
62
+    {
63
+        $this->voucherList = $voucherList;
64
+    }
65 65
 
66 66
 }
67 67
 
68 68
 class PddVoucherVoucherInfoSendRequest_VoucherListItem extends PopBaseJsonEntity
69 69
 {
70 70
 
71
-	public function __construct()
72
-	{
71
+    public function __construct()
72
+    {
73 73
 
74
-	}
74
+    }
75 75
 
76
-	/**
77
-	* @JsonProperty(String, "voucher_id")
78
-	*/
79
-	private $voucherId;
76
+    /**
77
+     * @JsonProperty(String, "voucher_id")
78
+     */
79
+    private $voucherId;
80 80
 
81
-	/**
82
-	* @JsonProperty(String, "voucher_no")
83
-	*/
84
-	private $voucherNo;
81
+    /**
82
+     * @JsonProperty(String, "voucher_no")
83
+     */
84
+    private $voucherNo;
85 85
 
86
-	public function setVoucherId($voucherId)
87
-	{
88
-		$this->voucherId = $voucherId;
89
-	}
86
+    public function setVoucherId($voucherId)
87
+    {
88
+        $this->voucherId = $voucherId;
89
+    }
90 90
 
91
-	public function setVoucherNo($voucherNo)
92
-	{
93
-		$this->voucherNo = $voucherNo;
94
-	}
91
+    public function setVoucherNo($voucherNo)
92
+    {
93
+        $this->voucherNo = $voucherNo;
94
+    }
95 95
 
96 96
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddVirtualMobileChargeNotifyRequest.php 1 patch
Indentation   +140 added lines, -140 removed lines patch added patch discarded remove patch
@@ -7,151 +7,151 @@
 block discarded – undo
7 7
 class PddVirtualMobileChargeNotifyRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddVirtualMobileChargeNotifyRequest_ChargeCertiItem>, "charge_certi")
15
-	*/
16
-	private $chargeCerti;
17
-
18
-	/**
19
-	* @JsonProperty(String, "order_sn")
20
-	*/
21
-	private $orderSn;
22
-
23
-	/**
24
-	* @JsonProperty(String, "outer_order_sn")
25
-	*/
26
-	private $outerOrderSn;
27
-
28
-	/**
29
-	* @JsonProperty(String, "status")
30
-	*/
31
-	private $status;
32
-
33
-	protected function setUserParams(&$params)
34
-	{
35
-		$this->setUserParam($params, "charge_certi", $this->chargeCerti);
36
-		$this->setUserParam($params, "order_sn", $this->orderSn);
37
-		$this->setUserParam($params, "outer_order_sn", $this->outerOrderSn);
38
-		$this->setUserParam($params, "status", $this->status);
39
-
40
-	}
41
-
42
-	public function getVersion()
43
-	{
44
-		return "V1";
45
-	}
46
-
47
-	public function getDataType()
48
-	{
49
-		return "JSON";
50
-	}
51
-
52
-	public function getType()
53
-	{
54
-		return "pdd.virtual.mobile.charge.notify";
55
-	}
56
-
57
-	public function setChargeCerti($chargeCerti)
58
-	{
59
-		$this->chargeCerti = $chargeCerti;
60
-	}
61
-
62
-	public function setOrderSn($orderSn)
63
-	{
64
-		$this->orderSn = $orderSn;
65
-	}
66
-
67
-	public function setOuterOrderSn($outerOrderSn)
68
-	{
69
-		$this->outerOrderSn = $outerOrderSn;
70
-	}
71
-
72
-	public function setStatus($status)
73
-	{
74
-		$this->status = $status;
75
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddVirtualMobileChargeNotifyRequest_ChargeCertiItem>, "charge_certi")
15
+     */
16
+    private $chargeCerti;
17
+
18
+    /**
19
+     * @JsonProperty(String, "order_sn")
20
+     */
21
+    private $orderSn;
22
+
23
+    /**
24
+     * @JsonProperty(String, "outer_order_sn")
25
+     */
26
+    private $outerOrderSn;
27
+
28
+    /**
29
+     * @JsonProperty(String, "status")
30
+     */
31
+    private $status;
32
+
33
+    protected function setUserParams(&$params)
34
+    {
35
+        $this->setUserParam($params, "charge_certi", $this->chargeCerti);
36
+        $this->setUserParam($params, "order_sn", $this->orderSn);
37
+        $this->setUserParam($params, "outer_order_sn", $this->outerOrderSn);
38
+        $this->setUserParam($params, "status", $this->status);
39
+
40
+    }
41
+
42
+    public function getVersion()
43
+    {
44
+        return "V1";
45
+    }
46
+
47
+    public function getDataType()
48
+    {
49
+        return "JSON";
50
+    }
51
+
52
+    public function getType()
53
+    {
54
+        return "pdd.virtual.mobile.charge.notify";
55
+    }
56
+
57
+    public function setChargeCerti($chargeCerti)
58
+    {
59
+        $this->chargeCerti = $chargeCerti;
60
+    }
61
+
62
+    public function setOrderSn($orderSn)
63
+    {
64
+        $this->orderSn = $orderSn;
65
+    }
66
+
67
+    public function setOuterOrderSn($outerOrderSn)
68
+    {
69
+        $this->outerOrderSn = $outerOrderSn;
70
+    }
71
+
72
+    public function setStatus($status)
73
+    {
74
+        $this->status = $status;
75
+    }
76 76
 
77 77
 }
78 78
 
79 79
 class PddVirtualMobileChargeNotifyRequest_ChargeCertiItem extends PopBaseJsonEntity
80 80
 {
81 81
 
82
-	public function __construct()
83
-	{
84
-
85
-	}
86
-
87
-	/**
88
-	* @JsonProperty(Long, "charge_certi_amount")
89
-	*/
90
-	private $chargeCertiAmount;
91
-
92
-	/**
93
-	* @JsonProperty(String, "charge_certi_date")
94
-	*/
95
-	private $chargeCertiDate;
96
-
97
-	/**
98
-	* @JsonProperty(String, "charge_certi_mobile")
99
-	*/
100
-	private $chargeCertiMobile;
101
-
102
-	/**
103
-	* @JsonProperty(String, "charge_certi_mobile_tail")
104
-	*/
105
-	private $chargeCertiMobileTail;
106
-
107
-	/**
108
-	* @JsonProperty(String, "charge_certi_order_sn")
109
-	*/
110
-	private $chargeCertiOrderSn;
111
-
112
-	/**
113
-	* @JsonProperty(String, "charge_certi_text")
114
-	*/
115
-	private $chargeCertiText;
116
-
117
-	/**
118
-	* @JsonProperty(String, "merchant_outer_id")
119
-	*/
120
-	private $merchantOuterId;
121
-
122
-	public function setChargeCertiAmount($chargeCertiAmount)
123
-	{
124
-		$this->chargeCertiAmount = $chargeCertiAmount;
125
-	}
126
-
127
-	public function setChargeCertiDate($chargeCertiDate)
128
-	{
129
-		$this->chargeCertiDate = $chargeCertiDate;
130
-	}
131
-
132
-	public function setChargeCertiMobile($chargeCertiMobile)
133
-	{
134
-		$this->chargeCertiMobile = $chargeCertiMobile;
135
-	}
136
-
137
-	public function setChargeCertiMobileTail($chargeCertiMobileTail)
138
-	{
139
-		$this->chargeCertiMobileTail = $chargeCertiMobileTail;
140
-	}
141
-
142
-	public function setChargeCertiOrderSn($chargeCertiOrderSn)
143
-	{
144
-		$this->chargeCertiOrderSn = $chargeCertiOrderSn;
145
-	}
146
-
147
-	public function setChargeCertiText($chargeCertiText)
148
-	{
149
-		$this->chargeCertiText = $chargeCertiText;
150
-	}
151
-
152
-	public function setMerchantOuterId($merchantOuterId)
153
-	{
154
-		$this->merchantOuterId = $merchantOuterId;
155
-	}
82
+    public function __construct()
83
+    {
84
+
85
+    }
86
+
87
+    /**
88
+     * @JsonProperty(Long, "charge_certi_amount")
89
+     */
90
+    private $chargeCertiAmount;
91
+
92
+    /**
93
+     * @JsonProperty(String, "charge_certi_date")
94
+     */
95
+    private $chargeCertiDate;
96
+
97
+    /**
98
+     * @JsonProperty(String, "charge_certi_mobile")
99
+     */
100
+    private $chargeCertiMobile;
101
+
102
+    /**
103
+     * @JsonProperty(String, "charge_certi_mobile_tail")
104
+     */
105
+    private $chargeCertiMobileTail;
106
+
107
+    /**
108
+     * @JsonProperty(String, "charge_certi_order_sn")
109
+     */
110
+    private $chargeCertiOrderSn;
111
+
112
+    /**
113
+     * @JsonProperty(String, "charge_certi_text")
114
+     */
115
+    private $chargeCertiText;
116
+
117
+    /**
118
+     * @JsonProperty(String, "merchant_outer_id")
119
+     */
120
+    private $merchantOuterId;
121
+
122
+    public function setChargeCertiAmount($chargeCertiAmount)
123
+    {
124
+        $this->chargeCertiAmount = $chargeCertiAmount;
125
+    }
126
+
127
+    public function setChargeCertiDate($chargeCertiDate)
128
+    {
129
+        $this->chargeCertiDate = $chargeCertiDate;
130
+    }
131
+
132
+    public function setChargeCertiMobile($chargeCertiMobile)
133
+    {
134
+        $this->chargeCertiMobile = $chargeCertiMobile;
135
+    }
136
+
137
+    public function setChargeCertiMobileTail($chargeCertiMobileTail)
138
+    {
139
+        $this->chargeCertiMobileTail = $chargeCertiMobileTail;
140
+    }
141
+
142
+    public function setChargeCertiOrderSn($chargeCertiOrderSn)
143
+    {
144
+        $this->chargeCertiOrderSn = $chargeCertiOrderSn;
145
+    }
146
+
147
+    public function setChargeCertiText($chargeCertiText)
148
+    {
149
+        $this->chargeCertiText = $chargeCertiText;
150
+    }
151
+
152
+    public function setMerchantOuterId($merchantOuterId)
153
+    {
154
+        $this->merchantOuterId = $merchantOuterId;
155
+    }
156 156
 
157 157
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddWmsOuborderCreateRequest.php 1 patch
Indentation   +278 added lines, -278 removed lines patch added patch discarded remove patch
@@ -7,348 +7,348 @@
 block discarded – undo
7 7
 class PddWmsOuborderCreateRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
10
+    {
11 11
 
12
-	}
13
-	/**
14
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddWmsOuborderCreateRequest_Request, "request")
15
-	*/
16
-	private $request;
12
+    }
13
+    /**
14
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddWmsOuborderCreateRequest_Request, "request")
15
+     */
16
+    private $request;
17 17
 
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "request", $this->request);
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "request", $this->request);
21 21
 
22
-	}
22
+    }
23 23
 
24
-	public function getVersion()
25
-	{
26
-		return "V1";
27
-	}
24
+    public function getVersion()
25
+    {
26
+        return "V1";
27
+    }
28 28
 
29
-	public function getDataType()
30
-	{
31
-		return "JSON";
32
-	}
29
+    public function getDataType()
30
+    {
31
+        return "JSON";
32
+    }
33 33
 
34
-	public function getType()
35
-	{
36
-		return "pdd.wms.ouborder.create";
37
-	}
34
+    public function getType()
35
+    {
36
+        return "pdd.wms.ouborder.create";
37
+    }
38 38
 
39
-	public function setRequest($request)
40
-	{
41
-		$this->request = $request;
42
-	}
39
+    public function setRequest($request)
40
+    {
41
+        $this->request = $request;
42
+    }
43 43
 
44 44
 }
45 45
 
46 46
 class PddWmsOuborderCreateRequest_Request extends PopBaseJsonEntity
47 47
 {
48 48
 
49
-	public function __construct()
50
-	{
49
+    public function __construct()
50
+    {
51 51
 
52
-	}
52
+    }
53 53
 
54
-	/**
55
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddWmsOuborderCreateRequest_RequestOrderLineItem>, "orderLine")
56
-	*/
57
-	private $orderLine;
54
+    /**
55
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddWmsOuborderCreateRequest_RequestOrderLineItem>, "orderLine")
56
+     */
57
+    private $orderLine;
58 58
 
59
-	/**
60
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddWmsOuborderCreateRequest_RequestOubOrder, "oubOrder")
61
-	*/
62
-	private $oubOrder;
59
+    /**
60
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddWmsOuborderCreateRequest_RequestOubOrder, "oubOrder")
61
+     */
62
+    private $oubOrder;
63 63
 
64
-	public function setOrderLine($orderLine)
65
-	{
66
-		$this->orderLine = $orderLine;
67
-	}
64
+    public function setOrderLine($orderLine)
65
+    {
66
+        $this->orderLine = $orderLine;
67
+    }
68 68
 
69
-	public function setOubOrder($oubOrder)
70
-	{
71
-		$this->oubOrder = $oubOrder;
72
-	}
69
+    public function setOubOrder($oubOrder)
70
+    {
71
+        $this->oubOrder = $oubOrder;
72
+    }
73 73
 
74 74
 }
75 75
 
76 76
 class PddWmsOuborderCreateRequest_RequestOrderLineItem extends PopBaseJsonEntity
77 77
 {
78 78
 
79
-	public function __construct()
80
-	{
79
+    public function __construct()
80
+    {
81 81
 
82
-	}
82
+    }
83 83
 
84
-	/**
85
-	* @JsonProperty(String, "inventoryType")
86
-	*/
87
-	private $inventoryType;
84
+    /**
85
+     * @JsonProperty(String, "inventoryType")
86
+     */
87
+    private $inventoryType;
88 88
 
89
-	/**
90
-	* @JsonProperty(String, "planSendQuantity")
91
-	*/
92
-	private $planSendQuantity;
89
+    /**
90
+     * @JsonProperty(String, "planSendQuantity")
91
+     */
92
+    private $planSendQuantity;
93 93
 
94
-	/**
95
-	* @JsonProperty(String, "wareSn")
96
-	*/
97
-	private $wareSn;
94
+    /**
95
+     * @JsonProperty(String, "wareSn")
96
+     */
97
+    private $wareSn;
98 98
 
99
-	public function setInventoryType($inventoryType)
100
-	{
101
-		$this->inventoryType = $inventoryType;
102
-	}
99
+    public function setInventoryType($inventoryType)
100
+    {
101
+        $this->inventoryType = $inventoryType;
102
+    }
103 103
 
104
-	public function setPlanSendQuantity($planSendQuantity)
105
-	{
106
-		$this->planSendQuantity = $planSendQuantity;
107
-	}
104
+    public function setPlanSendQuantity($planSendQuantity)
105
+    {
106
+        $this->planSendQuantity = $planSendQuantity;
107
+    }
108 108
 
109
-	public function setWareSn($wareSn)
110
-	{
111
-		$this->wareSn = $wareSn;
112
-	}
109
+    public function setWareSn($wareSn)
110
+    {
111
+        $this->wareSn = $wareSn;
112
+    }
113 113
 
114 114
 }
115 115
 
116 116
 class PddWmsOuborderCreateRequest_RequestOubOrder extends PopBaseJsonEntity
117 117
 {
118 118
 
119
-	public function __construct()
120
-	{
121
-
122
-	}
123
-
124
-	/**
125
-	* @JsonProperty(String, "createTime")
126
-	*/
127
-	private $createTime;
128
-
129
-	/**
130
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddWmsOuborderCreateRequest_RequestOubOrderMallContracter, "mallContracter")
131
-	*/
132
-	private $mallContracter;
133
-
134
-	/**
135
-	* @JsonProperty(String, "orderType")
136
-	*/
137
-	private $orderType;
138
-
139
-	/**
140
-	* @JsonProperty(String, "oubOrderCode")
141
-	*/
142
-	private $oubOrderCode;
143
-
144
-	/**
145
-	* @JsonProperty(String, "ownerCode")
146
-	*/
147
-	private $ownerCode;
148
-
149
-	/**
150
-	* @JsonProperty(String, "planSendTime")
151
-	*/
152
-	private $planSendTime;
153
-
154
-	/**
155
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddWmsOuborderCreateRequest_RequestOubOrderReceiverInfo, "receiverInfo")
156
-	*/
157
-	private $receiverInfo;
158
-
159
-	/**
160
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddWmsOuborderCreateRequest_RequestOubOrderRelatedOrdersItem>, "relatedOrders")
161
-	*/
162
-	private $relatedOrders;
163
-
164
-	/**
165
-	* @JsonProperty(String, "remark")
166
-	*/
167
-	private $remark;
168
-
169
-	/**
170
-	* @JsonProperty(String, "warehouseCode")
171
-	*/
172
-	private $warehouseCode;
173
-
174
-	public function setCreateTime($createTime)
175
-	{
176
-		$this->createTime = $createTime;
177
-	}
178
-
179
-	public function setMallContracter($mallContracter)
180
-	{
181
-		$this->mallContracter = $mallContracter;
182
-	}
183
-
184
-	public function setOrderType($orderType)
185
-	{
186
-		$this->orderType = $orderType;
187
-	}
188
-
189
-	public function setOubOrderCode($oubOrderCode)
190
-	{
191
-		$this->oubOrderCode = $oubOrderCode;
192
-	}
193
-
194
-	public function setOwnerCode($ownerCode)
195
-	{
196
-		$this->ownerCode = $ownerCode;
197
-	}
198
-
199
-	public function setPlanSendTime($planSendTime)
200
-	{
201
-		$this->planSendTime = $planSendTime;
202
-	}
203
-
204
-	public function setReceiverInfo($receiverInfo)
205
-	{
206
-		$this->receiverInfo = $receiverInfo;
207
-	}
208
-
209
-	public function setRelatedOrders($relatedOrders)
210
-	{
211
-		$this->relatedOrders = $relatedOrders;
212
-	}
213
-
214
-	public function setRemark($remark)
215
-	{
216
-		$this->remark = $remark;
217
-	}
218
-
219
-	public function setWarehouseCode($warehouseCode)
220
-	{
221
-		$this->warehouseCode = $warehouseCode;
222
-	}
119
+    public function __construct()
120
+    {
121
+
122
+    }
123
+
124
+    /**
125
+     * @JsonProperty(String, "createTime")
126
+     */
127
+    private $createTime;
128
+
129
+    /**
130
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddWmsOuborderCreateRequest_RequestOubOrderMallContracter, "mallContracter")
131
+     */
132
+    private $mallContracter;
133
+
134
+    /**
135
+     * @JsonProperty(String, "orderType")
136
+     */
137
+    private $orderType;
138
+
139
+    /**
140
+     * @JsonProperty(String, "oubOrderCode")
141
+     */
142
+    private $oubOrderCode;
143
+
144
+    /**
145
+     * @JsonProperty(String, "ownerCode")
146
+     */
147
+    private $ownerCode;
148
+
149
+    /**
150
+     * @JsonProperty(String, "planSendTime")
151
+     */
152
+    private $planSendTime;
153
+
154
+    /**
155
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddWmsOuborderCreateRequest_RequestOubOrderReceiverInfo, "receiverInfo")
156
+     */
157
+    private $receiverInfo;
158
+
159
+    /**
160
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddWmsOuborderCreateRequest_RequestOubOrderRelatedOrdersItem>, "relatedOrders")
161
+     */
162
+    private $relatedOrders;
163
+
164
+    /**
165
+     * @JsonProperty(String, "remark")
166
+     */
167
+    private $remark;
168
+
169
+    /**
170
+     * @JsonProperty(String, "warehouseCode")
171
+     */
172
+    private $warehouseCode;
173
+
174
+    public function setCreateTime($createTime)
175
+    {
176
+        $this->createTime = $createTime;
177
+    }
178
+
179
+    public function setMallContracter($mallContracter)
180
+    {
181
+        $this->mallContracter = $mallContracter;
182
+    }
183
+
184
+    public function setOrderType($orderType)
185
+    {
186
+        $this->orderType = $orderType;
187
+    }
188
+
189
+    public function setOubOrderCode($oubOrderCode)
190
+    {
191
+        $this->oubOrderCode = $oubOrderCode;
192
+    }
193
+
194
+    public function setOwnerCode($ownerCode)
195
+    {
196
+        $this->ownerCode = $ownerCode;
197
+    }
198
+
199
+    public function setPlanSendTime($planSendTime)
200
+    {
201
+        $this->planSendTime = $planSendTime;
202
+    }
203
+
204
+    public function setReceiverInfo($receiverInfo)
205
+    {
206
+        $this->receiverInfo = $receiverInfo;
207
+    }
208
+
209
+    public function setRelatedOrders($relatedOrders)
210
+    {
211
+        $this->relatedOrders = $relatedOrders;
212
+    }
213
+
214
+    public function setRemark($remark)
215
+    {
216
+        $this->remark = $remark;
217
+    }
218
+
219
+    public function setWarehouseCode($warehouseCode)
220
+    {
221
+        $this->warehouseCode = $warehouseCode;
222
+    }
223 223
 
224 224
 }
225 225
 
226 226
 class PddWmsOuborderCreateRequest_RequestOubOrderMallContracter extends PopBaseJsonEntity
227 227
 {
228 228
 
229
-	public function __construct()
230
-	{
229
+    public function __construct()
230
+    {
231 231
 
232
-	}
232
+    }
233 233
 
234
-	/**
235
-	* @JsonProperty(String, "mobile")
236
-	*/
237
-	private $mobile;
234
+    /**
235
+     * @JsonProperty(String, "mobile")
236
+     */
237
+    private $mobile;
238 238
 
239
-	/**
240
-	* @JsonProperty(String, "name")
241
-	*/
242
-	private $name;
239
+    /**
240
+     * @JsonProperty(String, "name")
241
+     */
242
+    private $name;
243 243
 
244
-	public function setMobile($mobile)
245
-	{
246
-		$this->mobile = $mobile;
247
-	}
244
+    public function setMobile($mobile)
245
+    {
246
+        $this->mobile = $mobile;
247
+    }
248 248
 
249
-	public function setName($name)
250
-	{
251
-		$this->name = $name;
252
-	}
249
+    public function setName($name)
250
+    {
251
+        $this->name = $name;
252
+    }
253 253
 
254 254
 }
255 255
 
256 256
 class PddWmsOuborderCreateRequest_RequestOubOrderReceiverInfo extends PopBaseJsonEntity
257 257
 {
258 258
 
259
-	public function __construct()
260
-	{
261
-
262
-	}
263
-
264
-	/**
265
-	* @JsonProperty(String, "address")
266
-	*/
267
-	private $address;
268
-
269
-	/**
270
-	* @JsonProperty(String, "area")
271
-	*/
272
-	private $area;
273
-
274
-	/**
275
-	* @JsonProperty(String, "city")
276
-	*/
277
-	private $city;
278
-
279
-	/**
280
-	* @JsonProperty(String, "mobile")
281
-	*/
282
-	private $mobile;
283
-
284
-	/**
285
-	* @JsonProperty(String, "name")
286
-	*/
287
-	private $name;
288
-
289
-	/**
290
-	* @JsonProperty(String, "province")
291
-	*/
292
-	private $province;
293
-
294
-	public function setAddress($address)
295
-	{
296
-		$this->address = $address;
297
-	}
298
-
299
-	public function setArea($area)
300
-	{
301
-		$this->area = $area;
302
-	}
303
-
304
-	public function setCity($city)
305
-	{
306
-		$this->city = $city;
307
-	}
308
-
309
-	public function setMobile($mobile)
310
-	{
311
-		$this->mobile = $mobile;
312
-	}
313
-
314
-	public function setName($name)
315
-	{
316
-		$this->name = $name;
317
-	}
318
-
319
-	public function setProvince($province)
320
-	{
321
-		$this->province = $province;
322
-	}
259
+    public function __construct()
260
+    {
261
+
262
+    }
263
+
264
+    /**
265
+     * @JsonProperty(String, "address")
266
+     */
267
+    private $address;
268
+
269
+    /**
270
+     * @JsonProperty(String, "area")
271
+     */
272
+    private $area;
273
+
274
+    /**
275
+     * @JsonProperty(String, "city")
276
+     */
277
+    private $city;
278
+
279
+    /**
280
+     * @JsonProperty(String, "mobile")
281
+     */
282
+    private $mobile;
283
+
284
+    /**
285
+     * @JsonProperty(String, "name")
286
+     */
287
+    private $name;
288
+
289
+    /**
290
+     * @JsonProperty(String, "province")
291
+     */
292
+    private $province;
293
+
294
+    public function setAddress($address)
295
+    {
296
+        $this->address = $address;
297
+    }
298
+
299
+    public function setArea($area)
300
+    {
301
+        $this->area = $area;
302
+    }
303
+
304
+    public function setCity($city)
305
+    {
306
+        $this->city = $city;
307
+    }
308
+
309
+    public function setMobile($mobile)
310
+    {
311
+        $this->mobile = $mobile;
312
+    }
313
+
314
+    public function setName($name)
315
+    {
316
+        $this->name = $name;
317
+    }
318
+
319
+    public function setProvince($province)
320
+    {
321
+        $this->province = $province;
322
+    }
323 323
 
324 324
 }
325 325
 
326 326
 class PddWmsOuborderCreateRequest_RequestOubOrderRelatedOrdersItem extends PopBaseJsonEntity
327 327
 {
328 328
 
329
-	public function __construct()
330
-	{
329
+    public function __construct()
330
+    {
331 331
 
332
-	}
332
+    }
333 333
 
334
-	/**
335
-	* @JsonProperty(String, "orderCode")
336
-	*/
337
-	private $orderCode;
334
+    /**
335
+     * @JsonProperty(String, "orderCode")
336
+     */
337
+    private $orderCode;
338 338
 
339
-	/**
340
-	* @JsonProperty(String, "orderType")
341
-	*/
342
-	private $orderType;
339
+    /**
340
+     * @JsonProperty(String, "orderType")
341
+     */
342
+    private $orderType;
343 343
 
344
-	public function setOrderCode($orderCode)
345
-	{
346
-		$this->orderCode = $orderCode;
347
-	}
344
+    public function setOrderCode($orderCode)
345
+    {
346
+        $this->orderCode = $orderCode;
347
+    }
348 348
 
349
-	public function setOrderType($orderType)
350
-	{
351
-		$this->orderType = $orderType;
352
-	}
349
+    public function setOrderType($orderType)
350
+    {
351
+        $this->orderType = $orderType;
352
+    }
353 353
 
354 354
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddTimeGetRequest.php 1 patch
Indentation   +17 added lines, -17 removed lines patch added patch discarded remove patch
@@ -7,27 +7,27 @@
 block discarded – undo
7 7
 class PddTimeGetRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
10
+    {
11 11
 
12
-	}
13
-	protected function setUserParams(&$params)
14
-	{
12
+    }
13
+    protected function setUserParams(&$params)
14
+    {
15 15
 
16
-	}
16
+    }
17 17
 
18
-	public function getVersion()
19
-	{
20
-		return "V1";
21
-	}
18
+    public function getVersion()
19
+    {
20
+        return "V1";
21
+    }
22 22
 
23
-	public function getDataType()
24
-	{
25
-		return "JSON";
26
-	}
23
+    public function getDataType()
24
+    {
25
+        return "JSON";
26
+    }
27 27
 
28
-	public function getType()
29
-	{
30
-		return "pdd.time.get";
31
-	}
28
+    public function getType()
29
+    {
30
+        return "pdd.time.get";
31
+    }
32 32
 
33 33
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddWaybillSearchRequest.php 1 patch
Indentation   +33 added lines, -33 removed lines patch added patch discarded remove patch
@@ -7,38 +7,38 @@
 block discarded – undo
7 7
 class PddWaybillSearchRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(String, "wp_code")
15
-	*/
16
-	private $wpCode;
17
-
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "wp_code", $this->wpCode);
21
-
22
-	}
23
-
24
-	public function getVersion()
25
-	{
26
-		return "V1";
27
-	}
28
-
29
-	public function getDataType()
30
-	{
31
-		return "JSON";
32
-	}
33
-
34
-	public function getType()
35
-	{
36
-		return "pdd.waybill.search";
37
-	}
38
-
39
-	public function setWpCode($wpCode)
40
-	{
41
-		$this->wpCode = $wpCode;
42
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "wp_code")
15
+     */
16
+    private $wpCode;
17
+
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "wp_code", $this->wpCode);
21
+
22
+    }
23
+
24
+    public function getVersion()
25
+    {
26
+        return "V1";
27
+    }
28
+
29
+    public function getDataType()
30
+    {
31
+        return "JSON";
32
+    }
33
+
34
+    public function getType()
35
+    {
36
+        return "pdd.waybill.search";
37
+    }
38
+
39
+    public function setWpCode($wpCode)
40
+    {
41
+        $this->wpCode = $wpCode;
42
+    }
43 43
 
44 44
 }
Please login to merge, or discard this patch.