Passed
Push — v6 ( f71c30...fe03e1 )
by 光春
04:16
created
pinduoduo/bin/src/Api/Request/PddAdApiAdvertiserQueryAccountInfoRequest.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 PddAdApiAdvertiserQueryAccountInfoRequest 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.ad.api.advertiser.query.account.info";
31
-	}
28
+    public function getType()
29
+    {
30
+        return "pdd.ad.api.advertiser.query.account.info";
31
+    }
32 32
 
33 33
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddOpenMsgServiceSendExpressMsgRequest.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 PddOpenMsgServiceSendExpressMsgRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(String, "sign_name")
15
-	*/
16
-	private $signName;
17
-
18
-	/**
19
-	* @JsonProperty(Long, "template_code")
20
-	*/
21
-	private $templateCode;
22
-
23
-	/**
24
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddOpenMsgServiceSendExpressMsgRequest_Map<String, String>>, "template_param_json")
25
-	*/
26
-	private $templateParamJson;
27
-
28
-	/**
29
-	* @JsonProperty(List<String>, "waybill_codes")
30
-	*/
31
-	private $waybillCodes;
32
-
33
-	/**
34
-	* @JsonProperty(String, "wp_code")
35
-	*/
36
-	private $wpCode;
37
-
38
-	/**
39
-	* @JsonProperty(String, "out_id")
40
-	*/
41
-	private $outId;
42
-
43
-	/**
44
-	* @JsonProperty(String, "sms_up_extend_code")
45
-	*/
46
-	private $smsUpExtendCode;
47
-
48
-	protected function setUserParams(&$params)
49
-	{
50
-		$this->setUserParam($params, "sign_name", $this->signName);
51
-		$this->setUserParam($params, "template_code", $this->templateCode);
52
-		$this->setUserParam($params, "template_param_json", $this->templateParamJson);
53
-		$this->setUserParam($params, "waybill_codes", $this->waybillCodes);
54
-		$this->setUserParam($params, "wp_code", $this->wpCode);
55
-		$this->setUserParam($params, "out_id", $this->outId);
56
-		$this->setUserParam($params, "sms_up_extend_code", $this->smsUpExtendCode);
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.open.msg.service.send.express.msg";
73
-	}
74
-
75
-	public function setSignName($signName)
76
-	{
77
-		$this->signName = $signName;
78
-	}
79
-
80
-	public function setTemplateCode($templateCode)
81
-	{
82
-		$this->templateCode = $templateCode;
83
-	}
84
-
85
-	public function setTemplateParamJson($templateParamJson)
86
-	{
87
-		$this->templateParamJson = $templateParamJson;
88
-	}
89
-
90
-	public function setWaybillCodes($waybillCodes)
91
-	{
92
-		$this->waybillCodes = $waybillCodes;
93
-	}
94
-
95
-	public function setWpCode($wpCode)
96
-	{
97
-		$this->wpCode = $wpCode;
98
-	}
99
-
100
-	public function setOutId($outId)
101
-	{
102
-		$this->outId = $outId;
103
-	}
104
-
105
-	public function setSmsUpExtendCode($smsUpExtendCode)
106
-	{
107
-		$this->smsUpExtendCode = $smsUpExtendCode;
108
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "sign_name")
15
+     */
16
+    private $signName;
17
+
18
+    /**
19
+     * @JsonProperty(Long, "template_code")
20
+     */
21
+    private $templateCode;
22
+
23
+    /**
24
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddOpenMsgServiceSendExpressMsgRequest_Map<String, String>>, "template_param_json")
25
+     */
26
+    private $templateParamJson;
27
+
28
+    /**
29
+     * @JsonProperty(List<String>, "waybill_codes")
30
+     */
31
+    private $waybillCodes;
32
+
33
+    /**
34
+     * @JsonProperty(String, "wp_code")
35
+     */
36
+    private $wpCode;
37
+
38
+    /**
39
+     * @JsonProperty(String, "out_id")
40
+     */
41
+    private $outId;
42
+
43
+    /**
44
+     * @JsonProperty(String, "sms_up_extend_code")
45
+     */
46
+    private $smsUpExtendCode;
47
+
48
+    protected function setUserParams(&$params)
49
+    {
50
+        $this->setUserParam($params, "sign_name", $this->signName);
51
+        $this->setUserParam($params, "template_code", $this->templateCode);
52
+        $this->setUserParam($params, "template_param_json", $this->templateParamJson);
53
+        $this->setUserParam($params, "waybill_codes", $this->waybillCodes);
54
+        $this->setUserParam($params, "wp_code", $this->wpCode);
55
+        $this->setUserParam($params, "out_id", $this->outId);
56
+        $this->setUserParam($params, "sms_up_extend_code", $this->smsUpExtendCode);
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.open.msg.service.send.express.msg";
73
+    }
74
+
75
+    public function setSignName($signName)
76
+    {
77
+        $this->signName = $signName;
78
+    }
79
+
80
+    public function setTemplateCode($templateCode)
81
+    {
82
+        $this->templateCode = $templateCode;
83
+    }
84
+
85
+    public function setTemplateParamJson($templateParamJson)
86
+    {
87
+        $this->templateParamJson = $templateParamJson;
88
+    }
89
+
90
+    public function setWaybillCodes($waybillCodes)
91
+    {
92
+        $this->waybillCodes = $waybillCodes;
93
+    }
94
+
95
+    public function setWpCode($wpCode)
96
+    {
97
+        $this->wpCode = $wpCode;
98
+    }
99
+
100
+    public function setOutId($outId)
101
+    {
102
+        $this->outId = $outId;
103
+    }
104
+
105
+    public function setSmsUpExtendCode($smsUpExtendCode)
106
+    {
107
+        $this->smsUpExtendCode = $smsUpExtendCode;
108
+    }
109 109
 
110 110
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddOpenDecryptBatchRequest.php 1 patch
Indentation   +45 added lines, -45 removed lines patch added patch discarded remove patch
@@ -7,68 +7,68 @@
 block discarded – undo
7 7
 class PddOpenDecryptBatchRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
10
+    {
11 11
 
12
-	}
13
-	/**
14
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddOpenDecryptBatchRequest_DataListItem>, "data_list")
15
-	*/
16
-	private $dataList;
12
+    }
13
+    /**
14
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddOpenDecryptBatchRequest_DataListItem>, "data_list")
15
+     */
16
+    private $dataList;
17 17
 
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "data_list", $this->dataList);
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "data_list", $this->dataList);
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.open.decrypt.batch";
37
-	}
34
+    public function getType()
35
+    {
36
+        return "pdd.open.decrypt.batch";
37
+    }
38 38
 
39
-	public function setDataList($dataList)
40
-	{
41
-		$this->dataList = $dataList;
42
-	}
39
+    public function setDataList($dataList)
40
+    {
41
+        $this->dataList = $dataList;
42
+    }
43 43
 
44 44
 }
45 45
 
46 46
 class PddOpenDecryptBatchRequest_DataListItem 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, "data_tag")
56
-	*/
57
-	private $dataTag;
54
+    /**
55
+     * @JsonProperty(String, "data_tag")
56
+     */
57
+    private $dataTag;
58 58
 
59
-	/**
60
-	* @JsonProperty(String, "encrypted_data")
61
-	*/
62
-	private $encryptedData;
59
+    /**
60
+     * @JsonProperty(String, "encrypted_data")
61
+     */
62
+    private $encryptedData;
63 63
 
64
-	public function setDataTag($dataTag)
65
-	{
66
-		$this->dataTag = $dataTag;
67
-	}
64
+    public function setDataTag($dataTag)
65
+    {
66
+        $this->dataTag = $dataTag;
67
+    }
68 68
 
69
-	public function setEncryptedData($encryptedData)
70
-	{
71
-		$this->encryptedData = $encryptedData;
72
-	}
69
+    public function setEncryptedData($encryptedData)
70
+    {
71
+        $this->encryptedData = $encryptedData;
72
+    }
73 73
 
74 74
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddFlightChangeCancelRequest.php 1 patch
Indentation   +142 added lines, -142 removed lines patch added patch discarded remove patch
@@ -7,153 +7,153 @@
 block discarded – undo
7 7
 class PddFlightChangeCancelRequest 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(List<\Com\Pdd\Pop\Sdk\Api\Request\PddFlightChangeCancelRequest_PassengerInfoListItem>, "passenger_info_list")
40
-	*/
41
-	private $passengerInfoList;
42
-
43
-	protected function setUserParams(&$params)
44
-	{
45
-		$this->setUserParam($params, "trace_id", $this->traceId);
46
-		$this->setUserParam($params, "sub_trace_id", $this->subTraceId);
47
-		$this->setUserParam($params, "out_order_no", $this->outOrderNo);
48
-		$this->setUserParam($params, "parent_travel_sn", $this->parentTravelSn);
49
-		$this->setUserParam($params, "out_change_no", $this->outChangeNo);
50
-		$this->setUserParam($params, "passenger_info_list", $this->passengerInfoList);
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.flight.change.cancel";
67
-	}
68
-
69
-	public function setTraceId($traceId)
70
-	{
71
-		$this->traceId = $traceId;
72
-	}
73
-
74
-	public function setSubTraceId($subTraceId)
75
-	{
76
-		$this->subTraceId = $subTraceId;
77
-	}
78
-
79
-	public function setOutOrderNo($outOrderNo)
80
-	{
81
-		$this->outOrderNo = $outOrderNo;
82
-	}
83
-
84
-	public function setParentTravelSn($parentTravelSn)
85
-	{
86
-		$this->parentTravelSn = $parentTravelSn;
87
-	}
88
-
89
-	public function setOutChangeNo($outChangeNo)
90
-	{
91
-		$this->outChangeNo = $outChangeNo;
92
-	}
93
-
94
-	public function setPassengerInfoList($passengerInfoList)
95
-	{
96
-		$this->passengerInfoList = $passengerInfoList;
97
-	}
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(List<\Com\Pdd\Pop\Sdk\Api\Request\PddFlightChangeCancelRequest_PassengerInfoListItem>, "passenger_info_list")
40
+     */
41
+    private $passengerInfoList;
42
+
43
+    protected function setUserParams(&$params)
44
+    {
45
+        $this->setUserParam($params, "trace_id", $this->traceId);
46
+        $this->setUserParam($params, "sub_trace_id", $this->subTraceId);
47
+        $this->setUserParam($params, "out_order_no", $this->outOrderNo);
48
+        $this->setUserParam($params, "parent_travel_sn", $this->parentTravelSn);
49
+        $this->setUserParam($params, "out_change_no", $this->outChangeNo);
50
+        $this->setUserParam($params, "passenger_info_list", $this->passengerInfoList);
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.flight.change.cancel";
67
+    }
68
+
69
+    public function setTraceId($traceId)
70
+    {
71
+        $this->traceId = $traceId;
72
+    }
73
+
74
+    public function setSubTraceId($subTraceId)
75
+    {
76
+        $this->subTraceId = $subTraceId;
77
+    }
78
+
79
+    public function setOutOrderNo($outOrderNo)
80
+    {
81
+        $this->outOrderNo = $outOrderNo;
82
+    }
83
+
84
+    public function setParentTravelSn($parentTravelSn)
85
+    {
86
+        $this->parentTravelSn = $parentTravelSn;
87
+    }
88
+
89
+    public function setOutChangeNo($outChangeNo)
90
+    {
91
+        $this->outChangeNo = $outChangeNo;
92
+    }
93
+
94
+    public function setPassengerInfoList($passengerInfoList)
95
+    {
96
+        $this->passengerInfoList = $passengerInfoList;
97
+    }
98 98
 
99 99
 }
100 100
 
101 101
 class PddFlightChangeCancelRequest_PassengerInfoListItem extends PopBaseJsonEntity
102 102
 {
103 103
 
104
-	public function __construct()
105
-	{
106
-
107
-	}
108
-
109
-	/**
110
-	* @JsonProperty(String, "name")
111
-	*/
112
-	private $name;
113
-
114
-	/**
115
-	* @JsonProperty(String, "identity_type")
116
-	*/
117
-	private $identityType;
118
-
119
-	/**
120
-	* @JsonProperty(String, "identity_no")
121
-	*/
122
-	private $identityNo;
123
-
124
-	/**
125
-	* @JsonProperty(String, "sub_out_change_no")
126
-	*/
127
-	private $subOutChangeNo;
128
-
129
-	/**
130
-	* @JsonProperty(String, "travel_sn")
131
-	*/
132
-	private $travelSn;
133
-
134
-	public function setName($name)
135
-	{
136
-		$this->name = $name;
137
-	}
138
-
139
-	public function setIdentityType($identityType)
140
-	{
141
-		$this->identityType = $identityType;
142
-	}
143
-
144
-	public function setIdentityNo($identityNo)
145
-	{
146
-		$this->identityNo = $identityNo;
147
-	}
148
-
149
-	public function setSubOutChangeNo($subOutChangeNo)
150
-	{
151
-		$this->subOutChangeNo = $subOutChangeNo;
152
-	}
153
-
154
-	public function setTravelSn($travelSn)
155
-	{
156
-		$this->travelSn = $travelSn;
157
-	}
104
+    public function __construct()
105
+    {
106
+
107
+    }
108
+
109
+    /**
110
+     * @JsonProperty(String, "name")
111
+     */
112
+    private $name;
113
+
114
+    /**
115
+     * @JsonProperty(String, "identity_type")
116
+     */
117
+    private $identityType;
118
+
119
+    /**
120
+     * @JsonProperty(String, "identity_no")
121
+     */
122
+    private $identityNo;
123
+
124
+    /**
125
+     * @JsonProperty(String, "sub_out_change_no")
126
+     */
127
+    private $subOutChangeNo;
128
+
129
+    /**
130
+     * @JsonProperty(String, "travel_sn")
131
+     */
132
+    private $travelSn;
133
+
134
+    public function setName($name)
135
+    {
136
+        $this->name = $name;
137
+    }
138
+
139
+    public function setIdentityType($identityType)
140
+    {
141
+        $this->identityType = $identityType;
142
+    }
143
+
144
+    public function setIdentityNo($identityNo)
145
+    {
146
+        $this->identityNo = $identityNo;
147
+    }
148
+
149
+    public function setSubOutChangeNo($subOutChangeNo)
150
+    {
151
+        $this->subOutChangeNo = $subOutChangeNo;
152
+    }
153
+
154
+    public function setTravelSn($travelSn)
155
+    {
156
+        $this->travelSn = $travelSn;
157
+    }
158 158
 
159 159
 }
Please login to merge, or discard this patch.
service/pinduoduo/bin/src/Api/Request/PddInvoiceApplicationQueryRequest.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 PddInvoiceApplicationQueryRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(String, "order_sn")
15
-	*/
16
-	private $orderSn;
17
-
18
-	/**
19
-	* @JsonProperty(Integer, "page")
20
-	*/
21
-	private $page;
22
-
23
-	/**
24
-	* @JsonProperty(Integer, "page_size")
25
-	*/
26
-	private $pageSize;
27
-
28
-	/**
29
-	* @JsonProperty(Integer, "status")
30
-	*/
31
-	private $status;
32
-
33
-	/**
34
-	* @JsonProperty(Long, "update_end_time")
35
-	*/
36
-	private $updateEndTime;
37
-
38
-	/**
39
-	* @JsonProperty(Long, "update_start_time")
40
-	*/
41
-	private $updateStartTime;
42
-
43
-	/**
44
-	* @JsonProperty(Integer, "quality_goods_invoice")
45
-	*/
46
-	private $qualityGoodsInvoice;
47
-
48
-	protected function setUserParams(&$params)
49
-	{
50
-		$this->setUserParam($params, "order_sn", $this->orderSn);
51
-		$this->setUserParam($params, "page", $this->page);
52
-		$this->setUserParam($params, "page_size", $this->pageSize);
53
-		$this->setUserParam($params, "status", $this->status);
54
-		$this->setUserParam($params, "update_end_time", $this->updateEndTime);
55
-		$this->setUserParam($params, "update_start_time", $this->updateStartTime);
56
-		$this->setUserParam($params, "quality_goods_invoice", $this->qualityGoodsInvoice);
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.invoice.application.query";
73
-	}
74
-
75
-	public function setOrderSn($orderSn)
76
-	{
77
-		$this->orderSn = $orderSn;
78
-	}
79
-
80
-	public function setPage($page)
81
-	{
82
-		$this->page = $page;
83
-	}
84
-
85
-	public function setPageSize($pageSize)
86
-	{
87
-		$this->pageSize = $pageSize;
88
-	}
89
-
90
-	public function setStatus($status)
91
-	{
92
-		$this->status = $status;
93
-	}
94
-
95
-	public function setUpdateEndTime($updateEndTime)
96
-	{
97
-		$this->updateEndTime = $updateEndTime;
98
-	}
99
-
100
-	public function setUpdateStartTime($updateStartTime)
101
-	{
102
-		$this->updateStartTime = $updateStartTime;
103
-	}
104
-
105
-	public function setQualityGoodsInvoice($qualityGoodsInvoice)
106
-	{
107
-		$this->qualityGoodsInvoice = $qualityGoodsInvoice;
108
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "order_sn")
15
+     */
16
+    private $orderSn;
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(Integer, "status")
30
+     */
31
+    private $status;
32
+
33
+    /**
34
+     * @JsonProperty(Long, "update_end_time")
35
+     */
36
+    private $updateEndTime;
37
+
38
+    /**
39
+     * @JsonProperty(Long, "update_start_time")
40
+     */
41
+    private $updateStartTime;
42
+
43
+    /**
44
+     * @JsonProperty(Integer, "quality_goods_invoice")
45
+     */
46
+    private $qualityGoodsInvoice;
47
+
48
+    protected function setUserParams(&$params)
49
+    {
50
+        $this->setUserParam($params, "order_sn", $this->orderSn);
51
+        $this->setUserParam($params, "page", $this->page);
52
+        $this->setUserParam($params, "page_size", $this->pageSize);
53
+        $this->setUserParam($params, "status", $this->status);
54
+        $this->setUserParam($params, "update_end_time", $this->updateEndTime);
55
+        $this->setUserParam($params, "update_start_time", $this->updateStartTime);
56
+        $this->setUserParam($params, "quality_goods_invoice", $this->qualityGoodsInvoice);
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.invoice.application.query";
73
+    }
74
+
75
+    public function setOrderSn($orderSn)
76
+    {
77
+        $this->orderSn = $orderSn;
78
+    }
79
+
80
+    public function setPage($page)
81
+    {
82
+        $this->page = $page;
83
+    }
84
+
85
+    public function setPageSize($pageSize)
86
+    {
87
+        $this->pageSize = $pageSize;
88
+    }
89
+
90
+    public function setStatus($status)
91
+    {
92
+        $this->status = $status;
93
+    }
94
+
95
+    public function setUpdateEndTime($updateEndTime)
96
+    {
97
+        $this->updateEndTime = $updateEndTime;
98
+    }
99
+
100
+    public function setUpdateStartTime($updateStartTime)
101
+    {
102
+        $this->updateStartTime = $updateStartTime;
103
+    }
104
+
105
+    public function setQualityGoodsInvoice($qualityGoodsInvoice)
106
+    {
107
+        $this->qualityGoodsInvoice = $qualityGoodsInvoice;
108
+    }
109 109
 
110 110
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddSmsDetailbillPushRequest.php 1 patch
Indentation   +110 added lines, -110 removed lines patch added patch discarded remove patch
@@ -7,121 +7,121 @@
 block discarded – undo
7 7
 class PddSmsDetailbillPushRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(String, "account")
15
-	*/
16
-	private $account;
17
-
18
-	/**
19
-	* @JsonProperty(Long, "batch_version")
20
-	*/
21
-	private $batchVersion;
22
-
23
-	/**
24
-	* @JsonProperty(String, "date")
25
-	*/
26
-	private $date;
27
-
28
-	/**
29
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddSmsDetailbillPushRequest_DetailsItem>, "details")
30
-	*/
31
-	private $details;
32
-
33
-	protected function setUserParams(&$params)
34
-	{
35
-		$this->setUserParam($params, "account", $this->account);
36
-		$this->setUserParam($params, "batch_version", $this->batchVersion);
37
-		$this->setUserParam($params, "date", $this->date);
38
-		$this->setUserParam($params, "details", $this->details);
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.sms.detailbill.push";
55
-	}
56
-
57
-	public function setAccount($account)
58
-	{
59
-		$this->account = $account;
60
-	}
61
-
62
-	public function setBatchVersion($batchVersion)
63
-	{
64
-		$this->batchVersion = $batchVersion;
65
-	}
66
-
67
-	public function setDate($date)
68
-	{
69
-		$this->date = $date;
70
-	}
71
-
72
-	public function setDetails($details)
73
-	{
74
-		$this->details = $details;
75
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "account")
15
+     */
16
+    private $account;
17
+
18
+    /**
19
+     * @JsonProperty(Long, "batch_version")
20
+     */
21
+    private $batchVersion;
22
+
23
+    /**
24
+     * @JsonProperty(String, "date")
25
+     */
26
+    private $date;
27
+
28
+    /**
29
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddSmsDetailbillPushRequest_DetailsItem>, "details")
30
+     */
31
+    private $details;
32
+
33
+    protected function setUserParams(&$params)
34
+    {
35
+        $this->setUserParam($params, "account", $this->account);
36
+        $this->setUserParam($params, "batch_version", $this->batchVersion);
37
+        $this->setUserParam($params, "date", $this->date);
38
+        $this->setUserParam($params, "details", $this->details);
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.sms.detailbill.push";
55
+    }
56
+
57
+    public function setAccount($account)
58
+    {
59
+        $this->account = $account;
60
+    }
61
+
62
+    public function setBatchVersion($batchVersion)
63
+    {
64
+        $this->batchVersion = $batchVersion;
65
+    }
66
+
67
+    public function setDate($date)
68
+    {
69
+        $this->date = $date;
70
+    }
71
+
72
+    public function setDetails($details)
73
+    {
74
+        $this->details = $details;
75
+    }
76 76
 
77 77
 }
78 78
 
79 79
 class PddSmsDetailbillPushRequest_DetailsItem extends PopBaseJsonEntity
80 80
 {
81 81
 
82
-	public function __construct()
83
-	{
84
-
85
-	}
86
-
87
-	/**
88
-	* @JsonProperty(String, "deliver_time")
89
-	*/
90
-	private $deliverTime;
91
-
92
-	/**
93
-	* @JsonProperty(String, "error_code")
94
-	*/
95
-	private $errorCode;
96
-
97
-	/**
98
-	* @JsonProperty(Long, "msg_id")
99
-	*/
100
-	private $msgId;
101
-
102
-	/**
103
-	* @JsonProperty(String, "submit_time")
104
-	*/
105
-	private $submitTime;
106
-
107
-	public function setDeliverTime($deliverTime)
108
-	{
109
-		$this->deliverTime = $deliverTime;
110
-	}
111
-
112
-	public function setErrorCode($errorCode)
113
-	{
114
-		$this->errorCode = $errorCode;
115
-	}
116
-
117
-	public function setMsgId($msgId)
118
-	{
119
-		$this->msgId = $msgId;
120
-	}
121
-
122
-	public function setSubmitTime($submitTime)
123
-	{
124
-		$this->submitTime = $submitTime;
125
-	}
82
+    public function __construct()
83
+    {
84
+
85
+    }
86
+
87
+    /**
88
+     * @JsonProperty(String, "deliver_time")
89
+     */
90
+    private $deliverTime;
91
+
92
+    /**
93
+     * @JsonProperty(String, "error_code")
94
+     */
95
+    private $errorCode;
96
+
97
+    /**
98
+     * @JsonProperty(Long, "msg_id")
99
+     */
100
+    private $msgId;
101
+
102
+    /**
103
+     * @JsonProperty(String, "submit_time")
104
+     */
105
+    private $submitTime;
106
+
107
+    public function setDeliverTime($deliverTime)
108
+    {
109
+        $this->deliverTime = $deliverTime;
110
+    }
111
+
112
+    public function setErrorCode($errorCode)
113
+    {
114
+        $this->errorCode = $errorCode;
115
+    }
116
+
117
+    public function setMsgId($msgId)
118
+    {
119
+        $this->msgId = $msgId;
120
+    }
121
+
122
+    public function setSubmitTime($submitTime)
123
+    {
124
+        $this->submitTime = $submitTime;
125
+    }
126 126
 
127 127
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddLogisticsTicketImageUploadRequest.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 PddLogisticsTicketImageUploadRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(String, "image")
15
-	*/
16
-	private $image;
17
-
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "image", $this->image);
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.logistics.ticket.image.upload";
37
-	}
38
-
39
-	public function setImage($image)
40
-	{
41
-		$this->image = $image;
42
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "image")
15
+     */
16
+    private $image;
17
+
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "image", $this->image);
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.logistics.ticket.image.upload";
37
+    }
38
+
39
+    public function setImage($image)
40
+    {
41
+        $this->image = $image;
42
+    }
43 43
 
44 44
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddOrderNumberListIncrementGetRequest.php 1 patch
Indentation   +121 added lines, -121 removed lines patch added patch discarded remove patch
@@ -7,126 +7,126 @@
 block discarded – undo
7 7
 class PddOrderNumberListIncrementGetRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Integer, "is_lucky_flag")
15
-	*/
16
-	private $isLuckyFlag;
17
-
18
-	/**
19
-	* @JsonProperty(Integer, "order_status")
20
-	*/
21
-	private $orderStatus;
22
-
23
-	/**
24
-	* @JsonProperty(Long, "start_updated_at")
25
-	*/
26
-	private $startUpdatedAt;
27
-
28
-	/**
29
-	* @JsonProperty(Long, "end_updated_at")
30
-	*/
31
-	private $endUpdatedAt;
32
-
33
-	/**
34
-	* @JsonProperty(Integer, "page_size")
35
-	*/
36
-	private $pageSize;
37
-
38
-	/**
39
-	* @JsonProperty(Integer, "page")
40
-	*/
41
-	private $page;
42
-
43
-	/**
44
-	* @JsonProperty(Integer, "refund_status")
45
-	*/
46
-	private $refundStatus;
47
-
48
-	/**
49
-	* @JsonProperty(Integer, "trade_type")
50
-	*/
51
-	private $tradeType;
52
-
53
-	/**
54
-	* @JsonProperty(Boolean, "use_has_next")
55
-	*/
56
-	private $useHasNext;
57
-
58
-	protected function setUserParams(&$params)
59
-	{
60
-		$this->setUserParam($params, "is_lucky_flag", $this->isLuckyFlag);
61
-		$this->setUserParam($params, "order_status", $this->orderStatus);
62
-		$this->setUserParam($params, "start_updated_at", $this->startUpdatedAt);
63
-		$this->setUserParam($params, "end_updated_at", $this->endUpdatedAt);
64
-		$this->setUserParam($params, "page_size", $this->pageSize);
65
-		$this->setUserParam($params, "page", $this->page);
66
-		$this->setUserParam($params, "refund_status", $this->refundStatus);
67
-		$this->setUserParam($params, "trade_type", $this->tradeType);
68
-		$this->setUserParam($params, "use_has_next", $this->useHasNext);
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.order.number.list.increment.get";
85
-	}
86
-
87
-	public function setIsLuckyFlag($isLuckyFlag)
88
-	{
89
-		$this->isLuckyFlag = $isLuckyFlag;
90
-	}
91
-
92
-	public function setOrderStatus($orderStatus)
93
-	{
94
-		$this->orderStatus = $orderStatus;
95
-	}
96
-
97
-	public function setStartUpdatedAt($startUpdatedAt)
98
-	{
99
-		$this->startUpdatedAt = $startUpdatedAt;
100
-	}
101
-
102
-	public function setEndUpdatedAt($endUpdatedAt)
103
-	{
104
-		$this->endUpdatedAt = $endUpdatedAt;
105
-	}
106
-
107
-	public function setPageSize($pageSize)
108
-	{
109
-		$this->pageSize = $pageSize;
110
-	}
111
-
112
-	public function setPage($page)
113
-	{
114
-		$this->page = $page;
115
-	}
116
-
117
-	public function setRefundStatus($refundStatus)
118
-	{
119
-		$this->refundStatus = $refundStatus;
120
-	}
121
-
122
-	public function setTradeType($tradeType)
123
-	{
124
-		$this->tradeType = $tradeType;
125
-	}
126
-
127
-	public function setUseHasNext($useHasNext)
128
-	{
129
-		$this->useHasNext = $useHasNext;
130
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Integer, "is_lucky_flag")
15
+     */
16
+    private $isLuckyFlag;
17
+
18
+    /**
19
+     * @JsonProperty(Integer, "order_status")
20
+     */
21
+    private $orderStatus;
22
+
23
+    /**
24
+     * @JsonProperty(Long, "start_updated_at")
25
+     */
26
+    private $startUpdatedAt;
27
+
28
+    /**
29
+     * @JsonProperty(Long, "end_updated_at")
30
+     */
31
+    private $endUpdatedAt;
32
+
33
+    /**
34
+     * @JsonProperty(Integer, "page_size")
35
+     */
36
+    private $pageSize;
37
+
38
+    /**
39
+     * @JsonProperty(Integer, "page")
40
+     */
41
+    private $page;
42
+
43
+    /**
44
+     * @JsonProperty(Integer, "refund_status")
45
+     */
46
+    private $refundStatus;
47
+
48
+    /**
49
+     * @JsonProperty(Integer, "trade_type")
50
+     */
51
+    private $tradeType;
52
+
53
+    /**
54
+     * @JsonProperty(Boolean, "use_has_next")
55
+     */
56
+    private $useHasNext;
57
+
58
+    protected function setUserParams(&$params)
59
+    {
60
+        $this->setUserParam($params, "is_lucky_flag", $this->isLuckyFlag);
61
+        $this->setUserParam($params, "order_status", $this->orderStatus);
62
+        $this->setUserParam($params, "start_updated_at", $this->startUpdatedAt);
63
+        $this->setUserParam($params, "end_updated_at", $this->endUpdatedAt);
64
+        $this->setUserParam($params, "page_size", $this->pageSize);
65
+        $this->setUserParam($params, "page", $this->page);
66
+        $this->setUserParam($params, "refund_status", $this->refundStatus);
67
+        $this->setUserParam($params, "trade_type", $this->tradeType);
68
+        $this->setUserParam($params, "use_has_next", $this->useHasNext);
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.order.number.list.increment.get";
85
+    }
86
+
87
+    public function setIsLuckyFlag($isLuckyFlag)
88
+    {
89
+        $this->isLuckyFlag = $isLuckyFlag;
90
+    }
91
+
92
+    public function setOrderStatus($orderStatus)
93
+    {
94
+        $this->orderStatus = $orderStatus;
95
+    }
96
+
97
+    public function setStartUpdatedAt($startUpdatedAt)
98
+    {
99
+        $this->startUpdatedAt = $startUpdatedAt;
100
+    }
101
+
102
+    public function setEndUpdatedAt($endUpdatedAt)
103
+    {
104
+        $this->endUpdatedAt = $endUpdatedAt;
105
+    }
106
+
107
+    public function setPageSize($pageSize)
108
+    {
109
+        $this->pageSize = $pageSize;
110
+    }
111
+
112
+    public function setPage($page)
113
+    {
114
+        $this->page = $page;
115
+    }
116
+
117
+    public function setRefundStatus($refundStatus)
118
+    {
119
+        $this->refundStatus = $refundStatus;
120
+    }
121
+
122
+    public function setTradeType($tradeType)
123
+    {
124
+        $this->tradeType = $tradeType;
125
+    }
126
+
127
+    public function setUseHasNext($useHasNext)
128
+    {
129
+        $this->useHasNext = $useHasNext;
130
+    }
131 131
 
132 132
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddStockWareSkuUpdateRequest.php 1 patch
Indentation   +63 added lines, -63 removed lines patch added patch discarded remove patch
@@ -7,79 +7,79 @@
 block discarded – undo
7 7
 class PddStockWareSkuUpdateRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Long, "ware_id")
15
-	*/
16
-	private $wareId;
17
-
18
-	/**
19
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddStockWareSkuUpdateRequest_WareSkusItem>, "ware_skus")
20
-	*/
21
-	private $wareSkus;
22
-
23
-	protected function setUserParams(&$params)
24
-	{
25
-		$this->setUserParam($params, "ware_id", $this->wareId);
26
-		$this->setUserParam($params, "ware_skus", $this->wareSkus);
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.stock.ware.sku.update";
43
-	}
44
-
45
-	public function setWareId($wareId)
46
-	{
47
-		$this->wareId = $wareId;
48
-	}
49
-
50
-	public function setWareSkus($wareSkus)
51
-	{
52
-		$this->wareSkus = $wareSkus;
53
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "ware_id")
15
+     */
16
+    private $wareId;
17
+
18
+    /**
19
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddStockWareSkuUpdateRequest_WareSkusItem>, "ware_skus")
20
+     */
21
+    private $wareSkus;
22
+
23
+    protected function setUserParams(&$params)
24
+    {
25
+        $this->setUserParam($params, "ware_id", $this->wareId);
26
+        $this->setUserParam($params, "ware_skus", $this->wareSkus);
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.stock.ware.sku.update";
43
+    }
44
+
45
+    public function setWareId($wareId)
46
+    {
47
+        $this->wareId = $wareId;
48
+    }
49
+
50
+    public function setWareSkus($wareSkus)
51
+    {
52
+        $this->wareSkus = $wareSkus;
53
+    }
54 54
 
55 55
 }
56 56
 
57 57
 class PddStockWareSkuUpdateRequest_WareSkusItem extends PopBaseJsonEntity
58 58
 {
59 59
 
60
-	public function __construct()
61
-	{
60
+    public function __construct()
61
+    {
62 62
 
63
-	}
63
+    }
64 64
 
65
-	/**
66
-	* @JsonProperty(Long, "sku_id")
67
-	*/
68
-	private $skuId;
65
+    /**
66
+     * @JsonProperty(Long, "sku_id")
67
+     */
68
+    private $skuId;
69 69
 
70
-	/**
71
-	* @JsonProperty(Long, "goods_id")
72
-	*/
73
-	private $goodsId;
70
+    /**
71
+     * @JsonProperty(Long, "goods_id")
72
+     */
73
+    private $goodsId;
74 74
 
75
-	public function setSkuId($skuId)
76
-	{
77
-		$this->skuId = $skuId;
78
-	}
75
+    public function setSkuId($skuId)
76
+    {
77
+        $this->skuId = $skuId;
78
+    }
79 79
 
80
-	public function setGoodsId($goodsId)
81
-	{
82
-		$this->goodsId = $goodsId;
83
-	}
80
+    public function setGoodsId($goodsId)
81
+    {
82
+        $this->goodsId = $goodsId;
83
+    }
84 84
 
85 85
 }
Please login to merge, or discard this patch.