Passed
Push — v6 ( f71c30...fe03e1 )
by 光春
04:16
created
src/service/pinduoduo/bin/src/Api/Request/PddMallInfoGetRequest.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 PddMallInfoGetRequest 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.mall.info.get";
31
-	}
28
+    public function getType()
29
+    {
30
+        return "pdd.mall.info.get";
31
+    }
32 32
 
33 33
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddTicketGoodsQueryRequest.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 PddTicketGoodsQueryRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Long, "goods_commit_id")
15
-	*/
16
-	private $goodsCommitId;
17
-
18
-	/**
19
-	* @JsonProperty(Long, "goods_id")
20
-	*/
21
-	private $goodsId;
22
-
23
-	protected function setUserParams(&$params)
24
-	{
25
-		$this->setUserParam($params, "goods_commit_id", $this->goodsCommitId);
26
-		$this->setUserParam($params, "goods_id", $this->goodsId);
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.ticket.goods.query";
43
-	}
44
-
45
-	public function setGoodsCommitId($goodsCommitId)
46
-	{
47
-		$this->goodsCommitId = $goodsCommitId;
48
-	}
49
-
50
-	public function setGoodsId($goodsId)
51
-	{
52
-		$this->goodsId = $goodsId;
53
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "goods_commit_id")
15
+     */
16
+    private $goodsCommitId;
17
+
18
+    /**
19
+     * @JsonProperty(Long, "goods_id")
20
+     */
21
+    private $goodsId;
22
+
23
+    protected function setUserParams(&$params)
24
+    {
25
+        $this->setUserParam($params, "goods_commit_id", $this->goodsCommitId);
26
+        $this->setUserParam($params, "goods_id", $this->goodsId);
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.ticket.goods.query";
43
+    }
44
+
45
+    public function setGoodsCommitId($goodsCommitId)
46
+    {
47
+        $this->goodsCommitId = $goodsCommitId;
48
+    }
49
+
50
+    public function setGoodsId($goodsId)
51
+    {
52
+        $this->goodsId = $goodsId;
53
+    }
54 54
 
55 55
 }
Please login to merge, or discard this patch.
service/pinduoduo/bin/src/Api/Request/PddOpenMsgServiceSendMsgRequest.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 PddOpenMsgServiceSendMsgRequest 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\PddOpenMsgServiceSendMsgRequest_tring, String>, "template_param")
30
-	*/
31
-	private $templateParam;
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", $this->templateParam);
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.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 setTemplateParam($templateParam)
85
-	{
86
-		$this->templateParam = $templateParam;
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\PddOpenMsgServiceSendMsgRequest_tring, String>, "template_param")
30
+     */
31
+    private $templateParam;
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", $this->templateParam);
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.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 setTemplateParam($templateParam)
85
+    {
86
+        $this->templateParam = $templateParam;
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/PddFlightChangePayRequest.php 1 patch
Indentation   +239 added lines, -239 removed lines patch added patch discarded remove patch
@@ -7,256 +7,256 @@
 block discarded – undo
7 7
 class PddFlightChangePayRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(String, "trace_id")
15
-	*/
16
-	private $traceId;
17
-
18
-	/**
19
-	* @JsonProperty(String, "sub_trace_id")
20
-	*/
21
-	private $subTraceId;
22
-
23
-	/**
24
-	* @JsonProperty(String, "out_order_no")
25
-	*/
26
-	private $outOrderNo;
27
-
28
-	/**
29
-	* @JsonProperty(String, "parent_travel_sn")
30
-	*/
31
-	private $parentTravelSn;
32
-
33
-	/**
34
-	* @JsonProperty(String, "out_change_no")
35
-	*/
36
-	private $outChangeNo;
37
-
38
-	/**
39
-	* @JsonProperty(String, "change_date")
40
-	*/
41
-	private $changeDate;
42
-
43
-	/**
44
-	* @JsonProperty(Long, "total_pay_fee")
45
-	*/
46
-	private $totalPayFee;
47
-
48
-	/**
49
-	* @JsonProperty(Long, "total_pay")
50
-	*/
51
-	private $totalPay;
52
-
53
-	/**
54
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddFlightChangePayRequest_PassengerInfoListItem>, "passenger_info_list")
55
-	*/
56
-	private $passengerInfoList;
57
-
58
-	protected function setUserParams(&$params)
59
-	{
60
-		$this->setUserParam($params, "trace_id", $this->traceId);
61
-		$this->setUserParam($params, "sub_trace_id", $this->subTraceId);
62
-		$this->setUserParam($params, "out_order_no", $this->outOrderNo);
63
-		$this->setUserParam($params, "parent_travel_sn", $this->parentTravelSn);
64
-		$this->setUserParam($params, "out_change_no", $this->outChangeNo);
65
-		$this->setUserParam($params, "change_date", $this->changeDate);
66
-		$this->setUserParam($params, "total_pay_fee", $this->totalPayFee);
67
-		$this->setUserParam($params, "total_pay", $this->totalPay);
68
-		$this->setUserParam($params, "passenger_info_list", $this->passengerInfoList);
69
-
70
-	}
71
-
72
-	public function getVersion()
73
-	{
74
-		return "V1";
75
-	}
76
-
77
-	public function getDataType()
78
-	{
79
-		return "JSON";
80
-	}
81
-
82
-	public function getType()
83
-	{
84
-		return "pdd.flight.change.pay";
85
-	}
86
-
87
-	public function setTraceId($traceId)
88
-	{
89
-		$this->traceId = $traceId;
90
-	}
91
-
92
-	public function setSubTraceId($subTraceId)
93
-	{
94
-		$this->subTraceId = $subTraceId;
95
-	}
96
-
97
-	public function setOutOrderNo($outOrderNo)
98
-	{
99
-		$this->outOrderNo = $outOrderNo;
100
-	}
101
-
102
-	public function setParentTravelSn($parentTravelSn)
103
-	{
104
-		$this->parentTravelSn = $parentTravelSn;
105
-	}
106
-
107
-	public function setOutChangeNo($outChangeNo)
108
-	{
109
-		$this->outChangeNo = $outChangeNo;
110
-	}
111
-
112
-	public function setChangeDate($changeDate)
113
-	{
114
-		$this->changeDate = $changeDate;
115
-	}
116
-
117
-	public function setTotalPayFee($totalPayFee)
118
-	{
119
-		$this->totalPayFee = $totalPayFee;
120
-	}
121
-
122
-	public function setTotalPay($totalPay)
123
-	{
124
-		$this->totalPay = $totalPay;
125
-	}
126
-
127
-	public function setPassengerInfoList($passengerInfoList)
128
-	{
129
-		$this->passengerInfoList = $passengerInfoList;
130
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "trace_id")
15
+     */
16
+    private $traceId;
17
+
18
+    /**
19
+     * @JsonProperty(String, "sub_trace_id")
20
+     */
21
+    private $subTraceId;
22
+
23
+    /**
24
+     * @JsonProperty(String, "out_order_no")
25
+     */
26
+    private $outOrderNo;
27
+
28
+    /**
29
+     * @JsonProperty(String, "parent_travel_sn")
30
+     */
31
+    private $parentTravelSn;
32
+
33
+    /**
34
+     * @JsonProperty(String, "out_change_no")
35
+     */
36
+    private $outChangeNo;
37
+
38
+    /**
39
+     * @JsonProperty(String, "change_date")
40
+     */
41
+    private $changeDate;
42
+
43
+    /**
44
+     * @JsonProperty(Long, "total_pay_fee")
45
+     */
46
+    private $totalPayFee;
47
+
48
+    /**
49
+     * @JsonProperty(Long, "total_pay")
50
+     */
51
+    private $totalPay;
52
+
53
+    /**
54
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddFlightChangePayRequest_PassengerInfoListItem>, "passenger_info_list")
55
+     */
56
+    private $passengerInfoList;
57
+
58
+    protected function setUserParams(&$params)
59
+    {
60
+        $this->setUserParam($params, "trace_id", $this->traceId);
61
+        $this->setUserParam($params, "sub_trace_id", $this->subTraceId);
62
+        $this->setUserParam($params, "out_order_no", $this->outOrderNo);
63
+        $this->setUserParam($params, "parent_travel_sn", $this->parentTravelSn);
64
+        $this->setUserParam($params, "out_change_no", $this->outChangeNo);
65
+        $this->setUserParam($params, "change_date", $this->changeDate);
66
+        $this->setUserParam($params, "total_pay_fee", $this->totalPayFee);
67
+        $this->setUserParam($params, "total_pay", $this->totalPay);
68
+        $this->setUserParam($params, "passenger_info_list", $this->passengerInfoList);
69
+
70
+    }
71
+
72
+    public function getVersion()
73
+    {
74
+        return "V1";
75
+    }
76
+
77
+    public function getDataType()
78
+    {
79
+        return "JSON";
80
+    }
81
+
82
+    public function getType()
83
+    {
84
+        return "pdd.flight.change.pay";
85
+    }
86
+
87
+    public function setTraceId($traceId)
88
+    {
89
+        $this->traceId = $traceId;
90
+    }
91
+
92
+    public function setSubTraceId($subTraceId)
93
+    {
94
+        $this->subTraceId = $subTraceId;
95
+    }
96
+
97
+    public function setOutOrderNo($outOrderNo)
98
+    {
99
+        $this->outOrderNo = $outOrderNo;
100
+    }
101
+
102
+    public function setParentTravelSn($parentTravelSn)
103
+    {
104
+        $this->parentTravelSn = $parentTravelSn;
105
+    }
106
+
107
+    public function setOutChangeNo($outChangeNo)
108
+    {
109
+        $this->outChangeNo = $outChangeNo;
110
+    }
111
+
112
+    public function setChangeDate($changeDate)
113
+    {
114
+        $this->changeDate = $changeDate;
115
+    }
116
+
117
+    public function setTotalPayFee($totalPayFee)
118
+    {
119
+        $this->totalPayFee = $totalPayFee;
120
+    }
121
+
122
+    public function setTotalPay($totalPay)
123
+    {
124
+        $this->totalPay = $totalPay;
125
+    }
126
+
127
+    public function setPassengerInfoList($passengerInfoList)
128
+    {
129
+        $this->passengerInfoList = $passengerInfoList;
130
+    }
131 131
 
132 132
 }
133 133
 
134 134
 class PddFlightChangePayRequest_PassengerInfoListItem extends PopBaseJsonEntity
135 135
 {
136 136
 
137
-	public function __construct()
138
-	{
139
-
140
-	}
141
-
142
-	/**
143
-	* @JsonProperty(String, "name")
144
-	*/
145
-	private $name;
146
-
147
-	/**
148
-	* @JsonProperty(String, "identity_type")
149
-	*/
150
-	private $identityType;
151
-
152
-	/**
153
-	* @JsonProperty(String, "identity_no")
154
-	*/
155
-	private $identityNo;
156
-
157
-	/**
158
-	* @JsonProperty(String, "sub_out_change_no")
159
-	*/
160
-	private $subOutChangeNo;
161
-
162
-	/**
163
-	* @JsonProperty(String, "travel_sn")
164
-	*/
165
-	private $travelSn;
166
-
167
-	/**
168
-	* @JsonProperty(String, "ticket_no")
169
-	*/
170
-	private $ticketNo;
171
-
172
-	/**
173
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddFlightChangePayRequest_PassengerInfoListItemFlightListItem>, "flight_list")
174
-	*/
175
-	private $flightList;
176
-
177
-	public function setName($name)
178
-	{
179
-		$this->name = $name;
180
-	}
181
-
182
-	public function setIdentityType($identityType)
183
-	{
184
-		$this->identityType = $identityType;
185
-	}
186
-
187
-	public function setIdentityNo($identityNo)
188
-	{
189
-		$this->identityNo = $identityNo;
190
-	}
191
-
192
-	public function setSubOutChangeNo($subOutChangeNo)
193
-	{
194
-		$this->subOutChangeNo = $subOutChangeNo;
195
-	}
196
-
197
-	public function setTravelSn($travelSn)
198
-	{
199
-		$this->travelSn = $travelSn;
200
-	}
201
-
202
-	public function setTicketNo($ticketNo)
203
-	{
204
-		$this->ticketNo = $ticketNo;
205
-	}
206
-
207
-	public function setFlightList($flightList)
208
-	{
209
-		$this->flightList = $flightList;
210
-	}
137
+    public function __construct()
138
+    {
139
+
140
+    }
141
+
142
+    /**
143
+     * @JsonProperty(String, "name")
144
+     */
145
+    private $name;
146
+
147
+    /**
148
+     * @JsonProperty(String, "identity_type")
149
+     */
150
+    private $identityType;
151
+
152
+    /**
153
+     * @JsonProperty(String, "identity_no")
154
+     */
155
+    private $identityNo;
156
+
157
+    /**
158
+     * @JsonProperty(String, "sub_out_change_no")
159
+     */
160
+    private $subOutChangeNo;
161
+
162
+    /**
163
+     * @JsonProperty(String, "travel_sn")
164
+     */
165
+    private $travelSn;
166
+
167
+    /**
168
+     * @JsonProperty(String, "ticket_no")
169
+     */
170
+    private $ticketNo;
171
+
172
+    /**
173
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddFlightChangePayRequest_PassengerInfoListItemFlightListItem>, "flight_list")
174
+     */
175
+    private $flightList;
176
+
177
+    public function setName($name)
178
+    {
179
+        $this->name = $name;
180
+    }
181
+
182
+    public function setIdentityType($identityType)
183
+    {
184
+        $this->identityType = $identityType;
185
+    }
186
+
187
+    public function setIdentityNo($identityNo)
188
+    {
189
+        $this->identityNo = $identityNo;
190
+    }
191
+
192
+    public function setSubOutChangeNo($subOutChangeNo)
193
+    {
194
+        $this->subOutChangeNo = $subOutChangeNo;
195
+    }
196
+
197
+    public function setTravelSn($travelSn)
198
+    {
199
+        $this->travelSn = $travelSn;
200
+    }
201
+
202
+    public function setTicketNo($ticketNo)
203
+    {
204
+        $this->ticketNo = $ticketNo;
205
+    }
206
+
207
+    public function setFlightList($flightList)
208
+    {
209
+        $this->flightList = $flightList;
210
+    }
211 211
 
212 212
 }
213 213
 
214 214
 class PddFlightChangePayRequest_PassengerInfoListItemFlightListItem extends PopBaseJsonEntity
215 215
 {
216 216
 
217
-	public function __construct()
218
-	{
219
-
220
-	}
221
-
222
-	/**
223
-	* @JsonProperty(String, "flight_no")
224
-	*/
225
-	private $flightNo;
226
-
227
-	/**
228
-	* @JsonProperty(Integer, "segment_no")
229
-	*/
230
-	private $segmentNo;
231
-
232
-	/**
233
-	* @JsonProperty(Integer, "sequence_no")
234
-	*/
235
-	private $sequenceNo;
236
-
237
-	/**
238
-	* @JsonProperty(String, "sub_class")
239
-	*/
240
-	private $subClass;
241
-
242
-	public function setFlightNo($flightNo)
243
-	{
244
-		$this->flightNo = $flightNo;
245
-	}
246
-
247
-	public function setSegmentNo($segmentNo)
248
-	{
249
-		$this->segmentNo = $segmentNo;
250
-	}
251
-
252
-	public function setSequenceNo($sequenceNo)
253
-	{
254
-		$this->sequenceNo = $sequenceNo;
255
-	}
256
-
257
-	public function setSubClass($subClass)
258
-	{
259
-		$this->subClass = $subClass;
260
-	}
217
+    public function __construct()
218
+    {
219
+
220
+    }
221
+
222
+    /**
223
+     * @JsonProperty(String, "flight_no")
224
+     */
225
+    private $flightNo;
226
+
227
+    /**
228
+     * @JsonProperty(Integer, "segment_no")
229
+     */
230
+    private $segmentNo;
231
+
232
+    /**
233
+     * @JsonProperty(Integer, "sequence_no")
234
+     */
235
+    private $sequenceNo;
236
+
237
+    /**
238
+     * @JsonProperty(String, "sub_class")
239
+     */
240
+    private $subClass;
241
+
242
+    public function setFlightNo($flightNo)
243
+    {
244
+        $this->flightNo = $flightNo;
245
+    }
246
+
247
+    public function setSegmentNo($segmentNo)
248
+    {
249
+        $this->segmentNo = $segmentNo;
250
+    }
251
+
252
+    public function setSequenceNo($sequenceNo)
253
+    {
254
+        $this->sequenceNo = $sequenceNo;
255
+    }
256
+
257
+    public function setSubClass($subClass)
258
+    {
259
+        $this->subClass = $subClass;
260
+    }
261 261
 
262 262
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddGoodsDetailGetRequest.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 PddGoodsDetailGetRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Long, "goods_id")
15
-	*/
16
-	private $goodsId;
17
-
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "goods_id", $this->goodsId);
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.goods.detail.get";
37
-	}
38
-
39
-	public function setGoodsId($goodsId)
40
-	{
41
-		$this->goodsId = $goodsId;
42
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "goods_id")
15
+     */
16
+    private $goodsId;
17
+
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "goods_id", $this->goodsId);
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.goods.detail.get";
37
+    }
38
+
39
+    public function setGoodsId($goodsId)
40
+    {
41
+        $this->goodsId = $goodsId;
42
+    }
43 43
 
44 44
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddAdApiKeywordCreateRequest.php 1 patch
Indentation   +78 added lines, -78 removed lines patch added patch discarded remove patch
@@ -7,89 +7,89 @@
 block discarded – undo
7 7
 class PddAdApiKeywordCreateRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Long, "adId")
15
-	*/
16
-	private $adId;
17
-
18
-	/**
19
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiKeywordCreateRequest_KeywordListItem>, "keywordList")
20
-	*/
21
-	private $keywordList;
22
-
23
-	protected function setUserParams(&$params)
24
-	{
25
-		$this->setUserParam($params, "adId", $this->adId);
26
-		$this->setUserParam($params, "keywordList", $this->keywordList);
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.keyword.create";
43
-	}
44
-
45
-	public function setAdId($adId)
46
-	{
47
-		$this->adId = $adId;
48
-	}
49
-
50
-	public function setKeywordList($keywordList)
51
-	{
52
-		$this->keywordList = $keywordList;
53
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "adId")
15
+     */
16
+    private $adId;
17
+
18
+    /**
19
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiKeywordCreateRequest_KeywordListItem>, "keywordList")
20
+     */
21
+    private $keywordList;
22
+
23
+    protected function setUserParams(&$params)
24
+    {
25
+        $this->setUserParam($params, "adId", $this->adId);
26
+        $this->setUserParam($params, "keywordList", $this->keywordList);
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.keyword.create";
43
+    }
44
+
45
+    public function setAdId($adId)
46
+    {
47
+        $this->adId = $adId;
48
+    }
49
+
50
+    public function setKeywordList($keywordList)
51
+    {
52
+        $this->keywordList = $keywordList;
53
+    }
54 54
 
55 55
 }
56 56
 
57 57
 class PddAdApiKeywordCreateRequest_KeywordListItem extends PopBaseJsonEntity
58 58
 {
59 59
 
60
-	public function __construct()
61
-	{
62
-
63
-	}
64
-
65
-	/**
66
-	* @JsonProperty(Long, "bid")
67
-	*/
68
-	private $bid;
69
-
70
-	/**
71
-	* @JsonProperty(Long, "premiumRate")
72
-	*/
73
-	private $premiumRate;
74
-
75
-	/**
76
-	* @JsonProperty(String, "word")
77
-	*/
78
-	private $word;
79
-
80
-	public function setBid($bid)
81
-	{
82
-		$this->bid = $bid;
83
-	}
84
-
85
-	public function setPremiumRate($premiumRate)
86
-	{
87
-		$this->premiumRate = $premiumRate;
88
-	}
89
-
90
-	public function setWord($word)
91
-	{
92
-		$this->word = $word;
93
-	}
60
+    public function __construct()
61
+    {
62
+
63
+    }
64
+
65
+    /**
66
+     * @JsonProperty(Long, "bid")
67
+     */
68
+    private $bid;
69
+
70
+    /**
71
+     * @JsonProperty(Long, "premiumRate")
72
+     */
73
+    private $premiumRate;
74
+
75
+    /**
76
+     * @JsonProperty(String, "word")
77
+     */
78
+    private $word;
79
+
80
+    public function setBid($bid)
81
+    {
82
+        $this->bid = $bid;
83
+    }
84
+
85
+    public function setPremiumRate($premiumRate)
86
+    {
87
+        $this->premiumRate = $premiumRate;
88
+    }
89
+
90
+    public function setWord($word)
91
+    {
92
+        $this->word = $word;
93
+    }
94 94
 
95 95
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddStockWareDeleteRequest.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 PddStockWareDeleteRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Long, "ware_id")
15
-	*/
16
-	private $wareId;
17
-
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "ware_id", $this->wareId);
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.stock.ware.delete";
37
-	}
38
-
39
-	public function setWareId($wareId)
40
-	{
41
-		$this->wareId = $wareId;
42
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "ware_id")
15
+     */
16
+    private $wareId;
17
+
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "ware_id", $this->wareId);
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.stock.ware.delete";
37
+    }
38
+
39
+    public function setWareId($wareId)
40
+    {
41
+        $this->wareId = $wareId;
42
+    }
43 43
 
44 44
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddGoodsQuantityUpdateRequest.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 PddGoodsQuantityUpdateRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Long, "goods_id")
15
-	*/
16
-	private $goodsId;
17
-
18
-	/**
19
-	* @JsonProperty(Long, "quantity")
20
-	*/
21
-	private $quantity;
22
-
23
-	/**
24
-	* @JsonProperty(Long, "sku_id")
25
-	*/
26
-	private $skuId;
27
-
28
-	/**
29
-	* @JsonProperty(String, "outer_id")
30
-	*/
31
-	private $outerId;
32
-
33
-	/**
34
-	* @JsonProperty(Integer, "update_type")
35
-	*/
36
-	private $updateType;
37
-
38
-	protected function setUserParams(&$params)
39
-	{
40
-		$this->setUserParam($params, "goods_id", $this->goodsId);
41
-		$this->setUserParam($params, "quantity", $this->quantity);
42
-		$this->setUserParam($params, "sku_id", $this->skuId);
43
-		$this->setUserParam($params, "outer_id", $this->outerId);
44
-		$this->setUserParam($params, "update_type", $this->updateType);
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.goods.quantity.update";
61
-	}
62
-
63
-	public function setGoodsId($goodsId)
64
-	{
65
-		$this->goodsId = $goodsId;
66
-	}
67
-
68
-	public function setQuantity($quantity)
69
-	{
70
-		$this->quantity = $quantity;
71
-	}
72
-
73
-	public function setSkuId($skuId)
74
-	{
75
-		$this->skuId = $skuId;
76
-	}
77
-
78
-	public function setOuterId($outerId)
79
-	{
80
-		$this->outerId = $outerId;
81
-	}
82
-
83
-	public function setUpdateType($updateType)
84
-	{
85
-		$this->updateType = $updateType;
86
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "goods_id")
15
+     */
16
+    private $goodsId;
17
+
18
+    /**
19
+     * @JsonProperty(Long, "quantity")
20
+     */
21
+    private $quantity;
22
+
23
+    /**
24
+     * @JsonProperty(Long, "sku_id")
25
+     */
26
+    private $skuId;
27
+
28
+    /**
29
+     * @JsonProperty(String, "outer_id")
30
+     */
31
+    private $outerId;
32
+
33
+    /**
34
+     * @JsonProperty(Integer, "update_type")
35
+     */
36
+    private $updateType;
37
+
38
+    protected function setUserParams(&$params)
39
+    {
40
+        $this->setUserParam($params, "goods_id", $this->goodsId);
41
+        $this->setUserParam($params, "quantity", $this->quantity);
42
+        $this->setUserParam($params, "sku_id", $this->skuId);
43
+        $this->setUserParam($params, "outer_id", $this->outerId);
44
+        $this->setUserParam($params, "update_type", $this->updateType);
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.goods.quantity.update";
61
+    }
62
+
63
+    public function setGoodsId($goodsId)
64
+    {
65
+        $this->goodsId = $goodsId;
66
+    }
67
+
68
+    public function setQuantity($quantity)
69
+    {
70
+        $this->quantity = $quantity;
71
+    }
72
+
73
+    public function setSkuId($skuId)
74
+    {
75
+        $this->skuId = $skuId;
76
+    }
77
+
78
+    public function setOuterId($outerId)
79
+    {
80
+        $this->outerId = $outerId;
81
+    }
82
+
83
+    public function setUpdateType($updateType)
84
+    {
85
+        $this->updateType = $updateType;
86
+    }
87 87
 
88 88
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddEinvoiceQueryMallRegisterOrderRequest.php 1 patch
Indentation   +97 added lines, -97 removed lines patch added patch discarded remove patch
@@ -7,128 +7,128 @@
 block discarded – undo
7 7
 class PddEinvoiceQueryMallRegisterOrderRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
10
+    {
11 11
 
12
-	}
13
-	/**
14
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddEinvoiceQueryMallRegisterOrderRequest_Data, "data")
15
-	*/
16
-	private $data;
12
+    }
13
+    /**
14
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddEinvoiceQueryMallRegisterOrderRequest_Data, "data")
15
+     */
16
+    private $data;
17 17
 
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "data", $this->data);
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "data", $this->data);
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.einvoice.query.mall.register.order";
37
-	}
34
+    public function getType()
35
+    {
36
+        return "pdd.einvoice.query.mall.register.order";
37
+    }
38 38
 
39
-	public function setData($data)
40
-	{
41
-		$this->data = $data;
42
-	}
39
+    public function setData($data)
40
+    {
41
+        $this->data = $data;
42
+    }
43 43
 
44 44
 }
45 45
 
46 46
 class PddEinvoiceQueryMallRegisterOrderRequest_Data 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(Integer, "page")
56
-	*/
57
-	private $page;
54
+    /**
55
+     * @JsonProperty(Integer, "page")
56
+     */
57
+    private $page;
58 58
 
59
-	/**
60
-	* @JsonProperty(Integer, "pageSize")
61
-	*/
62
-	private $pageSize;
59
+    /**
60
+     * @JsonProperty(Integer, "pageSize")
61
+     */
62
+    private $pageSize;
63 63
 
64
-	/**
65
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddEinvoiceQueryMallRegisterOrderRequest_DataRequest, "request")
66
-	*/
67
-	private $request;
64
+    /**
65
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddEinvoiceQueryMallRegisterOrderRequest_DataRequest, "request")
66
+     */
67
+    private $request;
68 68
 
69
-	public function setPage($page)
70
-	{
71
-		$this->page = $page;
72
-	}
69
+    public function setPage($page)
70
+    {
71
+        $this->page = $page;
72
+    }
73 73
 
74
-	public function setPageSize($pageSize)
75
-	{
76
-		$this->pageSize = $pageSize;
77
-	}
74
+    public function setPageSize($pageSize)
75
+    {
76
+        $this->pageSize = $pageSize;
77
+    }
78 78
 
79
-	public function setRequest($request)
80
-	{
81
-		$this->request = $request;
82
-	}
79
+    public function setRequest($request)
80
+    {
81
+        $this->request = $request;
82
+    }
83 83
 
84 84
 }
85 85
 
86 86
 class PddEinvoiceQueryMallRegisterOrderRequest_DataRequest extends PopBaseJsonEntity
87 87
 {
88 88
 
89
-	public function __construct()
90
-	{
91
-
92
-	}
93
-
94
-	/**
95
-	* @JsonProperty(String, "einvoiceApiVersion")
96
-	*/
97
-	private $einvoiceApiVersion;
98
-
99
-	/**
100
-	* @JsonProperty(Long, "endTime")
101
-	*/
102
-	private $endTime;
103
-
104
-	/**
105
-	* @JsonProperty(List<Integer>, "registerStatusList")
106
-	*/
107
-	private $registerStatusList;
108
-
109
-	/**
110
-	* @JsonProperty(Long, "startTime")
111
-	*/
112
-	private $startTime;
113
-
114
-	public function setEinvoiceApiVersion($einvoiceApiVersion)
115
-	{
116
-		$this->einvoiceApiVersion = $einvoiceApiVersion;
117
-	}
118
-
119
-	public function setEndTime($endTime)
120
-	{
121
-		$this->endTime = $endTime;
122
-	}
123
-
124
-	public function setRegisterStatusList($registerStatusList)
125
-	{
126
-		$this->registerStatusList = $registerStatusList;
127
-	}
128
-
129
-	public function setStartTime($startTime)
130
-	{
131
-		$this->startTime = $startTime;
132
-	}
89
+    public function __construct()
90
+    {
91
+
92
+    }
93
+
94
+    /**
95
+     * @JsonProperty(String, "einvoiceApiVersion")
96
+     */
97
+    private $einvoiceApiVersion;
98
+
99
+    /**
100
+     * @JsonProperty(Long, "endTime")
101
+     */
102
+    private $endTime;
103
+
104
+    /**
105
+     * @JsonProperty(List<Integer>, "registerStatusList")
106
+     */
107
+    private $registerStatusList;
108
+
109
+    /**
110
+     * @JsonProperty(Long, "startTime")
111
+     */
112
+    private $startTime;
113
+
114
+    public function setEinvoiceApiVersion($einvoiceApiVersion)
115
+    {
116
+        $this->einvoiceApiVersion = $einvoiceApiVersion;
117
+    }
118
+
119
+    public function setEndTime($endTime)
120
+    {
121
+        $this->endTime = $endTime;
122
+    }
123
+
124
+    public function setRegisterStatusList($registerStatusList)
125
+    {
126
+        $this->registerStatusList = $registerStatusList;
127
+    }
128
+
129
+    public function setStartTime($startTime)
130
+    {
131
+        $this->startTime = $startTime;
132
+    }
133 133
 
134 134
 }
Please login to merge, or discard this patch.