Passed
Push — v6 ( f71c30...fe03e1 )
by 光春
04:16
created
pinduoduo/bin/src/Api/Request/PddFlightCallbackFlightchangeRequest.php 1 patch
Indentation   +172 added lines, -172 removed lines patch added patch discarded remove patch
@@ -7,183 +7,183 @@
 block discarded – undo
7 7
 class PddFlightCallbackFlightchangeRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(String, "change_effect_time")
15
-	*/
16
-	private $changeEffectTime;
17
-
18
-	/**
19
-	* @JsonProperty(Integer, "change_type")
20
-	*/
21
-	private $changeType;
22
-
23
-	/**
24
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddFlightCallbackFlightchangeRequest_FlightInfo, "flight_info")
25
-	*/
26
-	private $flightInfo;
27
-
28
-	/**
29
-	* @JsonProperty(String, "parent_travel_sn")
30
-	*/
31
-	private $parentTravelSn;
32
-
33
-	/**
34
-	* @JsonProperty(String, "trace_id")
35
-	*/
36
-	private $traceId;
37
-
38
-	/**
39
-	* @JsonProperty(List<String>, "travel_sn")
40
-	*/
41
-	private $travelSn;
42
-
43
-	protected function setUserParams(&$params)
44
-	{
45
-		$this->setUserParam($params, "change_effect_time", $this->changeEffectTime);
46
-		$this->setUserParam($params, "change_type", $this->changeType);
47
-		$this->setUserParam($params, "flight_info", $this->flightInfo);
48
-		$this->setUserParam($params, "parent_travel_sn", $this->parentTravelSn);
49
-		$this->setUserParam($params, "trace_id", $this->traceId);
50
-		$this->setUserParam($params, "travel_sn", $this->travelSn);
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.callback.flightchange";
67
-	}
68
-
69
-	public function setChangeEffectTime($changeEffectTime)
70
-	{
71
-		$this->changeEffectTime = $changeEffectTime;
72
-	}
73
-
74
-	public function setChangeType($changeType)
75
-	{
76
-		$this->changeType = $changeType;
77
-	}
78
-
79
-	public function setFlightInfo($flightInfo)
80
-	{
81
-		$this->flightInfo = $flightInfo;
82
-	}
83
-
84
-	public function setParentTravelSn($parentTravelSn)
85
-	{
86
-		$this->parentTravelSn = $parentTravelSn;
87
-	}
88
-
89
-	public function setTraceId($traceId)
90
-	{
91
-		$this->traceId = $traceId;
92
-	}
93
-
94
-	public function setTravelSn($travelSn)
95
-	{
96
-		$this->travelSn = $travelSn;
97
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "change_effect_time")
15
+     */
16
+    private $changeEffectTime;
17
+
18
+    /**
19
+     * @JsonProperty(Integer, "change_type")
20
+     */
21
+    private $changeType;
22
+
23
+    /**
24
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddFlightCallbackFlightchangeRequest_FlightInfo, "flight_info")
25
+     */
26
+    private $flightInfo;
27
+
28
+    /**
29
+     * @JsonProperty(String, "parent_travel_sn")
30
+     */
31
+    private $parentTravelSn;
32
+
33
+    /**
34
+     * @JsonProperty(String, "trace_id")
35
+     */
36
+    private $traceId;
37
+
38
+    /**
39
+     * @JsonProperty(List<String>, "travel_sn")
40
+     */
41
+    private $travelSn;
42
+
43
+    protected function setUserParams(&$params)
44
+    {
45
+        $this->setUserParam($params, "change_effect_time", $this->changeEffectTime);
46
+        $this->setUserParam($params, "change_type", $this->changeType);
47
+        $this->setUserParam($params, "flight_info", $this->flightInfo);
48
+        $this->setUserParam($params, "parent_travel_sn", $this->parentTravelSn);
49
+        $this->setUserParam($params, "trace_id", $this->traceId);
50
+        $this->setUserParam($params, "travel_sn", $this->travelSn);
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.callback.flightchange";
67
+    }
68
+
69
+    public function setChangeEffectTime($changeEffectTime)
70
+    {
71
+        $this->changeEffectTime = $changeEffectTime;
72
+    }
73
+
74
+    public function setChangeType($changeType)
75
+    {
76
+        $this->changeType = $changeType;
77
+    }
78
+
79
+    public function setFlightInfo($flightInfo)
80
+    {
81
+        $this->flightInfo = $flightInfo;
82
+    }
83
+
84
+    public function setParentTravelSn($parentTravelSn)
85
+    {
86
+        $this->parentTravelSn = $parentTravelSn;
87
+    }
88
+
89
+    public function setTraceId($traceId)
90
+    {
91
+        $this->traceId = $traceId;
92
+    }
93
+
94
+    public function setTravelSn($travelSn)
95
+    {
96
+        $this->travelSn = $travelSn;
97
+    }
98 98
 
99 99
 }
100 100
 
101 101
 class PddFlightCallbackFlightchangeRequest_FlightInfo extends PopBaseJsonEntity
102 102
 {
103 103
 
104
-	public function __construct()
105
-	{
106
-
107
-	}
108
-
109
-	/**
110
-	* @JsonProperty(String, "arrival_airport_code")
111
-	*/
112
-	private $arrivalAirportCode;
113
-
114
-	/**
115
-	* @JsonProperty(String, "arrival_date_time")
116
-	*/
117
-	private $arrivalDateTime;
118
-
119
-	/**
120
-	* @JsonProperty(String, "departure_airport_code")
121
-	*/
122
-	private $departureAirportCode;
123
-
124
-	/**
125
-	* @JsonProperty(String, "departure_date_time")
126
-	*/
127
-	private $departureDateTime;
128
-
129
-	/**
130
-	* @JsonProperty(String, "flight_no")
131
-	*/
132
-	private $flightNo;
133
-
134
-	/**
135
-	* @JsonProperty(String, "origin_arrival_date_time")
136
-	*/
137
-	private $originArrivalDateTime;
138
-
139
-	/**
140
-	* @JsonProperty(String, "origin_departure_date_time")
141
-	*/
142
-	private $originDepartureDateTime;
143
-
144
-	/**
145
-	* @JsonProperty(String, "origin_flight_no")
146
-	*/
147
-	private $originFlightNo;
148
-
149
-	public function setArrivalAirportCode($arrivalAirportCode)
150
-	{
151
-		$this->arrivalAirportCode = $arrivalAirportCode;
152
-	}
153
-
154
-	public function setArrivalDateTime($arrivalDateTime)
155
-	{
156
-		$this->arrivalDateTime = $arrivalDateTime;
157
-	}
158
-
159
-	public function setDepartureAirportCode($departureAirportCode)
160
-	{
161
-		$this->departureAirportCode = $departureAirportCode;
162
-	}
163
-
164
-	public function setDepartureDateTime($departureDateTime)
165
-	{
166
-		$this->departureDateTime = $departureDateTime;
167
-	}
168
-
169
-	public function setFlightNo($flightNo)
170
-	{
171
-		$this->flightNo = $flightNo;
172
-	}
173
-
174
-	public function setOriginArrivalDateTime($originArrivalDateTime)
175
-	{
176
-		$this->originArrivalDateTime = $originArrivalDateTime;
177
-	}
178
-
179
-	public function setOriginDepartureDateTime($originDepartureDateTime)
180
-	{
181
-		$this->originDepartureDateTime = $originDepartureDateTime;
182
-	}
183
-
184
-	public function setOriginFlightNo($originFlightNo)
185
-	{
186
-		$this->originFlightNo = $originFlightNo;
187
-	}
104
+    public function __construct()
105
+    {
106
+
107
+    }
108
+
109
+    /**
110
+     * @JsonProperty(String, "arrival_airport_code")
111
+     */
112
+    private $arrivalAirportCode;
113
+
114
+    /**
115
+     * @JsonProperty(String, "arrival_date_time")
116
+     */
117
+    private $arrivalDateTime;
118
+
119
+    /**
120
+     * @JsonProperty(String, "departure_airport_code")
121
+     */
122
+    private $departureAirportCode;
123
+
124
+    /**
125
+     * @JsonProperty(String, "departure_date_time")
126
+     */
127
+    private $departureDateTime;
128
+
129
+    /**
130
+     * @JsonProperty(String, "flight_no")
131
+     */
132
+    private $flightNo;
133
+
134
+    /**
135
+     * @JsonProperty(String, "origin_arrival_date_time")
136
+     */
137
+    private $originArrivalDateTime;
138
+
139
+    /**
140
+     * @JsonProperty(String, "origin_departure_date_time")
141
+     */
142
+    private $originDepartureDateTime;
143
+
144
+    /**
145
+     * @JsonProperty(String, "origin_flight_no")
146
+     */
147
+    private $originFlightNo;
148
+
149
+    public function setArrivalAirportCode($arrivalAirportCode)
150
+    {
151
+        $this->arrivalAirportCode = $arrivalAirportCode;
152
+    }
153
+
154
+    public function setArrivalDateTime($arrivalDateTime)
155
+    {
156
+        $this->arrivalDateTime = $arrivalDateTime;
157
+    }
158
+
159
+    public function setDepartureAirportCode($departureAirportCode)
160
+    {
161
+        $this->departureAirportCode = $departureAirportCode;
162
+    }
163
+
164
+    public function setDepartureDateTime($departureDateTime)
165
+    {
166
+        $this->departureDateTime = $departureDateTime;
167
+    }
168
+
169
+    public function setFlightNo($flightNo)
170
+    {
171
+        $this->flightNo = $flightNo;
172
+    }
173
+
174
+    public function setOriginArrivalDateTime($originArrivalDateTime)
175
+    {
176
+        $this->originArrivalDateTime = $originArrivalDateTime;
177
+    }
178
+
179
+    public function setOriginDepartureDateTime($originDepartureDateTime)
180
+    {
181
+        $this->originDepartureDateTime = $originDepartureDateTime;
182
+    }
183
+
184
+    public function setOriginFlightNo($originFlightNo)
185
+    {
186
+        $this->originFlightNo = $originFlightNo;
187
+    }
188 188
 
189 189
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddGoodsFilespaceImageUploadRequest.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 PddGoodsFilespaceImageUploadRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddGoodsFilespaceImageUploadRequest_FILE, "file")
15
-	*/
16
-	private $file;
17
-
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "file", $this->file);
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.filespace.image.upload";
37
-	}
38
-
39
-	public function setFile($file)
40
-	{
41
-		$this->file = $file;
42
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddGoodsFilespaceImageUploadRequest_FILE, "file")
15
+     */
16
+    private $file;
17
+
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "file", $this->file);
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.filespace.image.upload";
37
+    }
38
+
39
+    public function setFile($file)
40
+    {
41
+        $this->file = $file;
42
+    }
43 43
 
44 44
 }
Please login to merge, or discard this patch.
service/pinduoduo/bin/src/Api/Request/PddOneExpressCostTemplateRequest.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 PddOneExpressCostTemplateRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Long, "cost_template_id")
15
-	*/
16
-	private $costTemplateId;
17
-
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "cost_template_id", $this->costTemplateId);
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.one.express.cost.template";
37
-	}
38
-
39
-	public function setCostTemplateId($costTemplateId)
40
-	{
41
-		$this->costTemplateId = $costTemplateId;
42
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "cost_template_id")
15
+     */
16
+    private $costTemplateId;
17
+
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "cost_template_id", $this->costTemplateId);
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.one.express.cost.template";
37
+    }
38
+
39
+    public function setCostTemplateId($costTemplateId)
40
+    {
41
+        $this->costTemplateId = $costTemplateId;
42
+    }
43 43
 
44 44
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddExpressMallDepotSimpleGetRequest.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 PddExpressMallDepotSimpleGetRequest 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.express.mall.depot.simple.get";
31
-	}
28
+    public function getType()
29
+    {
30
+        return "pdd.express.mall.depot.simple.get";
31
+    }
32 32
 
33 33
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddAdApiUnitCreativeQueryFlowRateRequest.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 PddAdApiUnitCreativeQueryFlowRateRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Long, "adId")
15
-	*/
16
-	private $adId;
17
-
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "adId", $this->adId);
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.query.flow.rate";
37
-	}
38
-
39
-	public function setAdId($adId)
40
-	{
41
-		$this->adId = $adId;
42
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "adId")
15
+     */
16
+    private $adId;
17
+
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "adId", $this->adId);
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.query.flow.rate";
37
+    }
38
+
39
+    public function setAdId($adId)
40
+    {
41
+        $this->adId = $adId;
42
+    }
43 43
 
44 44
 }
Please login to merge, or discard this patch.
bin/src/Api/Request/PddCloudSecurityEventTrackingBatchOrderRequest.php 1 patch
Indentation   +138 added lines, -138 removed lines patch added patch discarded remove patch
@@ -7,149 +7,149 @@
 block discarded – undo
7 7
 class PddCloudSecurityEventTrackingBatchOrderRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Integer, "eventType")
15
-	*/
16
-	private $eventType;
17
-
18
-	/**
19
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddCloudSecurityEventTrackingBatchOrderRequest_OrderEventsItem>, "orderEvents")
20
-	*/
21
-	private $orderEvents;
22
-
23
-	protected function setUserParams(&$params)
24
-	{
25
-		$this->setUserParam($params, "eventType", $this->eventType);
26
-		$this->setUserParam($params, "orderEvents", $this->orderEvents);
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.cloud.security.event.tracking.batch.order";
43
-	}
44
-
45
-	public function setEventType($eventType)
46
-	{
47
-		$this->eventType = $eventType;
48
-	}
49
-
50
-	public function setOrderEvents($orderEvents)
51
-	{
52
-		$this->orderEvents = $orderEvents;
53
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Integer, "eventType")
15
+     */
16
+    private $eventType;
17
+
18
+    /**
19
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddCloudSecurityEventTrackingBatchOrderRequest_OrderEventsItem>, "orderEvents")
20
+     */
21
+    private $orderEvents;
22
+
23
+    protected function setUserParams(&$params)
24
+    {
25
+        $this->setUserParam($params, "eventType", $this->eventType);
26
+        $this->setUserParam($params, "orderEvents", $this->orderEvents);
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.cloud.security.event.tracking.batch.order";
43
+    }
44
+
45
+    public function setEventType($eventType)
46
+    {
47
+        $this->eventType = $eventType;
48
+    }
49
+
50
+    public function setOrderEvents($orderEvents)
51
+    {
52
+        $this->orderEvents = $orderEvents;
53
+    }
54 54
 
55 55
 }
56 56
 
57 57
 class PddCloudSecurityEventTrackingBatchOrderRequest_OrderEventsItem extends PopBaseJsonEntity
58 58
 {
59 59
 
60
-	public function __construct()
61
-	{
62
-
63
-	}
64
-
65
-	/**
66
-	* @JsonProperty(List<Long>, "mallIdList")
67
-	*/
68
-	private $mallIdList;
69
-
70
-	/**
71
-	* @JsonProperty(String, "operation")
72
-	*/
73
-	private $operation;
74
-
75
-	/**
76
-	* @JsonProperty(List<String>, "orderList")
77
-	*/
78
-	private $orderList;
79
-
80
-	/**
81
-	* @JsonProperty(String, "pati")
82
-	*/
83
-	private $pati;
84
-
85
-	/**
86
-	* @JsonProperty(String, "sendTo")
87
-	*/
88
-	private $sendTo;
89
-
90
-	/**
91
-	* @JsonProperty(Long, "timestamp")
92
-	*/
93
-	private $timestamp;
94
-
95
-	/**
96
-	* @JsonProperty(String, "url")
97
-	*/
98
-	private $url;
99
-
100
-	/**
101
-	* @JsonProperty(String, "userId")
102
-	*/
103
-	private $userId;
104
-
105
-	/**
106
-	* @JsonProperty(String, "userIp")
107
-	*/
108
-	private $userIp;
109
-
110
-	public function setMallIdList($mallIdList)
111
-	{
112
-		$this->mallIdList = $mallIdList;
113
-	}
114
-
115
-	public function setOperation($operation)
116
-	{
117
-		$this->operation = $operation;
118
-	}
119
-
120
-	public function setOrderList($orderList)
121
-	{
122
-		$this->orderList = $orderList;
123
-	}
124
-
125
-	public function setPati($pati)
126
-	{
127
-		$this->pati = $pati;
128
-	}
129
-
130
-	public function setSendTo($sendTo)
131
-	{
132
-		$this->sendTo = $sendTo;
133
-	}
134
-
135
-	public function setTimestamp($timestamp)
136
-	{
137
-		$this->timestamp = $timestamp;
138
-	}
139
-
140
-	public function setUrl($url)
141
-	{
142
-		$this->url = $url;
143
-	}
144
-
145
-	public function setUserId($userId)
146
-	{
147
-		$this->userId = $userId;
148
-	}
149
-
150
-	public function setUserIp($userIp)
151
-	{
152
-		$this->userIp = $userIp;
153
-	}
60
+    public function __construct()
61
+    {
62
+
63
+    }
64
+
65
+    /**
66
+     * @JsonProperty(List<Long>, "mallIdList")
67
+     */
68
+    private $mallIdList;
69
+
70
+    /**
71
+     * @JsonProperty(String, "operation")
72
+     */
73
+    private $operation;
74
+
75
+    /**
76
+     * @JsonProperty(List<String>, "orderList")
77
+     */
78
+    private $orderList;
79
+
80
+    /**
81
+     * @JsonProperty(String, "pati")
82
+     */
83
+    private $pati;
84
+
85
+    /**
86
+     * @JsonProperty(String, "sendTo")
87
+     */
88
+    private $sendTo;
89
+
90
+    /**
91
+     * @JsonProperty(Long, "timestamp")
92
+     */
93
+    private $timestamp;
94
+
95
+    /**
96
+     * @JsonProperty(String, "url")
97
+     */
98
+    private $url;
99
+
100
+    /**
101
+     * @JsonProperty(String, "userId")
102
+     */
103
+    private $userId;
104
+
105
+    /**
106
+     * @JsonProperty(String, "userIp")
107
+     */
108
+    private $userIp;
109
+
110
+    public function setMallIdList($mallIdList)
111
+    {
112
+        $this->mallIdList = $mallIdList;
113
+    }
114
+
115
+    public function setOperation($operation)
116
+    {
117
+        $this->operation = $operation;
118
+    }
119
+
120
+    public function setOrderList($orderList)
121
+    {
122
+        $this->orderList = $orderList;
123
+    }
124
+
125
+    public function setPati($pati)
126
+    {
127
+        $this->pati = $pati;
128
+    }
129
+
130
+    public function setSendTo($sendTo)
131
+    {
132
+        $this->sendTo = $sendTo;
133
+    }
134
+
135
+    public function setTimestamp($timestamp)
136
+    {
137
+        $this->timestamp = $timestamp;
138
+    }
139
+
140
+    public function setUrl($url)
141
+    {
142
+        $this->url = $url;
143
+    }
144
+
145
+    public function setUserId($userId)
146
+    {
147
+        $this->userId = $userId;
148
+    }
149
+
150
+    public function setUserIp($userIp)
151
+    {
152
+        $this->userIp = $userIp;
153
+    }
154 154
 
155 155
 }
Please login to merge, or discard this patch.
bin/src/Api/Request/PddPromotionLimitedQualifiedGoodsGetRequest.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 PddPromotionLimitedQualifiedGoodsGetRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(List<Long>, "goods_id_list")
15
-	*/
16
-	private $goodsIdList;
17
-
18
-	/**
19
-	* @JsonProperty(Boolean, "is_valid")
20
-	*/
21
-	private $isValid;
22
-
23
-	/**
24
-	* @JsonProperty(Integer, "page_no")
25
-	*/
26
-	private $pageNo;
27
-
28
-	/**
29
-	* @JsonProperty(Integer, "page_size")
30
-	*/
31
-	private $pageSize;
32
-
33
-	protected function setUserParams(&$params)
34
-	{
35
-		$this->setUserParam($params, "goods_id_list", $this->goodsIdList);
36
-		$this->setUserParam($params, "is_valid", $this->isValid);
37
-		$this->setUserParam($params, "page_no", $this->pageNo);
38
-		$this->setUserParam($params, "page_size", $this->pageSize);
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.promotion.limited.qualified.goods.get";
55
-	}
56
-
57
-	public function setGoodsIdList($goodsIdList)
58
-	{
59
-		$this->goodsIdList = $goodsIdList;
60
-	}
61
-
62
-	public function setIsValid($isValid)
63
-	{
64
-		$this->isValid = $isValid;
65
-	}
66
-
67
-	public function setPageNo($pageNo)
68
-	{
69
-		$this->pageNo = $pageNo;
70
-	}
71
-
72
-	public function setPageSize($pageSize)
73
-	{
74
-		$this->pageSize = $pageSize;
75
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(List<Long>, "goods_id_list")
15
+     */
16
+    private $goodsIdList;
17
+
18
+    /**
19
+     * @JsonProperty(Boolean, "is_valid")
20
+     */
21
+    private $isValid;
22
+
23
+    /**
24
+     * @JsonProperty(Integer, "page_no")
25
+     */
26
+    private $pageNo;
27
+
28
+    /**
29
+     * @JsonProperty(Integer, "page_size")
30
+     */
31
+    private $pageSize;
32
+
33
+    protected function setUserParams(&$params)
34
+    {
35
+        $this->setUserParam($params, "goods_id_list", $this->goodsIdList);
36
+        $this->setUserParam($params, "is_valid", $this->isValid);
37
+        $this->setUserParam($params, "page_no", $this->pageNo);
38
+        $this->setUserParam($params, "page_size", $this->pageSize);
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.promotion.limited.qualified.goods.get";
55
+    }
56
+
57
+    public function setGoodsIdList($goodsIdList)
58
+    {
59
+        $this->goodsIdList = $goodsIdList;
60
+    }
61
+
62
+    public function setIsValid($isValid)
63
+    {
64
+        $this->isValid = $isValid;
65
+    }
66
+
67
+    public function setPageNo($pageNo)
68
+    {
69
+        $this->pageNo = $pageNo;
70
+    }
71
+
72
+    public function setPageSize($pageSize)
73
+    {
74
+        $this->pageSize = $pageSize;
75
+    }
76 76
 
77 77
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddSmsVendorComplaintCreateRequest.php 1 patch
Indentation   +110 added lines, -110 removed lines patch added patch discarded remove patch
@@ -7,115 +7,115 @@
 block discarded – undo
7 7
 class PddSmsVendorComplaintCreateRequest 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(String, "complaint_time")
20
-	*/
21
-	private $complaintTime;
22
-
23
-	/**
24
-	* @JsonProperty(Integer, "count")
25
-	*/
26
-	private $count;
27
-
28
-	/**
29
-	* @JsonProperty(String, "deliver_time")
30
-	*/
31
-	private $deliverTime;
32
-
33
-	/**
34
-	* @JsonProperty(String, "mobile")
35
-	*/
36
-	private $mobile;
37
-
38
-	/**
39
-	* @JsonProperty(String, "operator")
40
-	*/
41
-	private $operator;
42
-
43
-	/**
44
-	* @JsonProperty(String, "province")
45
-	*/
46
-	private $province;
47
-
48
-	/**
49
-	* @JsonProperty(String, "sms_content")
50
-	*/
51
-	private $smsContent;
52
-
53
-	protected function setUserParams(&$params)
54
-	{
55
-		$this->setUserParam($params, "account", $this->account);
56
-		$this->setUserParam($params, "complaint_time", $this->complaintTime);
57
-		$this->setUserParam($params, "count", $this->count);
58
-		$this->setUserParam($params, "deliver_time", $this->deliverTime);
59
-		$this->setUserParam($params, "mobile", $this->mobile);
60
-		$this->setUserParam($params, "operator", $this->operator);
61
-		$this->setUserParam($params, "province", $this->province);
62
-		$this->setUserParam($params, "sms_content", $this->smsContent);
63
-
64
-	}
65
-
66
-	public function getVersion()
67
-	{
68
-		return "V1";
69
-	}
70
-
71
-	public function getDataType()
72
-	{
73
-		return "JSON";
74
-	}
75
-
76
-	public function getType()
77
-	{
78
-		return "pdd.sms.vendor.complaint.create";
79
-	}
80
-
81
-	public function setAccount($account)
82
-	{
83
-		$this->account = $account;
84
-	}
85
-
86
-	public function setComplaintTime($complaintTime)
87
-	{
88
-		$this->complaintTime = $complaintTime;
89
-	}
90
-
91
-	public function setCount($count)
92
-	{
93
-		$this->count = $count;
94
-	}
95
-
96
-	public function setDeliverTime($deliverTime)
97
-	{
98
-		$this->deliverTime = $deliverTime;
99
-	}
100
-
101
-	public function setMobile($mobile)
102
-	{
103
-		$this->mobile = $mobile;
104
-	}
105
-
106
-	public function setOperator($operator)
107
-	{
108
-		$this->operator = $operator;
109
-	}
110
-
111
-	public function setProvince($province)
112
-	{
113
-		$this->province = $province;
114
-	}
115
-
116
-	public function setSmsContent($smsContent)
117
-	{
118
-		$this->smsContent = $smsContent;
119
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "account")
15
+     */
16
+    private $account;
17
+
18
+    /**
19
+     * @JsonProperty(String, "complaint_time")
20
+     */
21
+    private $complaintTime;
22
+
23
+    /**
24
+     * @JsonProperty(Integer, "count")
25
+     */
26
+    private $count;
27
+
28
+    /**
29
+     * @JsonProperty(String, "deliver_time")
30
+     */
31
+    private $deliverTime;
32
+
33
+    /**
34
+     * @JsonProperty(String, "mobile")
35
+     */
36
+    private $mobile;
37
+
38
+    /**
39
+     * @JsonProperty(String, "operator")
40
+     */
41
+    private $operator;
42
+
43
+    /**
44
+     * @JsonProperty(String, "province")
45
+     */
46
+    private $province;
47
+
48
+    /**
49
+     * @JsonProperty(String, "sms_content")
50
+     */
51
+    private $smsContent;
52
+
53
+    protected function setUserParams(&$params)
54
+    {
55
+        $this->setUserParam($params, "account", $this->account);
56
+        $this->setUserParam($params, "complaint_time", $this->complaintTime);
57
+        $this->setUserParam($params, "count", $this->count);
58
+        $this->setUserParam($params, "deliver_time", $this->deliverTime);
59
+        $this->setUserParam($params, "mobile", $this->mobile);
60
+        $this->setUserParam($params, "operator", $this->operator);
61
+        $this->setUserParam($params, "province", $this->province);
62
+        $this->setUserParam($params, "sms_content", $this->smsContent);
63
+
64
+    }
65
+
66
+    public function getVersion()
67
+    {
68
+        return "V1";
69
+    }
70
+
71
+    public function getDataType()
72
+    {
73
+        return "JSON";
74
+    }
75
+
76
+    public function getType()
77
+    {
78
+        return "pdd.sms.vendor.complaint.create";
79
+    }
80
+
81
+    public function setAccount($account)
82
+    {
83
+        $this->account = $account;
84
+    }
85
+
86
+    public function setComplaintTime($complaintTime)
87
+    {
88
+        $this->complaintTime = $complaintTime;
89
+    }
90
+
91
+    public function setCount($count)
92
+    {
93
+        $this->count = $count;
94
+    }
95
+
96
+    public function setDeliverTime($deliverTime)
97
+    {
98
+        $this->deliverTime = $deliverTime;
99
+    }
100
+
101
+    public function setMobile($mobile)
102
+    {
103
+        $this->mobile = $mobile;
104
+    }
105
+
106
+    public function setOperator($operator)
107
+    {
108
+        $this->operator = $operator;
109
+    }
110
+
111
+    public function setProvince($province)
112
+    {
113
+        $this->province = $province;
114
+    }
115
+
116
+    public function setSmsContent($smsContent)
117
+    {
118
+        $this->smsContent = $smsContent;
119
+    }
120 120
 
121 121
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddMallTicketDetailRequest.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 PddMallTicketDetailRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(String, "ticket_id")
15
-	*/
16
-	private $ticketId;
17
-
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "ticket_id", $this->ticketId);
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.mall.ticket.detail";
37
-	}
38
-
39
-	public function setTicketId($ticketId)
40
-	{
41
-		$this->ticketId = $ticketId;
42
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "ticket_id")
15
+     */
16
+    private $ticketId;
17
+
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "ticket_id", $this->ticketId);
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.mall.ticket.detail";
37
+    }
38
+
39
+    public function setTicketId($ticketId)
40
+    {
41
+        $this->ticketId = $ticketId;
42
+    }
43 43
 
44 44
 }
Please login to merge, or discard this patch.