Passed
Push — v6 ( fe399c...515a76 )
by 光春
06:18
created
service/pinduoduo/bin/src/Api/Request/PddLogisticsOrdertraceGetRequest.php 1 patch
Indentation   +44 added lines, -44 removed lines patch added patch discarded remove patch
@@ -7,60 +7,60 @@
 block discarded – undo
7 7
 class PddLogisticsOrdertraceGetRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
10
+    {
11 11
 
12
-	}
13
-	/**
14
-	* @JsonProperty(String, "company_code")
15
-	*/
16
-	private $companyCode;
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "company_code")
15
+     */
16
+    private $companyCode;
17 17
 
18
-	/**
19
-	* @JsonProperty(String, "mail_no")
20
-	*/
21
-	private $mailNo;
18
+    /**
19
+     * @JsonProperty(String, "mail_no")
20
+     */
21
+    private $mailNo;
22 22
 
23
-	/**
24
-	* @JsonProperty(Boolean, "cache")
25
-	*/
26
-	private $cache;
23
+    /**
24
+     * @JsonProperty(Boolean, "cache")
25
+     */
26
+    private $cache;
27 27
 
28
-	protected function setUserParams(&$params)
29
-	{
30
-		$this->setUserParam($params, "company_code", $this->companyCode);
31
-		$this->setUserParam($params, "mail_no", $this->mailNo);
32
-		$this->setUserParam($params, "cache", $this->cache);
28
+    protected function setUserParams(&$params)
29
+    {
30
+        $this->setUserParam($params, "company_code", $this->companyCode);
31
+        $this->setUserParam($params, "mail_no", $this->mailNo);
32
+        $this->setUserParam($params, "cache", $this->cache);
33 33
 
34
-	}
34
+    }
35 35
 
36
-	public function getVersion()
37
-	{
38
-		return "V1";
39
-	}
36
+    public function getVersion()
37
+    {
38
+        return "V1";
39
+    }
40 40
 
41
-	public function getDataType()
42
-	{
43
-		return "JSON";
44
-	}
41
+    public function getDataType()
42
+    {
43
+        return "JSON";
44
+    }
45 45
 
46
-	public function getType()
47
-	{
48
-		return "pdd.logistics.ordertrace.get";
49
-	}
46
+    public function getType()
47
+    {
48
+        return "pdd.logistics.ordertrace.get";
49
+    }
50 50
 
51
-	public function setCompanyCode($companyCode)
52
-	{
53
-		$this->companyCode = $companyCode;
54
-	}
51
+    public function setCompanyCode($companyCode)
52
+    {
53
+        $this->companyCode = $companyCode;
54
+    }
55 55
 
56
-	public function setMailNo($mailNo)
57
-	{
58
-		$this->mailNo = $mailNo;
59
-	}
56
+    public function setMailNo($mailNo)
57
+    {
58
+        $this->mailNo = $mailNo;
59
+    }
60 60
 
61
-	public function setCache($cache)
62
-	{
63
-		$this->cache = $cache;
64
-	}
61
+    public function setCache($cache)
62
+    {
63
+        $this->cache = $cache;
64
+    }
65 65
 
66 66
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddQrpayPayeeRegisterRequest.php 1 patch
Indentation   +37 added lines, -37 removed lines patch added patch discarded remove patch
@@ -7,58 +7,58 @@
 block discarded – undo
7 7
 class PddQrpayPayeeRegisterRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
10
+    {
11 11
 
12
-	}
13
-	/**
14
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddQrpayPayeeRegisterRequest_PayeeListItem>, "payee_list")
15
-	*/
16
-	private $payeeList;
12
+    }
13
+    /**
14
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddQrpayPayeeRegisterRequest_PayeeListItem>, "payee_list")
15
+     */
16
+    private $payeeList;
17 17
 
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "payee_list", $this->payeeList);
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "payee_list", $this->payeeList);
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.qrpay.payee.register";
37
-	}
34
+    public function getType()
35
+    {
36
+        return "pdd.qrpay.payee.register";
37
+    }
38 38
 
39
-	public function setPayeeList($payeeList)
40
-	{
41
-		$this->payeeList = $payeeList;
42
-	}
39
+    public function setPayeeList($payeeList)
40
+    {
41
+        $this->payeeList = $payeeList;
42
+    }
43 43
 
44 44
 }
45 45
 
46 46
 class PddQrpayPayeeRegisterRequest_PayeeListItem 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(String, "payee")
56
-	*/
57
-	private $payee;
54
+    /**
55
+     * @JsonProperty(String, "payee")
56
+     */
57
+    private $payee;
58 58
 
59
-	public function setPayee($payee)
60
-	{
61
-		$this->payee = $payee;
62
-	}
59
+    public function setPayee($payee)
60
+    {
61
+        $this->payee = $payee;
62
+    }
63 63
 
64 64
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddRefundStatusCheckRequest.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 PddRefundStatusCheckRequest 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.refund.status.check";
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.refund.status.check";
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.
service/pinduoduo/bin/src/Api/Request/PddGoodsCpsMallUnitPauseRequest.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 PddGoodsCpsMallUnitPauseRequest 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.goods.cps.mall.unit.pause";
31
-	}
28
+    public function getType()
29
+    {
30
+        return "pdd.goods.cps.mall.unit.pause";
31
+    }
32 32
 
33 33
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddDdkGoodsPromotionUrlGenerateRequest.php 1 patch
Indentation   +198 added lines, -198 removed lines patch added patch discarded remove patch
@@ -7,203 +7,203 @@
 block discarded – undo
7 7
 class PddDdkGoodsPromotionUrlGenerateRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(String, "custom_parameters")
15
-	*/
16
-	private $customParameters;
17
-
18
-	/**
19
-	* @JsonProperty(Boolean, "generate_mall_collect_coupon")
20
-	*/
21
-	private $generateMallCollectCoupon;
22
-
23
-	/**
24
-	* @JsonProperty(Boolean, "generate_qq_app")
25
-	*/
26
-	private $generateQqApp;
27
-
28
-	/**
29
-	* @JsonProperty(Boolean, "generate_schema_url")
30
-	*/
31
-	private $generateSchemaUrl;
32
-
33
-	/**
34
-	* @JsonProperty(Boolean, "generate_short_url")
35
-	*/
36
-	private $generateShortUrl;
37
-
38
-	/**
39
-	* @JsonProperty(Boolean, "generate_weapp_webview")
40
-	*/
41
-	private $generateWeappWebview;
42
-
43
-	/**
44
-	* @JsonProperty(Boolean, "generate_weiboapp_webview")
45
-	*/
46
-	private $generateWeiboappWebview;
47
-
48
-	/**
49
-	* @JsonProperty(Boolean, "generate_we_app")
50
-	*/
51
-	private $generateWeApp;
52
-
53
-	/**
54
-	* @JsonProperty(List<Long>, "goods_id_list")
55
-	*/
56
-	private $goodsIdList;
57
-
58
-	/**
59
-	* @JsonProperty(Boolean, "multi_group")
60
-	*/
61
-	private $multiGroup;
62
-
63
-	/**
64
-	* @JsonProperty(String, "p_id")
65
-	*/
66
-	private $pId;
67
-
68
-	/**
69
-	* @JsonProperty(String, "search_id")
70
-	*/
71
-	private $searchId;
72
-
73
-	/**
74
-	* @JsonProperty(Long, "zs_duo_id")
75
-	*/
76
-	private $zsDuoId;
77
-
78
-	/**
79
-	* @JsonProperty(List<String>, "room_id_list")
80
-	*/
81
-	private $roomIdList;
82
-
83
-	/**
84
-	* @JsonProperty(List<String>, "target_id_list")
85
-	*/
86
-	private $targetIdList;
87
-
88
-	/**
89
-	* @JsonProperty(Boolean, "generate_authority_url")
90
-	*/
91
-	private $generateAuthorityUrl;
92
-
93
-	protected function setUserParams(&$params)
94
-	{
95
-		$this->setUserParam($params, "custom_parameters", $this->customParameters);
96
-		$this->setUserParam($params, "generate_mall_collect_coupon", $this->generateMallCollectCoupon);
97
-		$this->setUserParam($params, "generate_qq_app", $this->generateQqApp);
98
-		$this->setUserParam($params, "generate_schema_url", $this->generateSchemaUrl);
99
-		$this->setUserParam($params, "generate_short_url", $this->generateShortUrl);
100
-		$this->setUserParam($params, "generate_weapp_webview", $this->generateWeappWebview);
101
-		$this->setUserParam($params, "generate_weiboapp_webview", $this->generateWeiboappWebview);
102
-		$this->setUserParam($params, "generate_we_app", $this->generateWeApp);
103
-		$this->setUserParam($params, "goods_id_list", $this->goodsIdList);
104
-		$this->setUserParam($params, "multi_group", $this->multiGroup);
105
-		$this->setUserParam($params, "p_id", $this->pId);
106
-		$this->setUserParam($params, "search_id", $this->searchId);
107
-		$this->setUserParam($params, "zs_duo_id", $this->zsDuoId);
108
-		$this->setUserParam($params, "room_id_list", $this->roomIdList);
109
-		$this->setUserParam($params, "target_id_list", $this->targetIdList);
110
-		$this->setUserParam($params, "generate_authority_url", $this->generateAuthorityUrl);
111
-
112
-	}
113
-
114
-	public function getVersion()
115
-	{
116
-		return "V1";
117
-	}
118
-
119
-	public function getDataType()
120
-	{
121
-		return "JSON";
122
-	}
123
-
124
-	public function getType()
125
-	{
126
-		return "pdd.ddk.goods.promotion.url.generate";
127
-	}
128
-
129
-	public function setCustomParameters($customParameters)
130
-	{
131
-		$this->customParameters = $customParameters;
132
-	}
133
-
134
-	public function setGenerateMallCollectCoupon($generateMallCollectCoupon)
135
-	{
136
-		$this->generateMallCollectCoupon = $generateMallCollectCoupon;
137
-	}
138
-
139
-	public function setGenerateQqApp($generateQqApp)
140
-	{
141
-		$this->generateQqApp = $generateQqApp;
142
-	}
143
-
144
-	public function setGenerateSchemaUrl($generateSchemaUrl)
145
-	{
146
-		$this->generateSchemaUrl = $generateSchemaUrl;
147
-	}
148
-
149
-	public function setGenerateShortUrl($generateShortUrl)
150
-	{
151
-		$this->generateShortUrl = $generateShortUrl;
152
-	}
153
-
154
-	public function setGenerateWeappWebview($generateWeappWebview)
155
-	{
156
-		$this->generateWeappWebview = $generateWeappWebview;
157
-	}
158
-
159
-	public function setGenerateWeiboappWebview($generateWeiboappWebview)
160
-	{
161
-		$this->generateWeiboappWebview = $generateWeiboappWebview;
162
-	}
163
-
164
-	public function setGenerateWeApp($generateWeApp)
165
-	{
166
-		$this->generateWeApp = $generateWeApp;
167
-	}
168
-
169
-	public function setGoodsIdList($goodsIdList)
170
-	{
171
-		$this->goodsIdList = $goodsIdList;
172
-	}
173
-
174
-	public function setMultiGroup($multiGroup)
175
-	{
176
-		$this->multiGroup = $multiGroup;
177
-	}
178
-
179
-	public function setPId($pId)
180
-	{
181
-		$this->pId = $pId;
182
-	}
183
-
184
-	public function setSearchId($searchId)
185
-	{
186
-		$this->searchId = $searchId;
187
-	}
188
-
189
-	public function setZsDuoId($zsDuoId)
190
-	{
191
-		$this->zsDuoId = $zsDuoId;
192
-	}
193
-
194
-	public function setRoomIdList($roomIdList)
195
-	{
196
-		$this->roomIdList = $roomIdList;
197
-	}
198
-
199
-	public function setTargetIdList($targetIdList)
200
-	{
201
-		$this->targetIdList = $targetIdList;
202
-	}
203
-
204
-	public function setGenerateAuthorityUrl($generateAuthorityUrl)
205
-	{
206
-		$this->generateAuthorityUrl = $generateAuthorityUrl;
207
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "custom_parameters")
15
+     */
16
+    private $customParameters;
17
+
18
+    /**
19
+     * @JsonProperty(Boolean, "generate_mall_collect_coupon")
20
+     */
21
+    private $generateMallCollectCoupon;
22
+
23
+    /**
24
+     * @JsonProperty(Boolean, "generate_qq_app")
25
+     */
26
+    private $generateQqApp;
27
+
28
+    /**
29
+     * @JsonProperty(Boolean, "generate_schema_url")
30
+     */
31
+    private $generateSchemaUrl;
32
+
33
+    /**
34
+     * @JsonProperty(Boolean, "generate_short_url")
35
+     */
36
+    private $generateShortUrl;
37
+
38
+    /**
39
+     * @JsonProperty(Boolean, "generate_weapp_webview")
40
+     */
41
+    private $generateWeappWebview;
42
+
43
+    /**
44
+     * @JsonProperty(Boolean, "generate_weiboapp_webview")
45
+     */
46
+    private $generateWeiboappWebview;
47
+
48
+    /**
49
+     * @JsonProperty(Boolean, "generate_we_app")
50
+     */
51
+    private $generateWeApp;
52
+
53
+    /**
54
+     * @JsonProperty(List<Long>, "goods_id_list")
55
+     */
56
+    private $goodsIdList;
57
+
58
+    /**
59
+     * @JsonProperty(Boolean, "multi_group")
60
+     */
61
+    private $multiGroup;
62
+
63
+    /**
64
+     * @JsonProperty(String, "p_id")
65
+     */
66
+    private $pId;
67
+
68
+    /**
69
+     * @JsonProperty(String, "search_id")
70
+     */
71
+    private $searchId;
72
+
73
+    /**
74
+     * @JsonProperty(Long, "zs_duo_id")
75
+     */
76
+    private $zsDuoId;
77
+
78
+    /**
79
+     * @JsonProperty(List<String>, "room_id_list")
80
+     */
81
+    private $roomIdList;
82
+
83
+    /**
84
+     * @JsonProperty(List<String>, "target_id_list")
85
+     */
86
+    private $targetIdList;
87
+
88
+    /**
89
+     * @JsonProperty(Boolean, "generate_authority_url")
90
+     */
91
+    private $generateAuthorityUrl;
92
+
93
+    protected function setUserParams(&$params)
94
+    {
95
+        $this->setUserParam($params, "custom_parameters", $this->customParameters);
96
+        $this->setUserParam($params, "generate_mall_collect_coupon", $this->generateMallCollectCoupon);
97
+        $this->setUserParam($params, "generate_qq_app", $this->generateQqApp);
98
+        $this->setUserParam($params, "generate_schema_url", $this->generateSchemaUrl);
99
+        $this->setUserParam($params, "generate_short_url", $this->generateShortUrl);
100
+        $this->setUserParam($params, "generate_weapp_webview", $this->generateWeappWebview);
101
+        $this->setUserParam($params, "generate_weiboapp_webview", $this->generateWeiboappWebview);
102
+        $this->setUserParam($params, "generate_we_app", $this->generateWeApp);
103
+        $this->setUserParam($params, "goods_id_list", $this->goodsIdList);
104
+        $this->setUserParam($params, "multi_group", $this->multiGroup);
105
+        $this->setUserParam($params, "p_id", $this->pId);
106
+        $this->setUserParam($params, "search_id", $this->searchId);
107
+        $this->setUserParam($params, "zs_duo_id", $this->zsDuoId);
108
+        $this->setUserParam($params, "room_id_list", $this->roomIdList);
109
+        $this->setUserParam($params, "target_id_list", $this->targetIdList);
110
+        $this->setUserParam($params, "generate_authority_url", $this->generateAuthorityUrl);
111
+
112
+    }
113
+
114
+    public function getVersion()
115
+    {
116
+        return "V1";
117
+    }
118
+
119
+    public function getDataType()
120
+    {
121
+        return "JSON";
122
+    }
123
+
124
+    public function getType()
125
+    {
126
+        return "pdd.ddk.goods.promotion.url.generate";
127
+    }
128
+
129
+    public function setCustomParameters($customParameters)
130
+    {
131
+        $this->customParameters = $customParameters;
132
+    }
133
+
134
+    public function setGenerateMallCollectCoupon($generateMallCollectCoupon)
135
+    {
136
+        $this->generateMallCollectCoupon = $generateMallCollectCoupon;
137
+    }
138
+
139
+    public function setGenerateQqApp($generateQqApp)
140
+    {
141
+        $this->generateQqApp = $generateQqApp;
142
+    }
143
+
144
+    public function setGenerateSchemaUrl($generateSchemaUrl)
145
+    {
146
+        $this->generateSchemaUrl = $generateSchemaUrl;
147
+    }
148
+
149
+    public function setGenerateShortUrl($generateShortUrl)
150
+    {
151
+        $this->generateShortUrl = $generateShortUrl;
152
+    }
153
+
154
+    public function setGenerateWeappWebview($generateWeappWebview)
155
+    {
156
+        $this->generateWeappWebview = $generateWeappWebview;
157
+    }
158
+
159
+    public function setGenerateWeiboappWebview($generateWeiboappWebview)
160
+    {
161
+        $this->generateWeiboappWebview = $generateWeiboappWebview;
162
+    }
163
+
164
+    public function setGenerateWeApp($generateWeApp)
165
+    {
166
+        $this->generateWeApp = $generateWeApp;
167
+    }
168
+
169
+    public function setGoodsIdList($goodsIdList)
170
+    {
171
+        $this->goodsIdList = $goodsIdList;
172
+    }
173
+
174
+    public function setMultiGroup($multiGroup)
175
+    {
176
+        $this->multiGroup = $multiGroup;
177
+    }
178
+
179
+    public function setPId($pId)
180
+    {
181
+        $this->pId = $pId;
182
+    }
183
+
184
+    public function setSearchId($searchId)
185
+    {
186
+        $this->searchId = $searchId;
187
+    }
188
+
189
+    public function setZsDuoId($zsDuoId)
190
+    {
191
+        $this->zsDuoId = $zsDuoId;
192
+    }
193
+
194
+    public function setRoomIdList($roomIdList)
195
+    {
196
+        $this->roomIdList = $roomIdList;
197
+    }
198
+
199
+    public function setTargetIdList($targetIdList)
200
+    {
201
+        $this->targetIdList = $targetIdList;
202
+    }
203
+
204
+    public function setGenerateAuthorityUrl($generateAuthorityUrl)
205
+    {
206
+        $this->generateAuthorityUrl = $generateAuthorityUrl;
207
+    }
208 208
 
209 209
 }
Please login to merge, or discard this patch.
service/pinduoduo/bin/src/Api/Request/PddFlightOrderPrePayCheckRequest.php 1 patch
Indentation   +130 added lines, -130 removed lines patch added patch discarded remove patch
@@ -7,141 +7,141 @@
 block discarded – undo
7 7
 class PddFlightOrderPrePayCheckRequest 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(List<\Com\Pdd\Pop\Sdk\Api\Request\PddFlightOrderPrePayCheckRequest_PassengerInfoListItem>, "passenger_info_list")
30
-	*/
31
-	private $passengerInfoList;
32
-
33
-	protected function setUserParams(&$params)
34
-	{
35
-		$this->setUserParam($params, "trace_id", $this->traceId);
36
-		$this->setUserParam($params, "sub_trace_id", $this->subTraceId);
37
-		$this->setUserParam($params, "out_order_no", $this->outOrderNo);
38
-		$this->setUserParam($params, "passenger_info_list", $this->passengerInfoList);
39
-
40
-	}
41
-
42
-	public function getVersion()
43
-	{
44
-		return "V1";
45
-	}
46
-
47
-	public function getDataType()
48
-	{
49
-		return "JSON";
50
-	}
51
-
52
-	public function getType()
53
-	{
54
-		return "pdd.flight.order.pre.pay.check";
55
-	}
56
-
57
-	public function setTraceId($traceId)
58
-	{
59
-		$this->traceId = $traceId;
60
-	}
61
-
62
-	public function setSubTraceId($subTraceId)
63
-	{
64
-		$this->subTraceId = $subTraceId;
65
-	}
66
-
67
-	public function setOutOrderNo($outOrderNo)
68
-	{
69
-		$this->outOrderNo = $outOrderNo;
70
-	}
71
-
72
-	public function setPassengerInfoList($passengerInfoList)
73
-	{
74
-		$this->passengerInfoList = $passengerInfoList;
75
-	}
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(List<\Com\Pdd\Pop\Sdk\Api\Request\PddFlightOrderPrePayCheckRequest_PassengerInfoListItem>, "passenger_info_list")
30
+     */
31
+    private $passengerInfoList;
32
+
33
+    protected function setUserParams(&$params)
34
+    {
35
+        $this->setUserParam($params, "trace_id", $this->traceId);
36
+        $this->setUserParam($params, "sub_trace_id", $this->subTraceId);
37
+        $this->setUserParam($params, "out_order_no", $this->outOrderNo);
38
+        $this->setUserParam($params, "passenger_info_list", $this->passengerInfoList);
39
+
40
+    }
41
+
42
+    public function getVersion()
43
+    {
44
+        return "V1";
45
+    }
46
+
47
+    public function getDataType()
48
+    {
49
+        return "JSON";
50
+    }
51
+
52
+    public function getType()
53
+    {
54
+        return "pdd.flight.order.pre.pay.check";
55
+    }
56
+
57
+    public function setTraceId($traceId)
58
+    {
59
+        $this->traceId = $traceId;
60
+    }
61
+
62
+    public function setSubTraceId($subTraceId)
63
+    {
64
+        $this->subTraceId = $subTraceId;
65
+    }
66
+
67
+    public function setOutOrderNo($outOrderNo)
68
+    {
69
+        $this->outOrderNo = $outOrderNo;
70
+    }
71
+
72
+    public function setPassengerInfoList($passengerInfoList)
73
+    {
74
+        $this->passengerInfoList = $passengerInfoList;
75
+    }
76 76
 
77 77
 }
78 78
 
79 79
 class PddFlightOrderPrePayCheckRequest_PassengerInfoListItem extends PopBaseJsonEntity
80 80
 {
81 81
 
82
-	public function __construct()
83
-	{
84
-
85
-	}
86
-
87
-	/**
88
-	* @JsonProperty(String, "travel_sn")
89
-	*/
90
-	private $travelSn;
91
-
92
-	/**
93
-	* @JsonProperty(String, "name")
94
-	*/
95
-	private $name;
96
-
97
-	/**
98
-	* @JsonProperty(Integer, "passenger_type")
99
-	*/
100
-	private $passengerType;
101
-
102
-	/**
103
-	* @JsonProperty(String, "identity_type")
104
-	*/
105
-	private $identityType;
106
-
107
-	/**
108
-	* @JsonProperty(String, "identity_no")
109
-	*/
110
-	private $identityNo;
111
-
112
-	/**
113
-	* @JsonProperty(String, "pnr")
114
-	*/
115
-	private $pnr;
116
-
117
-	public function setTravelSn($travelSn)
118
-	{
119
-		$this->travelSn = $travelSn;
120
-	}
121
-
122
-	public function setName($name)
123
-	{
124
-		$this->name = $name;
125
-	}
126
-
127
-	public function setPassengerType($passengerType)
128
-	{
129
-		$this->passengerType = $passengerType;
130
-	}
131
-
132
-	public function setIdentityType($identityType)
133
-	{
134
-		$this->identityType = $identityType;
135
-	}
136
-
137
-	public function setIdentityNo($identityNo)
138
-	{
139
-		$this->identityNo = $identityNo;
140
-	}
141
-
142
-	public function setPnr($pnr)
143
-	{
144
-		$this->pnr = $pnr;
145
-	}
82
+    public function __construct()
83
+    {
84
+
85
+    }
86
+
87
+    /**
88
+     * @JsonProperty(String, "travel_sn")
89
+     */
90
+    private $travelSn;
91
+
92
+    /**
93
+     * @JsonProperty(String, "name")
94
+     */
95
+    private $name;
96
+
97
+    /**
98
+     * @JsonProperty(Integer, "passenger_type")
99
+     */
100
+    private $passengerType;
101
+
102
+    /**
103
+     * @JsonProperty(String, "identity_type")
104
+     */
105
+    private $identityType;
106
+
107
+    /**
108
+     * @JsonProperty(String, "identity_no")
109
+     */
110
+    private $identityNo;
111
+
112
+    /**
113
+     * @JsonProperty(String, "pnr")
114
+     */
115
+    private $pnr;
116
+
117
+    public function setTravelSn($travelSn)
118
+    {
119
+        $this->travelSn = $travelSn;
120
+    }
121
+
122
+    public function setName($name)
123
+    {
124
+        $this->name = $name;
125
+    }
126
+
127
+    public function setPassengerType($passengerType)
128
+    {
129
+        $this->passengerType = $passengerType;
130
+    }
131
+
132
+    public function setIdentityType($identityType)
133
+    {
134
+        $this->identityType = $identityType;
135
+    }
136
+
137
+    public function setIdentityNo($identityNo)
138
+    {
139
+        $this->identityNo = $identityNo;
140
+    }
141
+
142
+    public function setPnr($pnr)
143
+    {
144
+        $this->pnr = $pnr;
145
+    }
146 146
 
147 147
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddLogisticsTicketGetRequest.php 1 patch
Indentation   +66 added lines, -66 removed lines patch added patch discarded remove patch
@@ -7,71 +7,71 @@
 block discarded – undo
7 7
 class PddLogisticsTicketGetRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Long, "end_updated_at")
15
-	*/
16
-	private $endUpdatedAt;
17
-
18
-	/**
19
-	* @JsonProperty(Integer, "page")
20
-	*/
21
-	private $page;
22
-
23
-	/**
24
-	* @JsonProperty(Integer, "page_size")
25
-	*/
26
-	private $pageSize;
27
-
28
-	/**
29
-	* @JsonProperty(Long, "start_updated_at")
30
-	*/
31
-	private $startUpdatedAt;
32
-
33
-	protected function setUserParams(&$params)
34
-	{
35
-		$this->setUserParam($params, "end_updated_at", $this->endUpdatedAt);
36
-		$this->setUserParam($params, "page", $this->page);
37
-		$this->setUserParam($params, "page_size", $this->pageSize);
38
-		$this->setUserParam($params, "start_updated_at", $this->startUpdatedAt);
39
-
40
-	}
41
-
42
-	public function getVersion()
43
-	{
44
-		return "V1";
45
-	}
46
-
47
-	public function getDataType()
48
-	{
49
-		return "JSON";
50
-	}
51
-
52
-	public function getType()
53
-	{
54
-		return "pdd.logistics.ticket.get";
55
-	}
56
-
57
-	public function setEndUpdatedAt($endUpdatedAt)
58
-	{
59
-		$this->endUpdatedAt = $endUpdatedAt;
60
-	}
61
-
62
-	public function setPage($page)
63
-	{
64
-		$this->page = $page;
65
-	}
66
-
67
-	public function setPageSize($pageSize)
68
-	{
69
-		$this->pageSize = $pageSize;
70
-	}
71
-
72
-	public function setStartUpdatedAt($startUpdatedAt)
73
-	{
74
-		$this->startUpdatedAt = $startUpdatedAt;
75
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "end_updated_at")
15
+     */
16
+    private $endUpdatedAt;
17
+
18
+    /**
19
+     * @JsonProperty(Integer, "page")
20
+     */
21
+    private $page;
22
+
23
+    /**
24
+     * @JsonProperty(Integer, "page_size")
25
+     */
26
+    private $pageSize;
27
+
28
+    /**
29
+     * @JsonProperty(Long, "start_updated_at")
30
+     */
31
+    private $startUpdatedAt;
32
+
33
+    protected function setUserParams(&$params)
34
+    {
35
+        $this->setUserParam($params, "end_updated_at", $this->endUpdatedAt);
36
+        $this->setUserParam($params, "page", $this->page);
37
+        $this->setUserParam($params, "page_size", $this->pageSize);
38
+        $this->setUserParam($params, "start_updated_at", $this->startUpdatedAt);
39
+
40
+    }
41
+
42
+    public function getVersion()
43
+    {
44
+        return "V1";
45
+    }
46
+
47
+    public function getDataType()
48
+    {
49
+        return "JSON";
50
+    }
51
+
52
+    public function getType()
53
+    {
54
+        return "pdd.logistics.ticket.get";
55
+    }
56
+
57
+    public function setEndUpdatedAt($endUpdatedAt)
58
+    {
59
+        $this->endUpdatedAt = $endUpdatedAt;
60
+    }
61
+
62
+    public function setPage($page)
63
+    {
64
+        $this->page = $page;
65
+    }
66
+
67
+    public function setPageSize($pageSize)
68
+    {
69
+        $this->pageSize = $pageSize;
70
+    }
71
+
72
+    public function setStartUpdatedAt($startUpdatedAt)
73
+    {
74
+        $this->startUpdatedAt = $startUpdatedAt;
75
+    }
76 76
 
77 77
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddGoodsOptGetRequest.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 PddGoodsOptGetRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Integer, "parent_opt_id")
15
-	*/
16
-	private $parentOptId;
17
-
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "parent_opt_id", $this->parentOptId);
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.opt.get";
37
-	}
38
-
39
-	public function setParentOptId($parentOptId)
40
-	{
41
-		$this->parentOptId = $parentOptId;
42
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Integer, "parent_opt_id")
15
+     */
16
+    private $parentOptId;
17
+
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "parent_opt_id", $this->parentOptId);
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.opt.get";
37
+    }
38
+
39
+    public function setParentOptId($parentOptId)
40
+    {
41
+        $this->parentOptId = $parentOptId;
42
+    }
43 43
 
44 44
 }
Please login to merge, or discard this patch.
service/pinduoduo/bin/src/Api/Request/PddAdApiUnitCreativeDeleteRequest.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 PddAdApiUnitCreativeDeleteRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Long, "unitCreativeId")
15
-	*/
16
-	private $unitCreativeId;
17
-
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "unitCreativeId", $this->unitCreativeId);
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.ad.api.unit.creative.delete";
37
-	}
38
-
39
-	public function setUnitCreativeId($unitCreativeId)
40
-	{
41
-		$this->unitCreativeId = $unitCreativeId;
42
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "unitCreativeId")
15
+     */
16
+    private $unitCreativeId;
17
+
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "unitCreativeId", $this->unitCreativeId);
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.ad.api.unit.creative.delete";
37
+    }
38
+
39
+    public function setUnitCreativeId($unitCreativeId)
40
+    {
41
+        $this->unitCreativeId = $unitCreativeId;
42
+    }
43 43
 
44 44
 }
Please login to merge, or discard this patch.