Passed
Push — v6 ( fe399c...515a76 )
by 光春
06:18
created
bin/src/Api/Request/PddAdApiUnitUpdateDataOperateStatusRequest.php 1 patch
Indentation   +44 added lines, -44 removed lines patch added patch discarded remove patch
@@ -7,49 +7,49 @@
 block discarded – undo
7 7
 class PddAdApiUnitUpdateDataOperateStatusRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(List<Long>, "adIds")
15
-	*/
16
-	private $adIds;
17
-
18
-	/**
19
-	* @JsonProperty(Integer, "dataOperateStatus")
20
-	*/
21
-	private $dataOperateStatus;
22
-
23
-	protected function setUserParams(&$params)
24
-	{
25
-		$this->setUserParam($params, "adIds", $this->adIds);
26
-		$this->setUserParam($params, "dataOperateStatus", $this->dataOperateStatus);
27
-
28
-	}
29
-
30
-	public function getVersion()
31
-	{
32
-		return "V1";
33
-	}
34
-
35
-	public function getDataType()
36
-	{
37
-		return "JSON";
38
-	}
39
-
40
-	public function getType()
41
-	{
42
-		return "pdd.ad.api.unit.update.data.operate.status";
43
-	}
44
-
45
-	public function setAdIds($adIds)
46
-	{
47
-		$this->adIds = $adIds;
48
-	}
49
-
50
-	public function setDataOperateStatus($dataOperateStatus)
51
-	{
52
-		$this->dataOperateStatus = $dataOperateStatus;
53
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(List<Long>, "adIds")
15
+     */
16
+    private $adIds;
17
+
18
+    /**
19
+     * @JsonProperty(Integer, "dataOperateStatus")
20
+     */
21
+    private $dataOperateStatus;
22
+
23
+    protected function setUserParams(&$params)
24
+    {
25
+        $this->setUserParam($params, "adIds", $this->adIds);
26
+        $this->setUserParam($params, "dataOperateStatus", $this->dataOperateStatus);
27
+
28
+    }
29
+
30
+    public function getVersion()
31
+    {
32
+        return "V1";
33
+    }
34
+
35
+    public function getDataType()
36
+    {
37
+        return "JSON";
38
+    }
39
+
40
+    public function getType()
41
+    {
42
+        return "pdd.ad.api.unit.update.data.operate.status";
43
+    }
44
+
45
+    public function setAdIds($adIds)
46
+    {
47
+        $this->adIds = $adIds;
48
+    }
49
+
50
+    public function setDataOperateStatus($dataOperateStatus)
51
+    {
52
+        $this->dataOperateStatus = $dataOperateStatus;
53
+    }
54 54
 
55 55
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddMallInfoStoreUpdatePostNopoiRequest.php 1 patch
Indentation   +187 added lines, -187 removed lines patch added patch discarded remove patch
@@ -7,192 +7,192 @@
 block discarded – undo
7 7
 class PddMallInfoStoreUpdatePostNopoiRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Integer, "business_status")
15
-	*/
16
-	private $businessStatus;
17
-
18
-	/**
19
-	* @JsonProperty(List<Integer>, "business_week_list")
20
-	*/
21
-	private $businessWeekList;
22
-
23
-	/**
24
-	* @JsonProperty(String, "city")
25
-	*/
26
-	private $city;
27
-
28
-	/**
29
-	* @JsonProperty(String, "district")
30
-	*/
31
-	private $district;
32
-
33
-	/**
34
-	* @JsonProperty(String, "end_business_hour")
35
-	*/
36
-	private $endBusinessHour;
37
-
38
-	/**
39
-	* @JsonProperty(Double, "poi_latitude")
40
-	*/
41
-	private $poiLatitude;
42
-
43
-	/**
44
-	* @JsonProperty(Double, "poi_longitude")
45
-	*/
46
-	private $poiLongitude;
47
-
48
-	/**
49
-	* @JsonProperty(String, "province")
50
-	*/
51
-	private $province;
52
-
53
-	/**
54
-	* @JsonProperty(String, "start_business_hour")
55
-	*/
56
-	private $startBusinessHour;
57
-
58
-	/**
59
-	* @JsonProperty(String, "store_address")
60
-	*/
61
-	private $storeAddress;
62
-
63
-	/**
64
-	* @JsonProperty(Long, "store_id")
65
-	*/
66
-	private $storeId;
67
-
68
-	/**
69
-	* @JsonProperty(String, "store_name")
70
-	*/
71
-	private $storeName;
72
-
73
-	/**
74
-	* @JsonProperty(String, "store_number")
75
-	*/
76
-	private $storeNumber;
77
-
78
-	/**
79
-	* @JsonProperty(String, "store_phone")
80
-	*/
81
-	private $storePhone;
82
-
83
-	/**
84
-	* @JsonProperty(Integer, "trade_type")
85
-	*/
86
-	private $tradeType;
87
-
88
-	protected function setUserParams(&$params)
89
-	{
90
-		$this->setUserParam($params, "business_status", $this->businessStatus);
91
-		$this->setUserParam($params, "business_week_list", $this->businessWeekList);
92
-		$this->setUserParam($params, "city", $this->city);
93
-		$this->setUserParam($params, "district", $this->district);
94
-		$this->setUserParam($params, "end_business_hour", $this->endBusinessHour);
95
-		$this->setUserParam($params, "poi_latitude", $this->poiLatitude);
96
-		$this->setUserParam($params, "poi_longitude", $this->poiLongitude);
97
-		$this->setUserParam($params, "province", $this->province);
98
-		$this->setUserParam($params, "start_business_hour", $this->startBusinessHour);
99
-		$this->setUserParam($params, "store_address", $this->storeAddress);
100
-		$this->setUserParam($params, "store_id", $this->storeId);
101
-		$this->setUserParam($params, "store_name", $this->storeName);
102
-		$this->setUserParam($params, "store_number", $this->storeNumber);
103
-		$this->setUserParam($params, "store_phone", $this->storePhone);
104
-		$this->setUserParam($params, "trade_type", $this->tradeType);
105
-
106
-	}
107
-
108
-	public function getVersion()
109
-	{
110
-		return "V1";
111
-	}
112
-
113
-	public function getDataType()
114
-	{
115
-		return "JSON";
116
-	}
117
-
118
-	public function getType()
119
-	{
120
-		return "pdd.mall.info.store.update.post.nopoi";
121
-	}
122
-
123
-	public function setBusinessStatus($businessStatus)
124
-	{
125
-		$this->businessStatus = $businessStatus;
126
-	}
127
-
128
-	public function setBusinessWeekList($businessWeekList)
129
-	{
130
-		$this->businessWeekList = $businessWeekList;
131
-	}
132
-
133
-	public function setCity($city)
134
-	{
135
-		$this->city = $city;
136
-	}
137
-
138
-	public function setDistrict($district)
139
-	{
140
-		$this->district = $district;
141
-	}
142
-
143
-	public function setEndBusinessHour($endBusinessHour)
144
-	{
145
-		$this->endBusinessHour = $endBusinessHour;
146
-	}
147
-
148
-	public function setPoiLatitude($poiLatitude)
149
-	{
150
-		$this->poiLatitude = $poiLatitude;
151
-	}
152
-
153
-	public function setPoiLongitude($poiLongitude)
154
-	{
155
-		$this->poiLongitude = $poiLongitude;
156
-	}
157
-
158
-	public function setProvince($province)
159
-	{
160
-		$this->province = $province;
161
-	}
162
-
163
-	public function setStartBusinessHour($startBusinessHour)
164
-	{
165
-		$this->startBusinessHour = $startBusinessHour;
166
-	}
167
-
168
-	public function setStoreAddress($storeAddress)
169
-	{
170
-		$this->storeAddress = $storeAddress;
171
-	}
172
-
173
-	public function setStoreId($storeId)
174
-	{
175
-		$this->storeId = $storeId;
176
-	}
177
-
178
-	public function setStoreName($storeName)
179
-	{
180
-		$this->storeName = $storeName;
181
-	}
182
-
183
-	public function setStoreNumber($storeNumber)
184
-	{
185
-		$this->storeNumber = $storeNumber;
186
-	}
187
-
188
-	public function setStorePhone($storePhone)
189
-	{
190
-		$this->storePhone = $storePhone;
191
-	}
192
-
193
-	public function setTradeType($tradeType)
194
-	{
195
-		$this->tradeType = $tradeType;
196
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Integer, "business_status")
15
+     */
16
+    private $businessStatus;
17
+
18
+    /**
19
+     * @JsonProperty(List<Integer>, "business_week_list")
20
+     */
21
+    private $businessWeekList;
22
+
23
+    /**
24
+     * @JsonProperty(String, "city")
25
+     */
26
+    private $city;
27
+
28
+    /**
29
+     * @JsonProperty(String, "district")
30
+     */
31
+    private $district;
32
+
33
+    /**
34
+     * @JsonProperty(String, "end_business_hour")
35
+     */
36
+    private $endBusinessHour;
37
+
38
+    /**
39
+     * @JsonProperty(Double, "poi_latitude")
40
+     */
41
+    private $poiLatitude;
42
+
43
+    /**
44
+     * @JsonProperty(Double, "poi_longitude")
45
+     */
46
+    private $poiLongitude;
47
+
48
+    /**
49
+     * @JsonProperty(String, "province")
50
+     */
51
+    private $province;
52
+
53
+    /**
54
+     * @JsonProperty(String, "start_business_hour")
55
+     */
56
+    private $startBusinessHour;
57
+
58
+    /**
59
+     * @JsonProperty(String, "store_address")
60
+     */
61
+    private $storeAddress;
62
+
63
+    /**
64
+     * @JsonProperty(Long, "store_id")
65
+     */
66
+    private $storeId;
67
+
68
+    /**
69
+     * @JsonProperty(String, "store_name")
70
+     */
71
+    private $storeName;
72
+
73
+    /**
74
+     * @JsonProperty(String, "store_number")
75
+     */
76
+    private $storeNumber;
77
+
78
+    /**
79
+     * @JsonProperty(String, "store_phone")
80
+     */
81
+    private $storePhone;
82
+
83
+    /**
84
+     * @JsonProperty(Integer, "trade_type")
85
+     */
86
+    private $tradeType;
87
+
88
+    protected function setUserParams(&$params)
89
+    {
90
+        $this->setUserParam($params, "business_status", $this->businessStatus);
91
+        $this->setUserParam($params, "business_week_list", $this->businessWeekList);
92
+        $this->setUserParam($params, "city", $this->city);
93
+        $this->setUserParam($params, "district", $this->district);
94
+        $this->setUserParam($params, "end_business_hour", $this->endBusinessHour);
95
+        $this->setUserParam($params, "poi_latitude", $this->poiLatitude);
96
+        $this->setUserParam($params, "poi_longitude", $this->poiLongitude);
97
+        $this->setUserParam($params, "province", $this->province);
98
+        $this->setUserParam($params, "start_business_hour", $this->startBusinessHour);
99
+        $this->setUserParam($params, "store_address", $this->storeAddress);
100
+        $this->setUserParam($params, "store_id", $this->storeId);
101
+        $this->setUserParam($params, "store_name", $this->storeName);
102
+        $this->setUserParam($params, "store_number", $this->storeNumber);
103
+        $this->setUserParam($params, "store_phone", $this->storePhone);
104
+        $this->setUserParam($params, "trade_type", $this->tradeType);
105
+
106
+    }
107
+
108
+    public function getVersion()
109
+    {
110
+        return "V1";
111
+    }
112
+
113
+    public function getDataType()
114
+    {
115
+        return "JSON";
116
+    }
117
+
118
+    public function getType()
119
+    {
120
+        return "pdd.mall.info.store.update.post.nopoi";
121
+    }
122
+
123
+    public function setBusinessStatus($businessStatus)
124
+    {
125
+        $this->businessStatus = $businessStatus;
126
+    }
127
+
128
+    public function setBusinessWeekList($businessWeekList)
129
+    {
130
+        $this->businessWeekList = $businessWeekList;
131
+    }
132
+
133
+    public function setCity($city)
134
+    {
135
+        $this->city = $city;
136
+    }
137
+
138
+    public function setDistrict($district)
139
+    {
140
+        $this->district = $district;
141
+    }
142
+
143
+    public function setEndBusinessHour($endBusinessHour)
144
+    {
145
+        $this->endBusinessHour = $endBusinessHour;
146
+    }
147
+
148
+    public function setPoiLatitude($poiLatitude)
149
+    {
150
+        $this->poiLatitude = $poiLatitude;
151
+    }
152
+
153
+    public function setPoiLongitude($poiLongitude)
154
+    {
155
+        $this->poiLongitude = $poiLongitude;
156
+    }
157
+
158
+    public function setProvince($province)
159
+    {
160
+        $this->province = $province;
161
+    }
162
+
163
+    public function setStartBusinessHour($startBusinessHour)
164
+    {
165
+        $this->startBusinessHour = $startBusinessHour;
166
+    }
167
+
168
+    public function setStoreAddress($storeAddress)
169
+    {
170
+        $this->storeAddress = $storeAddress;
171
+    }
172
+
173
+    public function setStoreId($storeId)
174
+    {
175
+        $this->storeId = $storeId;
176
+    }
177
+
178
+    public function setStoreName($storeName)
179
+    {
180
+        $this->storeName = $storeName;
181
+    }
182
+
183
+    public function setStoreNumber($storeNumber)
184
+    {
185
+        $this->storeNumber = $storeNumber;
186
+    }
187
+
188
+    public function setStorePhone($storePhone)
189
+    {
190
+        $this->storePhone = $storePhone;
191
+    }
192
+
193
+    public function setTradeType($tradeType)
194
+    {
195
+        $this->tradeType = $tradeType;
196
+    }
197 197
 
198 198
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddMallInfoGroupAddStorePostRequest.php 1 patch
Indentation   +44 added lines, -44 removed lines patch added patch discarded remove patch
@@ -7,49 +7,49 @@
 block discarded – undo
7 7
 class PddMallInfoGroupAddStorePostRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Long, "group_id")
15
-	*/
16
-	private $groupId;
17
-
18
-	/**
19
-	* @JsonProperty(List<Long>, "store_id_list")
20
-	*/
21
-	private $storeIdList;
22
-
23
-	protected function setUserParams(&$params)
24
-	{
25
-		$this->setUserParam($params, "group_id", $this->groupId);
26
-		$this->setUserParam($params, "store_id_list", $this->storeIdList);
27
-
28
-	}
29
-
30
-	public function getVersion()
31
-	{
32
-		return "V1";
33
-	}
34
-
35
-	public function getDataType()
36
-	{
37
-		return "JSON";
38
-	}
39
-
40
-	public function getType()
41
-	{
42
-		return "pdd.mall.info.group.add.store.post";
43
-	}
44
-
45
-	public function setGroupId($groupId)
46
-	{
47
-		$this->groupId = $groupId;
48
-	}
49
-
50
-	public function setStoreIdList($storeIdList)
51
-	{
52
-		$this->storeIdList = $storeIdList;
53
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "group_id")
15
+     */
16
+    private $groupId;
17
+
18
+    /**
19
+     * @JsonProperty(List<Long>, "store_id_list")
20
+     */
21
+    private $storeIdList;
22
+
23
+    protected function setUserParams(&$params)
24
+    {
25
+        $this->setUserParam($params, "group_id", $this->groupId);
26
+        $this->setUserParam($params, "store_id_list", $this->storeIdList);
27
+
28
+    }
29
+
30
+    public function getVersion()
31
+    {
32
+        return "V1";
33
+    }
34
+
35
+    public function getDataType()
36
+    {
37
+        return "JSON";
38
+    }
39
+
40
+    public function getType()
41
+    {
42
+        return "pdd.mall.info.group.add.store.post";
43
+    }
44
+
45
+    public function setGroupId($groupId)
46
+    {
47
+        $this->groupId = $groupId;
48
+    }
49
+
50
+    public function setStoreIdList($storeIdList)
51
+    {
52
+        $this->storeIdList = $storeIdList;
53
+    }
54 54
 
55 55
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddOpenMsgServiceSendBatchMsgRequest.php 1 patch
Indentation   +88 added lines, -88 removed lines patch added patch discarded remove patch
@@ -7,93 +7,93 @@
 block discarded – undo
7 7
 class PddOpenMsgServiceSendBatchMsgRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(List<String>, "phone_numbers")
15
-	*/
16
-	private $phoneNumbers;
17
-
18
-	/**
19
-	* @JsonProperty(String, "sign_name")
20
-	*/
21
-	private $signName;
22
-
23
-	/**
24
-	* @JsonProperty(Long, "template_code")
25
-	*/
26
-	private $templateCode;
27
-
28
-	/**
29
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddOpenMsgServiceSendBatchMsgRequest_Map<String, String>>, "template_param_json")
30
-	*/
31
-	private $templateParamJson;
32
-
33
-	/**
34
-	* @JsonProperty(String, "out_id")
35
-	*/
36
-	private $outId;
37
-
38
-	/**
39
-	* @JsonProperty(String, "sms_up_extend_code")
40
-	*/
41
-	private $smsUpExtendCode;
42
-
43
-	protected function setUserParams(&$params)
44
-	{
45
-		$this->setUserParam($params, "phone_numbers", $this->phoneNumbers);
46
-		$this->setUserParam($params, "sign_name", $this->signName);
47
-		$this->setUserParam($params, "template_code", $this->templateCode);
48
-		$this->setUserParam($params, "template_param_json", $this->templateParamJson);
49
-		$this->setUserParam($params, "out_id", $this->outId);
50
-		$this->setUserParam($params, "sms_up_extend_code", $this->smsUpExtendCode);
51
-
52
-	}
53
-
54
-	public function getVersion()
55
-	{
56
-		return "V1";
57
-	}
58
-
59
-	public function getDataType()
60
-	{
61
-		return "JSON";
62
-	}
63
-
64
-	public function getType()
65
-	{
66
-		return "pdd.open.msg.service.send.batch.msg";
67
-	}
68
-
69
-	public function setPhoneNumbers($phoneNumbers)
70
-	{
71
-		$this->phoneNumbers = $phoneNumbers;
72
-	}
73
-
74
-	public function setSignName($signName)
75
-	{
76
-		$this->signName = $signName;
77
-	}
78
-
79
-	public function setTemplateCode($templateCode)
80
-	{
81
-		$this->templateCode = $templateCode;
82
-	}
83
-
84
-	public function setTemplateParamJson($templateParamJson)
85
-	{
86
-		$this->templateParamJson = $templateParamJson;
87
-	}
88
-
89
-	public function setOutId($outId)
90
-	{
91
-		$this->outId = $outId;
92
-	}
93
-
94
-	public function setSmsUpExtendCode($smsUpExtendCode)
95
-	{
96
-		$this->smsUpExtendCode = $smsUpExtendCode;
97
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(List<String>, "phone_numbers")
15
+     */
16
+    private $phoneNumbers;
17
+
18
+    /**
19
+     * @JsonProperty(String, "sign_name")
20
+     */
21
+    private $signName;
22
+
23
+    /**
24
+     * @JsonProperty(Long, "template_code")
25
+     */
26
+    private $templateCode;
27
+
28
+    /**
29
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddOpenMsgServiceSendBatchMsgRequest_Map<String, String>>, "template_param_json")
30
+     */
31
+    private $templateParamJson;
32
+
33
+    /**
34
+     * @JsonProperty(String, "out_id")
35
+     */
36
+    private $outId;
37
+
38
+    /**
39
+     * @JsonProperty(String, "sms_up_extend_code")
40
+     */
41
+    private $smsUpExtendCode;
42
+
43
+    protected function setUserParams(&$params)
44
+    {
45
+        $this->setUserParam($params, "phone_numbers", $this->phoneNumbers);
46
+        $this->setUserParam($params, "sign_name", $this->signName);
47
+        $this->setUserParam($params, "template_code", $this->templateCode);
48
+        $this->setUserParam($params, "template_param_json", $this->templateParamJson);
49
+        $this->setUserParam($params, "out_id", $this->outId);
50
+        $this->setUserParam($params, "sms_up_extend_code", $this->smsUpExtendCode);
51
+
52
+    }
53
+
54
+    public function getVersion()
55
+    {
56
+        return "V1";
57
+    }
58
+
59
+    public function getDataType()
60
+    {
61
+        return "JSON";
62
+    }
63
+
64
+    public function getType()
65
+    {
66
+        return "pdd.open.msg.service.send.batch.msg";
67
+    }
68
+
69
+    public function setPhoneNumbers($phoneNumbers)
70
+    {
71
+        $this->phoneNumbers = $phoneNumbers;
72
+    }
73
+
74
+    public function setSignName($signName)
75
+    {
76
+        $this->signName = $signName;
77
+    }
78
+
79
+    public function setTemplateCode($templateCode)
80
+    {
81
+        $this->templateCode = $templateCode;
82
+    }
83
+
84
+    public function setTemplateParamJson($templateParamJson)
85
+    {
86
+        $this->templateParamJson = $templateParamJson;
87
+    }
88
+
89
+    public function setOutId($outId)
90
+    {
91
+        $this->outId = $outId;
92
+    }
93
+
94
+    public function setSmsUpExtendCode($smsUpExtendCode)
95
+    {
96
+        $this->smsUpExtendCode = $smsUpExtendCode;
97
+    }
98 98
 
99 99
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddCloudWmsOrderSendRequest.php 1 patch
Indentation   +804 added lines, -804 removed lines patch added patch discarded remove patch
@@ -7,858 +7,858 @@
 block discarded – undo
7 7
 class PddCloudWmsOrderSendRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
10
+    {
11 11
 
12
-	}
13
-	/**
14
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddCloudWmsOrderSendRequest_WmsOrderSendRequest, "wms_order_send_request")
15
-	*/
16
-	private $wmsOrderSendRequest;
12
+    }
13
+    /**
14
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddCloudWmsOrderSendRequest_WmsOrderSendRequest, "wms_order_send_request")
15
+     */
16
+    private $wmsOrderSendRequest;
17 17
 
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "wms_order_send_request", $this->wmsOrderSendRequest);
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "wms_order_send_request", $this->wmsOrderSendRequest);
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.cloud.wms.order.send";
37
-	}
34
+    public function getType()
35
+    {
36
+        return "pdd.cloud.wms.order.send";
37
+    }
38 38
 
39
-	public function setWmsOrderSendRequest($wmsOrderSendRequest)
40
-	{
41
-		$this->wmsOrderSendRequest = $wmsOrderSendRequest;
42
-	}
39
+    public function setWmsOrderSendRequest($wmsOrderSendRequest)
40
+    {
41
+        $this->wmsOrderSendRequest = $wmsOrderSendRequest;
42
+    }
43 43
 
44 44
 }
45 45
 
46 46
 class PddCloudWmsOrderSendRequest_WmsOrderSendRequest extends PopBaseJsonEntity
47 47
 {
48 48
 
49
-	public function __construct()
50
-	{
51
-
52
-	}
53
-
54
-	/**
55
-	* @JsonProperty(String, "owner_code")
56
-	*/
57
-	private $ownerCode;
58
-
59
-	/**
60
-	* @JsonProperty(String, "owner_name")
61
-	*/
62
-	private $ownerName;
63
-
64
-	/**
65
-	* @JsonProperty(String, "warehouse_code")
66
-	*/
67
-	private $warehouseCode;
68
-
69
-	/**
70
-	* @JsonProperty(String, "warehouse_type")
71
-	*/
72
-	private $warehouseType;
73
-
74
-	/**
75
-	* @JsonProperty(String, "order_type")
76
-	*/
77
-	private $orderType;
78
-
79
-	/**
80
-	* @JsonProperty(String, "delivery_order_code")
81
-	*/
82
-	private $deliveryOrderCode;
83
-
84
-	/**
85
-	* @JsonProperty(String, "source_order_code")
86
-	*/
87
-	private $sourceOrderCode;
88
-
89
-	/**
90
-	* @JsonProperty(String, "source_platform_code")
91
-	*/
92
-	private $sourcePlatformCode;
93
-
94
-	/**
95
-	* @JsonProperty(String, "shop_nick")
96
-	*/
97
-	private $shopNick;
98
-
99
-	/**
100
-	* @JsonProperty(String, "seller_nick")
101
-	*/
102
-	private $sellerNick;
103
-
104
-	/**
105
-	* @JsonProperty(String, "buyer_nick")
106
-	*/
107
-	private $buyerNick;
108
-
109
-	/**
110
-	* @JsonProperty(String, "create_time")
111
-	*/
112
-	private $createTime;
113
-
114
-	/**
115
-	* @JsonProperty(String, "order_time")
116
-	*/
117
-	private $orderTime;
118
-
119
-	/**
120
-	* @JsonProperty(String, "pay_time")
121
-	*/
122
-	private $payTime;
123
-
124
-	/**
125
-	* @JsonProperty(String, "operate_time")
126
-	*/
127
-	private $operateTime;
128
-
129
-	/**
130
-	* @JsonProperty(String, "order_flag")
131
-	*/
132
-	private $orderFlag;
133
-
134
-	/**
135
-	* @JsonProperty(Integer, "total_amount")
136
-	*/
137
-	private $totalAmount;
138
-
139
-	/**
140
-	* @JsonProperty(Integer, "discount_amount")
141
-	*/
142
-	private $discountAmount;
143
-
144
-	/**
145
-	* @JsonProperty(Integer, "freight")
146
-	*/
147
-	private $freight;
148
-
149
-	/**
150
-	* @JsonProperty(Integer, "actual_amount")
151
-	*/
152
-	private $actualAmount;
153
-
154
-	/**
155
-	* @JsonProperty(String, "logistics_code")
156
-	*/
157
-	private $logisticsCode;
158
-
159
-	/**
160
-	* @JsonProperty(String, "logistics_no")
161
-	*/
162
-	private $logisticsNo;
163
-
164
-	/**
165
-	* @JsonProperty(String, "seller_message")
166
-	*/
167
-	private $sellerMessage;
168
-
169
-	/**
170
-	* @JsonProperty(String, "buyer_message")
171
-	*/
172
-	private $buyerMessage;
173
-
174
-	/**
175
-	* @JsonProperty(Boolean, "invoice_flag")
176
-	*/
177
-	private $invoiceFlag;
178
-
179
-	/**
180
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddCloudWmsOrderSendRequest_WmsOrderSendRequestInvoiceInfo, "invoice_info")
181
-	*/
182
-	private $invoiceInfo;
183
-
184
-	/**
185
-	* @JsonProperty(String, "remark")
186
-	*/
187
-	private $remark;
188
-
189
-	/**
190
-	* @JsonProperty(String, "no_stack_tag")
191
-	*/
192
-	private $noStackTag;
193
-
194
-	/**
195
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddCloudWmsOrderSendRequest_WmsOrderSendRequestSenderInfo, "senderInfo")
196
-	*/
197
-	private $senderInfo;
198
-
199
-	/**
200
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddCloudWmsOrderSendRequest_WmsOrderSendRequestReceiverInfo, "receiverInfo")
201
-	*/
202
-	private $receiverInfo;
203
-
204
-	/**
205
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddCloudWmsOrderSendRequest_WmsOrderSendRequestOrderLineListItem>, "order_line_list")
206
-	*/
207
-	private $orderLineList;
208
-
209
-	/**
210
-	* @JsonProperty(String, "extendProps")
211
-	*/
212
-	private $extendProps;
213
-
214
-	/**
215
-	* @JsonProperty(String, "token")
216
-	*/
217
-	private $token;
218
-
219
-	/**
220
-	* @JsonProperty(String, "customerId")
221
-	*/
222
-	private $customerId;
223
-
224
-	public function setOwnerCode($ownerCode)
225
-	{
226
-		$this->ownerCode = $ownerCode;
227
-	}
228
-
229
-	public function setOwnerName($ownerName)
230
-	{
231
-		$this->ownerName = $ownerName;
232
-	}
233
-
234
-	public function setWarehouseCode($warehouseCode)
235
-	{
236
-		$this->warehouseCode = $warehouseCode;
237
-	}
238
-
239
-	public function setWarehouseType($warehouseType)
240
-	{
241
-		$this->warehouseType = $warehouseType;
242
-	}
243
-
244
-	public function setOrderType($orderType)
245
-	{
246
-		$this->orderType = $orderType;
247
-	}
248
-
249
-	public function setDeliveryOrderCode($deliveryOrderCode)
250
-	{
251
-		$this->deliveryOrderCode = $deliveryOrderCode;
252
-	}
253
-
254
-	public function setSourceOrderCode($sourceOrderCode)
255
-	{
256
-		$this->sourceOrderCode = $sourceOrderCode;
257
-	}
258
-
259
-	public function setSourcePlatformCode($sourcePlatformCode)
260
-	{
261
-		$this->sourcePlatformCode = $sourcePlatformCode;
262
-	}
263
-
264
-	public function setShopNick($shopNick)
265
-	{
266
-		$this->shopNick = $shopNick;
267
-	}
268
-
269
-	public function setSellerNick($sellerNick)
270
-	{
271
-		$this->sellerNick = $sellerNick;
272
-	}
273
-
274
-	public function setBuyerNick($buyerNick)
275
-	{
276
-		$this->buyerNick = $buyerNick;
277
-	}
278
-
279
-	public function setCreateTime($createTime)
280
-	{
281
-		$this->createTime = $createTime;
282
-	}
283
-
284
-	public function setOrderTime($orderTime)
285
-	{
286
-		$this->orderTime = $orderTime;
287
-	}
288
-
289
-	public function setPayTime($payTime)
290
-	{
291
-		$this->payTime = $payTime;
292
-	}
293
-
294
-	public function setOperateTime($operateTime)
295
-	{
296
-		$this->operateTime = $operateTime;
297
-	}
298
-
299
-	public function setOrderFlag($orderFlag)
300
-	{
301
-		$this->orderFlag = $orderFlag;
302
-	}
303
-
304
-	public function setTotalAmount($totalAmount)
305
-	{
306
-		$this->totalAmount = $totalAmount;
307
-	}
308
-
309
-	public function setDiscountAmount($discountAmount)
310
-	{
311
-		$this->discountAmount = $discountAmount;
312
-	}
313
-
314
-	public function setFreight($freight)
315
-	{
316
-		$this->freight = $freight;
317
-	}
318
-
319
-	public function setActualAmount($actualAmount)
320
-	{
321
-		$this->actualAmount = $actualAmount;
322
-	}
323
-
324
-	public function setLogisticsCode($logisticsCode)
325
-	{
326
-		$this->logisticsCode = $logisticsCode;
327
-	}
328
-
329
-	public function setLogisticsNo($logisticsNo)
330
-	{
331
-		$this->logisticsNo = $logisticsNo;
332
-	}
333
-
334
-	public function setSellerMessage($sellerMessage)
335
-	{
336
-		$this->sellerMessage = $sellerMessage;
337
-	}
338
-
339
-	public function setBuyerMessage($buyerMessage)
340
-	{
341
-		$this->buyerMessage = $buyerMessage;
342
-	}
343
-
344
-	public function setInvoiceFlag($invoiceFlag)
345
-	{
346
-		$this->invoiceFlag = $invoiceFlag;
347
-	}
348
-
349
-	public function setInvoiceInfo($invoiceInfo)
350
-	{
351
-		$this->invoiceInfo = $invoiceInfo;
352
-	}
353
-
354
-	public function setRemark($remark)
355
-	{
356
-		$this->remark = $remark;
357
-	}
358
-
359
-	public function setNoStackTag($noStackTag)
360
-	{
361
-		$this->noStackTag = $noStackTag;
362
-	}
363
-
364
-	public function setSenderInfo($senderInfo)
365
-	{
366
-		$this->senderInfo = $senderInfo;
367
-	}
368
-
369
-	public function setReceiverInfo($receiverInfo)
370
-	{
371
-		$this->receiverInfo = $receiverInfo;
372
-	}
373
-
374
-	public function setOrderLineList($orderLineList)
375
-	{
376
-		$this->orderLineList = $orderLineList;
377
-	}
378
-
379
-	public function setExtendProps($extendProps)
380
-	{
381
-		$this->extendProps = $extendProps;
382
-	}
383
-
384
-	public function setToken($token)
385
-	{
386
-		$this->token = $token;
387
-	}
388
-
389
-	public function setCustomerId($customerId)
390
-	{
391
-		$this->customerId = $customerId;
392
-	}
49
+    public function __construct()
50
+    {
51
+
52
+    }
53
+
54
+    /**
55
+     * @JsonProperty(String, "owner_code")
56
+     */
57
+    private $ownerCode;
58
+
59
+    /**
60
+     * @JsonProperty(String, "owner_name")
61
+     */
62
+    private $ownerName;
63
+
64
+    /**
65
+     * @JsonProperty(String, "warehouse_code")
66
+     */
67
+    private $warehouseCode;
68
+
69
+    /**
70
+     * @JsonProperty(String, "warehouse_type")
71
+     */
72
+    private $warehouseType;
73
+
74
+    /**
75
+     * @JsonProperty(String, "order_type")
76
+     */
77
+    private $orderType;
78
+
79
+    /**
80
+     * @JsonProperty(String, "delivery_order_code")
81
+     */
82
+    private $deliveryOrderCode;
83
+
84
+    /**
85
+     * @JsonProperty(String, "source_order_code")
86
+     */
87
+    private $sourceOrderCode;
88
+
89
+    /**
90
+     * @JsonProperty(String, "source_platform_code")
91
+     */
92
+    private $sourcePlatformCode;
93
+
94
+    /**
95
+     * @JsonProperty(String, "shop_nick")
96
+     */
97
+    private $shopNick;
98
+
99
+    /**
100
+     * @JsonProperty(String, "seller_nick")
101
+     */
102
+    private $sellerNick;
103
+
104
+    /**
105
+     * @JsonProperty(String, "buyer_nick")
106
+     */
107
+    private $buyerNick;
108
+
109
+    /**
110
+     * @JsonProperty(String, "create_time")
111
+     */
112
+    private $createTime;
113
+
114
+    /**
115
+     * @JsonProperty(String, "order_time")
116
+     */
117
+    private $orderTime;
118
+
119
+    /**
120
+     * @JsonProperty(String, "pay_time")
121
+     */
122
+    private $payTime;
123
+
124
+    /**
125
+     * @JsonProperty(String, "operate_time")
126
+     */
127
+    private $operateTime;
128
+
129
+    /**
130
+     * @JsonProperty(String, "order_flag")
131
+     */
132
+    private $orderFlag;
133
+
134
+    /**
135
+     * @JsonProperty(Integer, "total_amount")
136
+     */
137
+    private $totalAmount;
138
+
139
+    /**
140
+     * @JsonProperty(Integer, "discount_amount")
141
+     */
142
+    private $discountAmount;
143
+
144
+    /**
145
+     * @JsonProperty(Integer, "freight")
146
+     */
147
+    private $freight;
148
+
149
+    /**
150
+     * @JsonProperty(Integer, "actual_amount")
151
+     */
152
+    private $actualAmount;
153
+
154
+    /**
155
+     * @JsonProperty(String, "logistics_code")
156
+     */
157
+    private $logisticsCode;
158
+
159
+    /**
160
+     * @JsonProperty(String, "logistics_no")
161
+     */
162
+    private $logisticsNo;
163
+
164
+    /**
165
+     * @JsonProperty(String, "seller_message")
166
+     */
167
+    private $sellerMessage;
168
+
169
+    /**
170
+     * @JsonProperty(String, "buyer_message")
171
+     */
172
+    private $buyerMessage;
173
+
174
+    /**
175
+     * @JsonProperty(Boolean, "invoice_flag")
176
+     */
177
+    private $invoiceFlag;
178
+
179
+    /**
180
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddCloudWmsOrderSendRequest_WmsOrderSendRequestInvoiceInfo, "invoice_info")
181
+     */
182
+    private $invoiceInfo;
183
+
184
+    /**
185
+     * @JsonProperty(String, "remark")
186
+     */
187
+    private $remark;
188
+
189
+    /**
190
+     * @JsonProperty(String, "no_stack_tag")
191
+     */
192
+    private $noStackTag;
193
+
194
+    /**
195
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddCloudWmsOrderSendRequest_WmsOrderSendRequestSenderInfo, "senderInfo")
196
+     */
197
+    private $senderInfo;
198
+
199
+    /**
200
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddCloudWmsOrderSendRequest_WmsOrderSendRequestReceiverInfo, "receiverInfo")
201
+     */
202
+    private $receiverInfo;
203
+
204
+    /**
205
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddCloudWmsOrderSendRequest_WmsOrderSendRequestOrderLineListItem>, "order_line_list")
206
+     */
207
+    private $orderLineList;
208
+
209
+    /**
210
+     * @JsonProperty(String, "extendProps")
211
+     */
212
+    private $extendProps;
213
+
214
+    /**
215
+     * @JsonProperty(String, "token")
216
+     */
217
+    private $token;
218
+
219
+    /**
220
+     * @JsonProperty(String, "customerId")
221
+     */
222
+    private $customerId;
223
+
224
+    public function setOwnerCode($ownerCode)
225
+    {
226
+        $this->ownerCode = $ownerCode;
227
+    }
228
+
229
+    public function setOwnerName($ownerName)
230
+    {
231
+        $this->ownerName = $ownerName;
232
+    }
233
+
234
+    public function setWarehouseCode($warehouseCode)
235
+    {
236
+        $this->warehouseCode = $warehouseCode;
237
+    }
238
+
239
+    public function setWarehouseType($warehouseType)
240
+    {
241
+        $this->warehouseType = $warehouseType;
242
+    }
243
+
244
+    public function setOrderType($orderType)
245
+    {
246
+        $this->orderType = $orderType;
247
+    }
248
+
249
+    public function setDeliveryOrderCode($deliveryOrderCode)
250
+    {
251
+        $this->deliveryOrderCode = $deliveryOrderCode;
252
+    }
253
+
254
+    public function setSourceOrderCode($sourceOrderCode)
255
+    {
256
+        $this->sourceOrderCode = $sourceOrderCode;
257
+    }
258
+
259
+    public function setSourcePlatformCode($sourcePlatformCode)
260
+    {
261
+        $this->sourcePlatformCode = $sourcePlatformCode;
262
+    }
263
+
264
+    public function setShopNick($shopNick)
265
+    {
266
+        $this->shopNick = $shopNick;
267
+    }
268
+
269
+    public function setSellerNick($sellerNick)
270
+    {
271
+        $this->sellerNick = $sellerNick;
272
+    }
273
+
274
+    public function setBuyerNick($buyerNick)
275
+    {
276
+        $this->buyerNick = $buyerNick;
277
+    }
278
+
279
+    public function setCreateTime($createTime)
280
+    {
281
+        $this->createTime = $createTime;
282
+    }
283
+
284
+    public function setOrderTime($orderTime)
285
+    {
286
+        $this->orderTime = $orderTime;
287
+    }
288
+
289
+    public function setPayTime($payTime)
290
+    {
291
+        $this->payTime = $payTime;
292
+    }
293
+
294
+    public function setOperateTime($operateTime)
295
+    {
296
+        $this->operateTime = $operateTime;
297
+    }
298
+
299
+    public function setOrderFlag($orderFlag)
300
+    {
301
+        $this->orderFlag = $orderFlag;
302
+    }
303
+
304
+    public function setTotalAmount($totalAmount)
305
+    {
306
+        $this->totalAmount = $totalAmount;
307
+    }
308
+
309
+    public function setDiscountAmount($discountAmount)
310
+    {
311
+        $this->discountAmount = $discountAmount;
312
+    }
313
+
314
+    public function setFreight($freight)
315
+    {
316
+        $this->freight = $freight;
317
+    }
318
+
319
+    public function setActualAmount($actualAmount)
320
+    {
321
+        $this->actualAmount = $actualAmount;
322
+    }
323
+
324
+    public function setLogisticsCode($logisticsCode)
325
+    {
326
+        $this->logisticsCode = $logisticsCode;
327
+    }
328
+
329
+    public function setLogisticsNo($logisticsNo)
330
+    {
331
+        $this->logisticsNo = $logisticsNo;
332
+    }
333
+
334
+    public function setSellerMessage($sellerMessage)
335
+    {
336
+        $this->sellerMessage = $sellerMessage;
337
+    }
338
+
339
+    public function setBuyerMessage($buyerMessage)
340
+    {
341
+        $this->buyerMessage = $buyerMessage;
342
+    }
343
+
344
+    public function setInvoiceFlag($invoiceFlag)
345
+    {
346
+        $this->invoiceFlag = $invoiceFlag;
347
+    }
348
+
349
+    public function setInvoiceInfo($invoiceInfo)
350
+    {
351
+        $this->invoiceInfo = $invoiceInfo;
352
+    }
353
+
354
+    public function setRemark($remark)
355
+    {
356
+        $this->remark = $remark;
357
+    }
358
+
359
+    public function setNoStackTag($noStackTag)
360
+    {
361
+        $this->noStackTag = $noStackTag;
362
+    }
363
+
364
+    public function setSenderInfo($senderInfo)
365
+    {
366
+        $this->senderInfo = $senderInfo;
367
+    }
368
+
369
+    public function setReceiverInfo($receiverInfo)
370
+    {
371
+        $this->receiverInfo = $receiverInfo;
372
+    }
373
+
374
+    public function setOrderLineList($orderLineList)
375
+    {
376
+        $this->orderLineList = $orderLineList;
377
+    }
378
+
379
+    public function setExtendProps($extendProps)
380
+    {
381
+        $this->extendProps = $extendProps;
382
+    }
383
+
384
+    public function setToken($token)
385
+    {
386
+        $this->token = $token;
387
+    }
388
+
389
+    public function setCustomerId($customerId)
390
+    {
391
+        $this->customerId = $customerId;
392
+    }
393 393
 
394 394
 }
395 395
 
396 396
 class PddCloudWmsOrderSendRequest_WmsOrderSendRequestInvoiceInfo extends PopBaseJsonEntity
397 397
 {
398 398
 
399
-	public function __construct()
400
-	{
401
-
402
-	}
403
-
404
-	/**
405
-	* @JsonProperty(String, "invoice_type")
406
-	*/
407
-	private $invoiceType;
408
-
409
-	/**
410
-	* @JsonProperty(String, "invoice_head")
411
-	*/
412
-	private $invoiceHead;
413
-
414
-	/**
415
-	* @JsonProperty(String, "invoice_content")
416
-	*/
417
-	private $invoiceContent;
418
-
419
-	/**
420
-	* @JsonProperty(String, "invoice_tax_number")
421
-	*/
422
-	private $invoiceTaxNumber;
423
-
424
-	/**
425
-	* @JsonProperty(String, "invoice_ext_fields")
426
-	*/
427
-	private $invoiceExtFields;
428
-
429
-	public function setInvoiceType($invoiceType)
430
-	{
431
-		$this->invoiceType = $invoiceType;
432
-	}
433
-
434
-	public function setInvoiceHead($invoiceHead)
435
-	{
436
-		$this->invoiceHead = $invoiceHead;
437
-	}
438
-
439
-	public function setInvoiceContent($invoiceContent)
440
-	{
441
-		$this->invoiceContent = $invoiceContent;
442
-	}
443
-
444
-	public function setInvoiceTaxNumber($invoiceTaxNumber)
445
-	{
446
-		$this->invoiceTaxNumber = $invoiceTaxNumber;
447
-	}
448
-
449
-	public function setInvoiceExtFields($invoiceExtFields)
450
-	{
451
-		$this->invoiceExtFields = $invoiceExtFields;
452
-	}
399
+    public function __construct()
400
+    {
401
+
402
+    }
403
+
404
+    /**
405
+     * @JsonProperty(String, "invoice_type")
406
+     */
407
+    private $invoiceType;
408
+
409
+    /**
410
+     * @JsonProperty(String, "invoice_head")
411
+     */
412
+    private $invoiceHead;
413
+
414
+    /**
415
+     * @JsonProperty(String, "invoice_content")
416
+     */
417
+    private $invoiceContent;
418
+
419
+    /**
420
+     * @JsonProperty(String, "invoice_tax_number")
421
+     */
422
+    private $invoiceTaxNumber;
423
+
424
+    /**
425
+     * @JsonProperty(String, "invoice_ext_fields")
426
+     */
427
+    private $invoiceExtFields;
428
+
429
+    public function setInvoiceType($invoiceType)
430
+    {
431
+        $this->invoiceType = $invoiceType;
432
+    }
433
+
434
+    public function setInvoiceHead($invoiceHead)
435
+    {
436
+        $this->invoiceHead = $invoiceHead;
437
+    }
438
+
439
+    public function setInvoiceContent($invoiceContent)
440
+    {
441
+        $this->invoiceContent = $invoiceContent;
442
+    }
443
+
444
+    public function setInvoiceTaxNumber($invoiceTaxNumber)
445
+    {
446
+        $this->invoiceTaxNumber = $invoiceTaxNumber;
447
+    }
448
+
449
+    public function setInvoiceExtFields($invoiceExtFields)
450
+    {
451
+        $this->invoiceExtFields = $invoiceExtFields;
452
+    }
453 453
 
454 454
 }
455 455
 
456 456
 class PddCloudWmsOrderSendRequest_WmsOrderSendRequestSenderInfo extends PopBaseJsonEntity
457 457
 {
458 458
 
459
-	public function __construct()
460
-	{
461
-
462
-	}
463
-
464
-	/**
465
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddCloudWmsOrderSendRequest_WmsOrderSendRequestSenderInfoAddress, "address")
466
-	*/
467
-	private $address;
468
-
469
-	/**
470
-	* @JsonProperty(String, "mobile")
471
-	*/
472
-	private $mobile;
473
-
474
-	/**
475
-	* @JsonProperty(String, "name")
476
-	*/
477
-	private $name;
478
-
479
-	/**
480
-	* @JsonProperty(String, "phone")
481
-	*/
482
-	private $phone;
483
-
484
-	/**
485
-	* @JsonProperty(String, "zipcode")
486
-	*/
487
-	private $zipcode;
488
-
489
-	public function setAddress($address)
490
-	{
491
-		$this->address = $address;
492
-	}
493
-
494
-	public function setMobile($mobile)
495
-	{
496
-		$this->mobile = $mobile;
497
-	}
498
-
499
-	public function setName($name)
500
-	{
501
-		$this->name = $name;
502
-	}
503
-
504
-	public function setPhone($phone)
505
-	{
506
-		$this->phone = $phone;
507
-	}
508
-
509
-	public function setZipcode($zipcode)
510
-	{
511
-		$this->zipcode = $zipcode;
512
-	}
459
+    public function __construct()
460
+    {
461
+
462
+    }
463
+
464
+    /**
465
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddCloudWmsOrderSendRequest_WmsOrderSendRequestSenderInfoAddress, "address")
466
+     */
467
+    private $address;
468
+
469
+    /**
470
+     * @JsonProperty(String, "mobile")
471
+     */
472
+    private $mobile;
473
+
474
+    /**
475
+     * @JsonProperty(String, "name")
476
+     */
477
+    private $name;
478
+
479
+    /**
480
+     * @JsonProperty(String, "phone")
481
+     */
482
+    private $phone;
483
+
484
+    /**
485
+     * @JsonProperty(String, "zipcode")
486
+     */
487
+    private $zipcode;
488
+
489
+    public function setAddress($address)
490
+    {
491
+        $this->address = $address;
492
+    }
493
+
494
+    public function setMobile($mobile)
495
+    {
496
+        $this->mobile = $mobile;
497
+    }
498
+
499
+    public function setName($name)
500
+    {
501
+        $this->name = $name;
502
+    }
503
+
504
+    public function setPhone($phone)
505
+    {
506
+        $this->phone = $phone;
507
+    }
508
+
509
+    public function setZipcode($zipcode)
510
+    {
511
+        $this->zipcode = $zipcode;
512
+    }
513 513
 
514 514
 }
515 515
 
516 516
 class PddCloudWmsOrderSendRequest_WmsOrderSendRequestSenderInfoAddress extends PopBaseJsonEntity
517 517
 {
518 518
 
519
-	public function __construct()
520
-	{
521
-
522
-	}
523
-
524
-	/**
525
-	* @JsonProperty(String, "city")
526
-	*/
527
-	private $city;
528
-
529
-	/**
530
-	* @JsonProperty(String, "detail")
531
-	*/
532
-	private $detail;
533
-
534
-	/**
535
-	* @JsonProperty(String, "district")
536
-	*/
537
-	private $district;
538
-
539
-	/**
540
-	* @JsonProperty(String, "province")
541
-	*/
542
-	private $province;
543
-
544
-	/**
545
-	* @JsonProperty(String, "town")
546
-	*/
547
-	private $town;
548
-
549
-	/**
550
-	* @JsonProperty(String, "country")
551
-	*/
552
-	private $country;
553
-
554
-	public function setCity($city)
555
-	{
556
-		$this->city = $city;
557
-	}
558
-
559
-	public function setDetail($detail)
560
-	{
561
-		$this->detail = $detail;
562
-	}
563
-
564
-	public function setDistrict($district)
565
-	{
566
-		$this->district = $district;
567
-	}
568
-
569
-	public function setProvince($province)
570
-	{
571
-		$this->province = $province;
572
-	}
573
-
574
-	public function setTown($town)
575
-	{
576
-		$this->town = $town;
577
-	}
578
-
579
-	public function setCountry($country)
580
-	{
581
-		$this->country = $country;
582
-	}
519
+    public function __construct()
520
+    {
521
+
522
+    }
523
+
524
+    /**
525
+     * @JsonProperty(String, "city")
526
+     */
527
+    private $city;
528
+
529
+    /**
530
+     * @JsonProperty(String, "detail")
531
+     */
532
+    private $detail;
533
+
534
+    /**
535
+     * @JsonProperty(String, "district")
536
+     */
537
+    private $district;
538
+
539
+    /**
540
+     * @JsonProperty(String, "province")
541
+     */
542
+    private $province;
543
+
544
+    /**
545
+     * @JsonProperty(String, "town")
546
+     */
547
+    private $town;
548
+
549
+    /**
550
+     * @JsonProperty(String, "country")
551
+     */
552
+    private $country;
553
+
554
+    public function setCity($city)
555
+    {
556
+        $this->city = $city;
557
+    }
558
+
559
+    public function setDetail($detail)
560
+    {
561
+        $this->detail = $detail;
562
+    }
563
+
564
+    public function setDistrict($district)
565
+    {
566
+        $this->district = $district;
567
+    }
568
+
569
+    public function setProvince($province)
570
+    {
571
+        $this->province = $province;
572
+    }
573
+
574
+    public function setTown($town)
575
+    {
576
+        $this->town = $town;
577
+    }
578
+
579
+    public function setCountry($country)
580
+    {
581
+        $this->country = $country;
582
+    }
583 583
 
584 584
 }
585 585
 
586 586
 class PddCloudWmsOrderSendRequest_WmsOrderSendRequestReceiverInfo extends PopBaseJsonEntity
587 587
 {
588 588
 
589
-	public function __construct()
590
-	{
591
-
592
-	}
593
-
594
-	/**
595
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddCloudWmsOrderSendRequest_WmsOrderSendRequestReceiverInfoAddress, "address")
596
-	*/
597
-	private $address;
598
-
599
-	/**
600
-	* @JsonProperty(String, "mobile")
601
-	*/
602
-	private $mobile;
603
-
604
-	/**
605
-	* @JsonProperty(String, "name")
606
-	*/
607
-	private $name;
608
-
609
-	/**
610
-	* @JsonProperty(String, "phone")
611
-	*/
612
-	private $phone;
613
-
614
-	/**
615
-	* @JsonProperty(String, "zipcode")
616
-	*/
617
-	private $zipcode;
618
-
619
-	public function setAddress($address)
620
-	{
621
-		$this->address = $address;
622
-	}
623
-
624
-	public function setMobile($mobile)
625
-	{
626
-		$this->mobile = $mobile;
627
-	}
628
-
629
-	public function setName($name)
630
-	{
631
-		$this->name = $name;
632
-	}
633
-
634
-	public function setPhone($phone)
635
-	{
636
-		$this->phone = $phone;
637
-	}
638
-
639
-	public function setZipcode($zipcode)
640
-	{
641
-		$this->zipcode = $zipcode;
642
-	}
589
+    public function __construct()
590
+    {
591
+
592
+    }
593
+
594
+    /**
595
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddCloudWmsOrderSendRequest_WmsOrderSendRequestReceiverInfoAddress, "address")
596
+     */
597
+    private $address;
598
+
599
+    /**
600
+     * @JsonProperty(String, "mobile")
601
+     */
602
+    private $mobile;
603
+
604
+    /**
605
+     * @JsonProperty(String, "name")
606
+     */
607
+    private $name;
608
+
609
+    /**
610
+     * @JsonProperty(String, "phone")
611
+     */
612
+    private $phone;
613
+
614
+    /**
615
+     * @JsonProperty(String, "zipcode")
616
+     */
617
+    private $zipcode;
618
+
619
+    public function setAddress($address)
620
+    {
621
+        $this->address = $address;
622
+    }
623
+
624
+    public function setMobile($mobile)
625
+    {
626
+        $this->mobile = $mobile;
627
+    }
628
+
629
+    public function setName($name)
630
+    {
631
+        $this->name = $name;
632
+    }
633
+
634
+    public function setPhone($phone)
635
+    {
636
+        $this->phone = $phone;
637
+    }
638
+
639
+    public function setZipcode($zipcode)
640
+    {
641
+        $this->zipcode = $zipcode;
642
+    }
643 643
 
644 644
 }
645 645
 
646 646
 class PddCloudWmsOrderSendRequest_WmsOrderSendRequestReceiverInfoAddress extends PopBaseJsonEntity
647 647
 {
648 648
 
649
-	public function __construct()
650
-	{
651
-
652
-	}
653
-
654
-	/**
655
-	* @JsonProperty(String, "city")
656
-	*/
657
-	private $city;
658
-
659
-	/**
660
-	* @JsonProperty(String, "detail")
661
-	*/
662
-	private $detail;
663
-
664
-	/**
665
-	* @JsonProperty(String, "district")
666
-	*/
667
-	private $district;
668
-
669
-	/**
670
-	* @JsonProperty(String, "province")
671
-	*/
672
-	private $province;
673
-
674
-	/**
675
-	* @JsonProperty(String, "town")
676
-	*/
677
-	private $town;
678
-
679
-	/**
680
-	* @JsonProperty(String, "country")
681
-	*/
682
-	private $country;
683
-
684
-	public function setCity($city)
685
-	{
686
-		$this->city = $city;
687
-	}
688
-
689
-	public function setDetail($detail)
690
-	{
691
-		$this->detail = $detail;
692
-	}
693
-
694
-	public function setDistrict($district)
695
-	{
696
-		$this->district = $district;
697
-	}
698
-
699
-	public function setProvince($province)
700
-	{
701
-		$this->province = $province;
702
-	}
703
-
704
-	public function setTown($town)
705
-	{
706
-		$this->town = $town;
707
-	}
708
-
709
-	public function setCountry($country)
710
-	{
711
-		$this->country = $country;
712
-	}
649
+    public function __construct()
650
+    {
651
+
652
+    }
653
+
654
+    /**
655
+     * @JsonProperty(String, "city")
656
+     */
657
+    private $city;
658
+
659
+    /**
660
+     * @JsonProperty(String, "detail")
661
+     */
662
+    private $detail;
663
+
664
+    /**
665
+     * @JsonProperty(String, "district")
666
+     */
667
+    private $district;
668
+
669
+    /**
670
+     * @JsonProperty(String, "province")
671
+     */
672
+    private $province;
673
+
674
+    /**
675
+     * @JsonProperty(String, "town")
676
+     */
677
+    private $town;
678
+
679
+    /**
680
+     * @JsonProperty(String, "country")
681
+     */
682
+    private $country;
683
+
684
+    public function setCity($city)
685
+    {
686
+        $this->city = $city;
687
+    }
688
+
689
+    public function setDetail($detail)
690
+    {
691
+        $this->detail = $detail;
692
+    }
693
+
694
+    public function setDistrict($district)
695
+    {
696
+        $this->district = $district;
697
+    }
698
+
699
+    public function setProvince($province)
700
+    {
701
+        $this->province = $province;
702
+    }
703
+
704
+    public function setTown($town)
705
+    {
706
+        $this->town = $town;
707
+    }
708
+
709
+    public function setCountry($country)
710
+    {
711
+        $this->country = $country;
712
+    }
713 713
 
714 714
 }
715 715
 
716 716
 class PddCloudWmsOrderSendRequest_WmsOrderSendRequestOrderLineListItem extends PopBaseJsonEntity
717 717
 {
718 718
 
719
-	public function __construct()
720
-	{
721
-
722
-	}
723
-
724
-	/**
725
-	* @JsonProperty(String, "order_line_no")
726
-	*/
727
-	private $orderLineNo;
728
-
729
-	/**
730
-	* @JsonProperty(String, "source_order_code")
731
-	*/
732
-	private $sourceOrderCode;
733
-
734
-	/**
735
-	* @JsonProperty(String, "sub_source_order_code")
736
-	*/
737
-	private $subSourceOrderCode;
738
-
739
-	/**
740
-	* @JsonProperty(String, "owner_code")
741
-	*/
742
-	private $ownerCode;
743
-
744
-	/**
745
-	* @JsonProperty(String, "item_id")
746
-	*/
747
-	private $itemId;
748
-
749
-	/**
750
-	* @JsonProperty(String, "item_code")
751
-	*/
752
-	private $itemCode;
753
-
754
-	/**
755
-	* @JsonProperty(String, "item_name")
756
-	*/
757
-	private $itemName;
758
-
759
-	/**
760
-	* @JsonProperty(Integer, "item_quantity")
761
-	*/
762
-	private $itemQuantity;
763
-
764
-	/**
765
-	* @JsonProperty(String, "retail_price")
766
-	*/
767
-	private $retailPrice;
768
-
769
-	/**
770
-	* @JsonProperty(String, "actual_price")
771
-	*/
772
-	private $actualPrice;
773
-
774
-	/**
775
-	* @JsonProperty(String, "discount_amount")
776
-	*/
777
-	private $discountAmount;
778
-
779
-	/**
780
-	* @JsonProperty(String, "batch_code")
781
-	*/
782
-	private $batchCode;
783
-
784
-	/**
785
-	* @JsonProperty(String, "remark")
786
-	*/
787
-	private $remark;
788
-
789
-	/**
790
-	* @JsonProperty(String, "order_ext_fields")
791
-	*/
792
-	private $orderExtFields;
793
-
794
-	public function setOrderLineNo($orderLineNo)
795
-	{
796
-		$this->orderLineNo = $orderLineNo;
797
-	}
798
-
799
-	public function setSourceOrderCode($sourceOrderCode)
800
-	{
801
-		$this->sourceOrderCode = $sourceOrderCode;
802
-	}
803
-
804
-	public function setSubSourceOrderCode($subSourceOrderCode)
805
-	{
806
-		$this->subSourceOrderCode = $subSourceOrderCode;
807
-	}
808
-
809
-	public function setOwnerCode($ownerCode)
810
-	{
811
-		$this->ownerCode = $ownerCode;
812
-	}
813
-
814
-	public function setItemId($itemId)
815
-	{
816
-		$this->itemId = $itemId;
817
-	}
818
-
819
-	public function setItemCode($itemCode)
820
-	{
821
-		$this->itemCode = $itemCode;
822
-	}
823
-
824
-	public function setItemName($itemName)
825
-	{
826
-		$this->itemName = $itemName;
827
-	}
828
-
829
-	public function setItemQuantity($itemQuantity)
830
-	{
831
-		$this->itemQuantity = $itemQuantity;
832
-	}
833
-
834
-	public function setRetailPrice($retailPrice)
835
-	{
836
-		$this->retailPrice = $retailPrice;
837
-	}
838
-
839
-	public function setActualPrice($actualPrice)
840
-	{
841
-		$this->actualPrice = $actualPrice;
842
-	}
843
-
844
-	public function setDiscountAmount($discountAmount)
845
-	{
846
-		$this->discountAmount = $discountAmount;
847
-	}
848
-
849
-	public function setBatchCode($batchCode)
850
-	{
851
-		$this->batchCode = $batchCode;
852
-	}
853
-
854
-	public function setRemark($remark)
855
-	{
856
-		$this->remark = $remark;
857
-	}
858
-
859
-	public function setOrderExtFields($orderExtFields)
860
-	{
861
-		$this->orderExtFields = $orderExtFields;
862
-	}
719
+    public function __construct()
720
+    {
721
+
722
+    }
723
+
724
+    /**
725
+     * @JsonProperty(String, "order_line_no")
726
+     */
727
+    private $orderLineNo;
728
+
729
+    /**
730
+     * @JsonProperty(String, "source_order_code")
731
+     */
732
+    private $sourceOrderCode;
733
+
734
+    /**
735
+     * @JsonProperty(String, "sub_source_order_code")
736
+     */
737
+    private $subSourceOrderCode;
738
+
739
+    /**
740
+     * @JsonProperty(String, "owner_code")
741
+     */
742
+    private $ownerCode;
743
+
744
+    /**
745
+     * @JsonProperty(String, "item_id")
746
+     */
747
+    private $itemId;
748
+
749
+    /**
750
+     * @JsonProperty(String, "item_code")
751
+     */
752
+    private $itemCode;
753
+
754
+    /**
755
+     * @JsonProperty(String, "item_name")
756
+     */
757
+    private $itemName;
758
+
759
+    /**
760
+     * @JsonProperty(Integer, "item_quantity")
761
+     */
762
+    private $itemQuantity;
763
+
764
+    /**
765
+     * @JsonProperty(String, "retail_price")
766
+     */
767
+    private $retailPrice;
768
+
769
+    /**
770
+     * @JsonProperty(String, "actual_price")
771
+     */
772
+    private $actualPrice;
773
+
774
+    /**
775
+     * @JsonProperty(String, "discount_amount")
776
+     */
777
+    private $discountAmount;
778
+
779
+    /**
780
+     * @JsonProperty(String, "batch_code")
781
+     */
782
+    private $batchCode;
783
+
784
+    /**
785
+     * @JsonProperty(String, "remark")
786
+     */
787
+    private $remark;
788
+
789
+    /**
790
+     * @JsonProperty(String, "order_ext_fields")
791
+     */
792
+    private $orderExtFields;
793
+
794
+    public function setOrderLineNo($orderLineNo)
795
+    {
796
+        $this->orderLineNo = $orderLineNo;
797
+    }
798
+
799
+    public function setSourceOrderCode($sourceOrderCode)
800
+    {
801
+        $this->sourceOrderCode = $sourceOrderCode;
802
+    }
803
+
804
+    public function setSubSourceOrderCode($subSourceOrderCode)
805
+    {
806
+        $this->subSourceOrderCode = $subSourceOrderCode;
807
+    }
808
+
809
+    public function setOwnerCode($ownerCode)
810
+    {
811
+        $this->ownerCode = $ownerCode;
812
+    }
813
+
814
+    public function setItemId($itemId)
815
+    {
816
+        $this->itemId = $itemId;
817
+    }
818
+
819
+    public function setItemCode($itemCode)
820
+    {
821
+        $this->itemCode = $itemCode;
822
+    }
823
+
824
+    public function setItemName($itemName)
825
+    {
826
+        $this->itemName = $itemName;
827
+    }
828
+
829
+    public function setItemQuantity($itemQuantity)
830
+    {
831
+        $this->itemQuantity = $itemQuantity;
832
+    }
833
+
834
+    public function setRetailPrice($retailPrice)
835
+    {
836
+        $this->retailPrice = $retailPrice;
837
+    }
838
+
839
+    public function setActualPrice($actualPrice)
840
+    {
841
+        $this->actualPrice = $actualPrice;
842
+    }
843
+
844
+    public function setDiscountAmount($discountAmount)
845
+    {
846
+        $this->discountAmount = $discountAmount;
847
+    }
848
+
849
+    public function setBatchCode($batchCode)
850
+    {
851
+        $this->batchCode = $batchCode;
852
+    }
853
+
854
+    public function setRemark($remark)
855
+    {
856
+        $this->remark = $remark;
857
+    }
858
+
859
+    public function setOrderExtFields($orderExtFields)
860
+    {
861
+        $this->orderExtFields = $orderExtFields;
862
+    }
863 863
 
864 864
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddDdkOauthGoodsPidGenerateRequest.php 1 patch
Indentation   +44 added lines, -44 removed lines patch added patch discarded remove patch
@@ -7,49 +7,49 @@
 block discarded – undo
7 7
 class PddDdkOauthGoodsPidGenerateRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Long, "number")
15
-	*/
16
-	private $number;
17
-
18
-	/**
19
-	* @JsonProperty(List<String>, "p_id_name_list")
20
-	*/
21
-	private $pIdNameList;
22
-
23
-	protected function setUserParams(&$params)
24
-	{
25
-		$this->setUserParam($params, "number", $this->number);
26
-		$this->setUserParam($params, "p_id_name_list", $this->pIdNameList);
27
-
28
-	}
29
-
30
-	public function getVersion()
31
-	{
32
-		return "V1";
33
-	}
34
-
35
-	public function getDataType()
36
-	{
37
-		return "JSON";
38
-	}
39
-
40
-	public function getType()
41
-	{
42
-		return "pdd.ddk.oauth.goods.pid.generate";
43
-	}
44
-
45
-	public function setNumber($number)
46
-	{
47
-		$this->number = $number;
48
-	}
49
-
50
-	public function setPIdNameList($pIdNameList)
51
-	{
52
-		$this->pIdNameList = $pIdNameList;
53
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "number")
15
+     */
16
+    private $number;
17
+
18
+    /**
19
+     * @JsonProperty(List<String>, "p_id_name_list")
20
+     */
21
+    private $pIdNameList;
22
+
23
+    protected function setUserParams(&$params)
24
+    {
25
+        $this->setUserParam($params, "number", $this->number);
26
+        $this->setUserParam($params, "p_id_name_list", $this->pIdNameList);
27
+
28
+    }
29
+
30
+    public function getVersion()
31
+    {
32
+        return "V1";
33
+    }
34
+
35
+    public function getDataType()
36
+    {
37
+        return "JSON";
38
+    }
39
+
40
+    public function getType()
41
+    {
42
+        return "pdd.ddk.oauth.goods.pid.generate";
43
+    }
44
+
45
+    public function setNumber($number)
46
+    {
47
+        $this->number = $number;
48
+    }
49
+
50
+    public function setPIdNameList($pIdNameList)
51
+    {
52
+        $this->pIdNameList = $pIdNameList;
53
+    }
54 54
 
55 55
 }
Please login to merge, or discard this patch.
bin/src/Api/Request/PddGoodsTemplatePropertyValueSearchRequest.php 1 patch
Indentation   +99 added lines, -99 removed lines patch added patch discarded remove patch
@@ -7,104 +7,104 @@
 block discarded – undo
7 7
 class PddGoodsTemplatePropertyValueSearchRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Long, "cat_id")
15
-	*/
16
-	private $catId;
17
-
18
-	/**
19
-	* @JsonProperty(Integer, "page_num")
20
-	*/
21
-	private $pageNum;
22
-
23
-	/**
24
-	* @JsonProperty(Integer, "page_size")
25
-	*/
26
-	private $pageSize;
27
-
28
-	/**
29
-	* @JsonProperty(Long, "parent_vid")
30
-	*/
31
-	private $parentVid;
32
-
33
-	/**
34
-	* @JsonProperty(Long, "template_pid")
35
-	*/
36
-	private $templatePid;
37
-
38
-	/**
39
-	* @JsonProperty(String, "value")
40
-	*/
41
-	private $value;
42
-
43
-	/**
44
-	* @JsonProperty(Long, "ref_pid")
45
-	*/
46
-	private $refPid;
47
-
48
-	protected function setUserParams(&$params)
49
-	{
50
-		$this->setUserParam($params, "cat_id", $this->catId);
51
-		$this->setUserParam($params, "page_num", $this->pageNum);
52
-		$this->setUserParam($params, "page_size", $this->pageSize);
53
-		$this->setUserParam($params, "parent_vid", $this->parentVid);
54
-		$this->setUserParam($params, "template_pid", $this->templatePid);
55
-		$this->setUserParam($params, "value", $this->value);
56
-		$this->setUserParam($params, "ref_pid", $this->refPid);
57
-
58
-	}
59
-
60
-	public function getVersion()
61
-	{
62
-		return "V1";
63
-	}
64
-
65
-	public function getDataType()
66
-	{
67
-		return "JSON";
68
-	}
69
-
70
-	public function getType()
71
-	{
72
-		return "pdd.goods.template.property.value.search";
73
-	}
74
-
75
-	public function setCatId($catId)
76
-	{
77
-		$this->catId = $catId;
78
-	}
79
-
80
-	public function setPageNum($pageNum)
81
-	{
82
-		$this->pageNum = $pageNum;
83
-	}
84
-
85
-	public function setPageSize($pageSize)
86
-	{
87
-		$this->pageSize = $pageSize;
88
-	}
89
-
90
-	public function setParentVid($parentVid)
91
-	{
92
-		$this->parentVid = $parentVid;
93
-	}
94
-
95
-	public function setTemplatePid($templatePid)
96
-	{
97
-		$this->templatePid = $templatePid;
98
-	}
99
-
100
-	public function setValue($value)
101
-	{
102
-		$this->value = $value;
103
-	}
104
-
105
-	public function setRefPid($refPid)
106
-	{
107
-		$this->refPid = $refPid;
108
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "cat_id")
15
+     */
16
+    private $catId;
17
+
18
+    /**
19
+     * @JsonProperty(Integer, "page_num")
20
+     */
21
+    private $pageNum;
22
+
23
+    /**
24
+     * @JsonProperty(Integer, "page_size")
25
+     */
26
+    private $pageSize;
27
+
28
+    /**
29
+     * @JsonProperty(Long, "parent_vid")
30
+     */
31
+    private $parentVid;
32
+
33
+    /**
34
+     * @JsonProperty(Long, "template_pid")
35
+     */
36
+    private $templatePid;
37
+
38
+    /**
39
+     * @JsonProperty(String, "value")
40
+     */
41
+    private $value;
42
+
43
+    /**
44
+     * @JsonProperty(Long, "ref_pid")
45
+     */
46
+    private $refPid;
47
+
48
+    protected function setUserParams(&$params)
49
+    {
50
+        $this->setUserParam($params, "cat_id", $this->catId);
51
+        $this->setUserParam($params, "page_num", $this->pageNum);
52
+        $this->setUserParam($params, "page_size", $this->pageSize);
53
+        $this->setUserParam($params, "parent_vid", $this->parentVid);
54
+        $this->setUserParam($params, "template_pid", $this->templatePid);
55
+        $this->setUserParam($params, "value", $this->value);
56
+        $this->setUserParam($params, "ref_pid", $this->refPid);
57
+
58
+    }
59
+
60
+    public function getVersion()
61
+    {
62
+        return "V1";
63
+    }
64
+
65
+    public function getDataType()
66
+    {
67
+        return "JSON";
68
+    }
69
+
70
+    public function getType()
71
+    {
72
+        return "pdd.goods.template.property.value.search";
73
+    }
74
+
75
+    public function setCatId($catId)
76
+    {
77
+        $this->catId = $catId;
78
+    }
79
+
80
+    public function setPageNum($pageNum)
81
+    {
82
+        $this->pageNum = $pageNum;
83
+    }
84
+
85
+    public function setPageSize($pageSize)
86
+    {
87
+        $this->pageSize = $pageSize;
88
+    }
89
+
90
+    public function setParentVid($parentVid)
91
+    {
92
+        $this->parentVid = $parentVid;
93
+    }
94
+
95
+    public function setTemplatePid($templatePid)
96
+    {
97
+        $this->templatePid = $templatePid;
98
+    }
99
+
100
+    public function setValue($value)
101
+    {
102
+        $this->value = $value;
103
+    }
104
+
105
+    public function setRefPid($refPid)
106
+    {
107
+        $this->refPid = $refPid;
108
+    }
109 109
 
110 110
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddOrderStatusGetRequest.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 PddOrderStatusGetRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(String, "order_sns")
15
-	*/
16
-	private $orderSns;
17
-
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "order_sns", $this->orderSns);
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.order.status.get";
37
-	}
38
-
39
-	public function setOrderSns($orderSns)
40
-	{
41
-		$this->orderSns = $orderSns;
42
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "order_sns")
15
+     */
16
+    private $orderSns;
17
+
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "order_sns", $this->orderSns);
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.order.status.get";
37
+    }
38
+
39
+    public function setOrderSns($orderSns)
40
+    {
41
+        $this->orderSns = $orderSns;
42
+    }
43 43
 
44 44
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddDdkGoodsPidGenerateRequest.php 1 patch
Indentation   +44 added lines, -44 removed lines patch added patch discarded remove patch
@@ -7,49 +7,49 @@
 block discarded – undo
7 7
 class PddDdkGoodsPidGenerateRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Long, "number")
15
-	*/
16
-	private $number;
17
-
18
-	/**
19
-	* @JsonProperty(List<String>, "p_id_name_list")
20
-	*/
21
-	private $pIdNameList;
22
-
23
-	protected function setUserParams(&$params)
24
-	{
25
-		$this->setUserParam($params, "number", $this->number);
26
-		$this->setUserParam($params, "p_id_name_list", $this->pIdNameList);
27
-
28
-	}
29
-
30
-	public function getVersion()
31
-	{
32
-		return "V1";
33
-	}
34
-
35
-	public function getDataType()
36
-	{
37
-		return "JSON";
38
-	}
39
-
40
-	public function getType()
41
-	{
42
-		return "pdd.ddk.goods.pid.generate";
43
-	}
44
-
45
-	public function setNumber($number)
46
-	{
47
-		$this->number = $number;
48
-	}
49
-
50
-	public function setPIdNameList($pIdNameList)
51
-	{
52
-		$this->pIdNameList = $pIdNameList;
53
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "number")
15
+     */
16
+    private $number;
17
+
18
+    /**
19
+     * @JsonProperty(List<String>, "p_id_name_list")
20
+     */
21
+    private $pIdNameList;
22
+
23
+    protected function setUserParams(&$params)
24
+    {
25
+        $this->setUserParam($params, "number", $this->number);
26
+        $this->setUserParam($params, "p_id_name_list", $this->pIdNameList);
27
+
28
+    }
29
+
30
+    public function getVersion()
31
+    {
32
+        return "V1";
33
+    }
34
+
35
+    public function getDataType()
36
+    {
37
+        return "JSON";
38
+    }
39
+
40
+    public function getType()
41
+    {
42
+        return "pdd.ddk.goods.pid.generate";
43
+    }
44
+
45
+    public function setNumber($number)
46
+    {
47
+        $this->number = $number;
48
+    }
49
+
50
+    public function setPIdNameList($pIdNameList)
51
+    {
52
+        $this->pIdNameList = $pIdNameList;
53
+    }
54 54
 
55 55
 }
Please login to merge, or discard this patch.