Passed
Push — v6 ( f71c30...fe03e1 )
by 光春
04:16
created
pinduoduo/bin/src/Api/Request/PddMallInfoGroupRemoveStoreGetRequest.php 1 patch
Indentation   +44 added lines, -44 removed lines patch added patch discarded remove patch
@@ -7,49 +7,49 @@
 block discarded – undo
7 7
 class PddMallInfoGroupRemoveStoreGetRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Long, "group_id")
15
-	*/
16
-	private $groupId;
17
-
18
-	/**
19
-	* @JsonProperty(List<Long>, "store_id_list")
20
-	*/
21
-	private $storeIdList;
22
-
23
-	protected function setUserParams(&$params)
24
-	{
25
-		$this->setUserParam($params, "group_id", $this->groupId);
26
-		$this->setUserParam($params, "store_id_list", $this->storeIdList);
27
-
28
-	}
29
-
30
-	public function getVersion()
31
-	{
32
-		return "V1";
33
-	}
34
-
35
-	public function getDataType()
36
-	{
37
-		return "JSON";
38
-	}
39
-
40
-	public function getType()
41
-	{
42
-		return "pdd.mall.info.group.remove.store.get";
43
-	}
44
-
45
-	public function setGroupId($groupId)
46
-	{
47
-		$this->groupId = $groupId;
48
-	}
49
-
50
-	public function setStoreIdList($storeIdList)
51
-	{
52
-		$this->storeIdList = $storeIdList;
53
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "group_id")
15
+     */
16
+    private $groupId;
17
+
18
+    /**
19
+     * @JsonProperty(List<Long>, "store_id_list")
20
+     */
21
+    private $storeIdList;
22
+
23
+    protected function setUserParams(&$params)
24
+    {
25
+        $this->setUserParam($params, "group_id", $this->groupId);
26
+        $this->setUserParam($params, "store_id_list", $this->storeIdList);
27
+
28
+    }
29
+
30
+    public function getVersion()
31
+    {
32
+        return "V1";
33
+    }
34
+
35
+    public function getDataType()
36
+    {
37
+        return "JSON";
38
+    }
39
+
40
+    public function getType()
41
+    {
42
+        return "pdd.mall.info.group.remove.store.get";
43
+    }
44
+
45
+    public function setGroupId($groupId)
46
+    {
47
+        $this->groupId = $groupId;
48
+    }
49
+
50
+    public function setStoreIdList($storeIdList)
51
+    {
52
+        $this->storeIdList = $storeIdList;
53
+    }
54 54
 
55 55
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddEinvoiceVendorRuihongInvoiceGetRequest.php 1 patch
Indentation   +109 added lines, -109 removed lines patch added patch discarded remove patch
@@ -7,138 +7,138 @@
 block discarded – undo
7 7
 class PddEinvoiceVendorRuihongInvoiceGetRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
10
+    {
11 11
 
12
-	}
13
-	/**
14
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddEinvoiceVendorRuihongInvoiceGetRequest_Request, "request")
15
-	*/
16
-	private $request;
12
+    }
13
+    /**
14
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddEinvoiceVendorRuihongInvoiceGetRequest_Request, "request")
15
+     */
16
+    private $request;
17 17
 
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "request", $this->request);
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "request", $this->request);
21 21
 
22
-	}
22
+    }
23 23
 
24
-	public function getVersion()
25
-	{
26
-		return "V1";
27
-	}
24
+    public function getVersion()
25
+    {
26
+        return "V1";
27
+    }
28 28
 
29
-	public function getDataType()
30
-	{
31
-		return "JSON";
32
-	}
29
+    public function getDataType()
30
+    {
31
+        return "JSON";
32
+    }
33 33
 
34
-	public function getType()
35
-	{
36
-		return "pdd.einvoice.vendor.ruihong.invoice.get";
37
-	}
34
+    public function getType()
35
+    {
36
+        return "pdd.einvoice.vendor.ruihong.invoice.get";
37
+    }
38 38
 
39
-	public function setRequest($request)
40
-	{
41
-		$this->request = $request;
42
-	}
39
+    public function setRequest($request)
40
+    {
41
+        $this->request = $request;
42
+    }
43 43
 
44 44
 }
45 45
 
46 46
 class PddEinvoiceVendorRuihongInvoiceGetRequest_Request extends PopBaseJsonEntity
47 47
 {
48 48
 
49
-	public function __construct()
50
-	{
51
-
52
-	}
53
-
54
-	/**
55
-	* @JsonProperty(String, "serialNo")
56
-	*/
57
-	private $serialNo;
58
-
59
-	/**
60
-	* @JsonProperty(String, "postTime")
61
-	*/
62
-	private $postTime;
63
-
64
-	/**
65
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddEinvoiceVendorRuihongInvoiceGetRequest_RequestCriteriaItem>, "criteria")
66
-	*/
67
-	private $criteria;
68
-
69
-	/**
70
-	* @JsonProperty(String, "cmdName")
71
-	*/
72
-	private $cmdName;
73
-
74
-	/**
75
-	* @JsonProperty(String, "appCode")
76
-	*/
77
-	private $appCode;
78
-
79
-	/**
80
-	* @JsonProperty(String, "sign")
81
-	*/
82
-	private $sign;
83
-
84
-	public function setSerialNo($serialNo)
85
-	{
86
-		$this->serialNo = $serialNo;
87
-	}
88
-
89
-	public function setPostTime($postTime)
90
-	{
91
-		$this->postTime = $postTime;
92
-	}
93
-
94
-	public function setCriteria($criteria)
95
-	{
96
-		$this->criteria = $criteria;
97
-	}
98
-
99
-	public function setCmdName($cmdName)
100
-	{
101
-		$this->cmdName = $cmdName;
102
-	}
103
-
104
-	public function setAppCode($appCode)
105
-	{
106
-		$this->appCode = $appCode;
107
-	}
108
-
109
-	public function setSign($sign)
110
-	{
111
-		$this->sign = $sign;
112
-	}
49
+    public function __construct()
50
+    {
51
+
52
+    }
53
+
54
+    /**
55
+     * @JsonProperty(String, "serialNo")
56
+     */
57
+    private $serialNo;
58
+
59
+    /**
60
+     * @JsonProperty(String, "postTime")
61
+     */
62
+    private $postTime;
63
+
64
+    /**
65
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddEinvoiceVendorRuihongInvoiceGetRequest_RequestCriteriaItem>, "criteria")
66
+     */
67
+    private $criteria;
68
+
69
+    /**
70
+     * @JsonProperty(String, "cmdName")
71
+     */
72
+    private $cmdName;
73
+
74
+    /**
75
+     * @JsonProperty(String, "appCode")
76
+     */
77
+    private $appCode;
78
+
79
+    /**
80
+     * @JsonProperty(String, "sign")
81
+     */
82
+    private $sign;
83
+
84
+    public function setSerialNo($serialNo)
85
+    {
86
+        $this->serialNo = $serialNo;
87
+    }
88
+
89
+    public function setPostTime($postTime)
90
+    {
91
+        $this->postTime = $postTime;
92
+    }
93
+
94
+    public function setCriteria($criteria)
95
+    {
96
+        $this->criteria = $criteria;
97
+    }
98
+
99
+    public function setCmdName($cmdName)
100
+    {
101
+        $this->cmdName = $cmdName;
102
+    }
103
+
104
+    public function setAppCode($appCode)
105
+    {
106
+        $this->appCode = $appCode;
107
+    }
108
+
109
+    public function setSign($sign)
110
+    {
111
+        $this->sign = $sign;
112
+    }
113 113
 
114 114
 }
115 115
 
116 116
 class PddEinvoiceVendorRuihongInvoiceGetRequest_RequestCriteriaItem extends PopBaseJsonEntity
117 117
 {
118 118
 
119
-	public function __construct()
120
-	{
119
+    public function __construct()
120
+    {
121 121
 
122
-	}
122
+    }
123 123
 
124
-	/**
125
-	* @JsonProperty(String, "name")
126
-	*/
127
-	private $name;
124
+    /**
125
+     * @JsonProperty(String, "name")
126
+     */
127
+    private $name;
128 128
 
129
-	/**
130
-	* @JsonProperty(String, "value")
131
-	*/
132
-	private $value;
129
+    /**
130
+     * @JsonProperty(String, "value")
131
+     */
132
+    private $value;
133 133
 
134
-	public function setName($name)
135
-	{
136
-		$this->name = $name;
137
-	}
134
+    public function setName($name)
135
+    {
136
+        $this->name = $name;
137
+    }
138 138
 
139
-	public function setValue($value)
140
-	{
141
-		$this->value = $value;
142
-	}
139
+    public function setValue($value)
140
+    {
141
+        $this->value = $value;
142
+    }
143 143
 
144 144
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddAdApiPlanQueryCanUpdateMaxCostRequest.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 PddAdApiPlanQueryCanUpdateMaxCostRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Long, "planId")
15
-	*/
16
-	private $planId;
17
-
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "planId", $this->planId);
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.plan.query.can.update.max.cost";
37
-	}
38
-
39
-	public function setPlanId($planId)
40
-	{
41
-		$this->planId = $planId;
42
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "planId")
15
+     */
16
+    private $planId;
17
+
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "planId", $this->planId);
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.plan.query.can.update.max.cost";
37
+    }
38
+
39
+    public function setPlanId($planId)
40
+    {
41
+        $this->planId = $planId;
42
+    }
43 43
 
44 44
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddCloudWebsessionSendRequest.php 1 patch
Indentation   +88 added lines, -88 removed lines patch added patch discarded remove patch
@@ -7,99 +7,99 @@
 block discarded – undo
7 7
 class PddCloudWebsessionSendRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(String, "cache_type")
15
-	*/
16
-	private $cacheType;
17
-
18
-	/**
19
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddCloudWebsessionSendRequest_SessionInfoListItem>, "session_info_list")
20
-	*/
21
-	private $sessionInfoList;
22
-
23
-	protected function setUserParams(&$params)
24
-	{
25
-		$this->setUserParam($params, "cache_type", $this->cacheType);
26
-		$this->setUserParam($params, "session_info_list", $this->sessionInfoList);
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.websession.send";
43
-	}
44
-
45
-	public function setCacheType($cacheType)
46
-	{
47
-		$this->cacheType = $cacheType;
48
-	}
49
-
50
-	public function setSessionInfoList($sessionInfoList)
51
-	{
52
-		$this->sessionInfoList = $sessionInfoList;
53
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "cache_type")
15
+     */
16
+    private $cacheType;
17
+
18
+    /**
19
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddCloudWebsessionSendRequest_SessionInfoListItem>, "session_info_list")
20
+     */
21
+    private $sessionInfoList;
22
+
23
+    protected function setUserParams(&$params)
24
+    {
25
+        $this->setUserParam($params, "cache_type", $this->cacheType);
26
+        $this->setUserParam($params, "session_info_list", $this->sessionInfoList);
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.websession.send";
43
+    }
44
+
45
+    public function setCacheType($cacheType)
46
+    {
47
+        $this->cacheType = $cacheType;
48
+    }
49
+
50
+    public function setSessionInfoList($sessionInfoList)
51
+    {
52
+        $this->sessionInfoList = $sessionInfoList;
53
+    }
54 54
 
55 55
 }
56 56
 
57 57
 class PddCloudWebsessionSendRequest_SessionInfoListItem extends PopBaseJsonEntity
58 58
 {
59 59
 
60
-	public function __construct()
61
-	{
62
-
63
-	}
64
-
65
-	/**
66
-	* @JsonProperty(String, "key")
67
-	*/
68
-	private $key;
69
-
70
-	/**
71
-	* @JsonProperty(String, "value")
72
-	*/
73
-	private $value;
74
-
75
-	/**
76
-	* @JsonProperty(Long, "expir_time")
77
-	*/
78
-	private $expirTime;
79
-
80
-	/**
81
-	* @JsonProperty(String, "function")
82
-	*/
83
-	private $function;
84
-
85
-	public function setKey($key)
86
-	{
87
-		$this->key = $key;
88
-	}
89
-
90
-	public function setValue($value)
91
-	{
92
-		$this->value = $value;
93
-	}
94
-
95
-	public function setExpirTime($expirTime)
96
-	{
97
-		$this->expirTime = $expirTime;
98
-	}
99
-
100
-	public function setFunction($function)
101
-	{
102
-		$this->function = $function;
103
-	}
60
+    public function __construct()
61
+    {
62
+
63
+    }
64
+
65
+    /**
66
+     * @JsonProperty(String, "key")
67
+     */
68
+    private $key;
69
+
70
+    /**
71
+     * @JsonProperty(String, "value")
72
+     */
73
+    private $value;
74
+
75
+    /**
76
+     * @JsonProperty(Long, "expir_time")
77
+     */
78
+    private $expirTime;
79
+
80
+    /**
81
+     * @JsonProperty(String, "function")
82
+     */
83
+    private $function;
84
+
85
+    public function setKey($key)
86
+    {
87
+        $this->key = $key;
88
+    }
89
+
90
+    public function setValue($value)
91
+    {
92
+        $this->value = $value;
93
+    }
94
+
95
+    public function setExpirTime($expirTime)
96
+    {
97
+        $this->expirTime = $expirTime;
98
+    }
99
+
100
+    public function setFunction($function)
101
+    {
102
+        $this->function = $function;
103
+    }
104 104
 
105 105
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddGoodsSpuGetRequest.php 1 patch
Indentation   +88 added lines, -88 removed lines patch added patch discarded remove patch
@@ -7,99 +7,99 @@
 block discarded – undo
7 7
 class PddGoodsSpuGetRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(String, "cat_id")
15
-	*/
16
-	private $catId;
17
-
18
-	/**
19
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddGoodsSpuGetRequest_KeyPropItem>, "key_prop")
20
-	*/
21
-	private $keyProp;
22
-
23
-	protected function setUserParams(&$params)
24
-	{
25
-		$this->setUserParam($params, "cat_id", $this->catId);
26
-		$this->setUserParam($params, "key_prop", $this->keyProp);
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.goods.spu.get";
43
-	}
44
-
45
-	public function setCatId($catId)
46
-	{
47
-		$this->catId = $catId;
48
-	}
49
-
50
-	public function setKeyProp($keyProp)
51
-	{
52
-		$this->keyProp = $keyProp;
53
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "cat_id")
15
+     */
16
+    private $catId;
17
+
18
+    /**
19
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddGoodsSpuGetRequest_KeyPropItem>, "key_prop")
20
+     */
21
+    private $keyProp;
22
+
23
+    protected function setUserParams(&$params)
24
+    {
25
+        $this->setUserParam($params, "cat_id", $this->catId);
26
+        $this->setUserParam($params, "key_prop", $this->keyProp);
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.goods.spu.get";
43
+    }
44
+
45
+    public function setCatId($catId)
46
+    {
47
+        $this->catId = $catId;
48
+    }
49
+
50
+    public function setKeyProp($keyProp)
51
+    {
52
+        $this->keyProp = $keyProp;
53
+    }
54 54
 
55 55
 }
56 56
 
57 57
 class PddGoodsSpuGetRequest_KeyPropItem extends PopBaseJsonEntity
58 58
 {
59 59
 
60
-	public function __construct()
61
-	{
62
-
63
-	}
64
-
65
-	/**
66
-	* @JsonProperty(Long, "ref_pid")
67
-	*/
68
-	private $refPid;
69
-
70
-	/**
71
-	* @JsonProperty(String, "value_unit")
72
-	*/
73
-	private $valueUnit;
74
-
75
-	/**
76
-	* @JsonProperty(String, "value")
77
-	*/
78
-	private $value;
79
-
80
-	/**
81
-	* @JsonProperty(Long, "vid")
82
-	*/
83
-	private $vid;
84
-
85
-	public function setRefPid($refPid)
86
-	{
87
-		$this->refPid = $refPid;
88
-	}
89
-
90
-	public function setValueUnit($valueUnit)
91
-	{
92
-		$this->valueUnit = $valueUnit;
93
-	}
94
-
95
-	public function setValue($value)
96
-	{
97
-		$this->value = $value;
98
-	}
99
-
100
-	public function setVid($vid)
101
-	{
102
-		$this->vid = $vid;
103
-	}
60
+    public function __construct()
61
+    {
62
+
63
+    }
64
+
65
+    /**
66
+     * @JsonProperty(Long, "ref_pid")
67
+     */
68
+    private $refPid;
69
+
70
+    /**
71
+     * @JsonProperty(String, "value_unit")
72
+     */
73
+    private $valueUnit;
74
+
75
+    /**
76
+     * @JsonProperty(String, "value")
77
+     */
78
+    private $value;
79
+
80
+    /**
81
+     * @JsonProperty(Long, "vid")
82
+     */
83
+    private $vid;
84
+
85
+    public function setRefPid($refPid)
86
+    {
87
+        $this->refPid = $refPid;
88
+    }
89
+
90
+    public function setValueUnit($valueUnit)
91
+    {
92
+        $this->valueUnit = $valueUnit;
93
+    }
94
+
95
+    public function setValue($value)
96
+    {
97
+        $this->value = $value;
98
+    }
99
+
100
+    public function setVid($vid)
101
+    {
102
+        $this->vid = $vid;
103
+    }
104 104
 
105 105
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddGoodsInformationGetRequest.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 PddGoodsInformationGetRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Long, "goods_id")
15
-	*/
16
-	private $goodsId;
17
-
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "goods_id", $this->goodsId);
21
-
22
-	}
23
-
24
-	public function getVersion()
25
-	{
26
-		return "V1";
27
-	}
28
-
29
-	public function getDataType()
30
-	{
31
-		return "JSON";
32
-	}
33
-
34
-	public function getType()
35
-	{
36
-		return "pdd.goods.information.get";
37
-	}
38
-
39
-	public function setGoodsId($goodsId)
40
-	{
41
-		$this->goodsId = $goodsId;
42
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "goods_id")
15
+     */
16
+    private $goodsId;
17
+
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "goods_id", $this->goodsId);
21
+
22
+    }
23
+
24
+    public function getVersion()
25
+    {
26
+        return "V1";
27
+    }
28
+
29
+    public function getDataType()
30
+    {
31
+        return "JSON";
32
+    }
33
+
34
+    public function getType()
35
+    {
36
+        return "pdd.goods.information.get";
37
+    }
38
+
39
+    public function setGoodsId($goodsId)
40
+    {
41
+        $this->goodsId = $goodsId;
42
+    }
43 43
 
44 44
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddPromotionLimitedDiscountListGetRequest.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 PddPromotionLimitedDiscountListGetRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(List<Integer>, "activity_types")
15
-	*/
16
-	private $activityTypes;
17
-
18
-	/**
19
-	* @JsonProperty(List<Long>, "goods_id_list")
20
-	*/
21
-	private $goodsIdList;
22
-
23
-	/**
24
-	* @JsonProperty(Boolean, "just_count")
25
-	*/
26
-	private $justCount;
27
-
28
-	/**
29
-	* @JsonProperty(Integer, "order")
30
-	*/
31
-	private $order;
32
-
33
-	/**
34
-	* @JsonProperty(Integer, "page_no")
35
-	*/
36
-	private $pageNo;
37
-
38
-	/**
39
-	* @JsonProperty(Integer, "page_size")
40
-	*/
41
-	private $pageSize;
42
-
43
-	/**
44
-	* @JsonProperty(List<Integer>, "status_list")
45
-	*/
46
-	private $statusList;
47
-
48
-	protected function setUserParams(&$params)
49
-	{
50
-		$this->setUserParam($params, "activity_types", $this->activityTypes);
51
-		$this->setUserParam($params, "goods_id_list", $this->goodsIdList);
52
-		$this->setUserParam($params, "just_count", $this->justCount);
53
-		$this->setUserParam($params, "order", $this->order);
54
-		$this->setUserParam($params, "page_no", $this->pageNo);
55
-		$this->setUserParam($params, "page_size", $this->pageSize);
56
-		$this->setUserParam($params, "status_list", $this->statusList);
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.promotion.limited.discount.list.get";
73
-	}
74
-
75
-	public function setActivityTypes($activityTypes)
76
-	{
77
-		$this->activityTypes = $activityTypes;
78
-	}
79
-
80
-	public function setGoodsIdList($goodsIdList)
81
-	{
82
-		$this->goodsIdList = $goodsIdList;
83
-	}
84
-
85
-	public function setJustCount($justCount)
86
-	{
87
-		$this->justCount = $justCount;
88
-	}
89
-
90
-	public function setOrder($order)
91
-	{
92
-		$this->order = $order;
93
-	}
94
-
95
-	public function setPageNo($pageNo)
96
-	{
97
-		$this->pageNo = $pageNo;
98
-	}
99
-
100
-	public function setPageSize($pageSize)
101
-	{
102
-		$this->pageSize = $pageSize;
103
-	}
104
-
105
-	public function setStatusList($statusList)
106
-	{
107
-		$this->statusList = $statusList;
108
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(List<Integer>, "activity_types")
15
+     */
16
+    private $activityTypes;
17
+
18
+    /**
19
+     * @JsonProperty(List<Long>, "goods_id_list")
20
+     */
21
+    private $goodsIdList;
22
+
23
+    /**
24
+     * @JsonProperty(Boolean, "just_count")
25
+     */
26
+    private $justCount;
27
+
28
+    /**
29
+     * @JsonProperty(Integer, "order")
30
+     */
31
+    private $order;
32
+
33
+    /**
34
+     * @JsonProperty(Integer, "page_no")
35
+     */
36
+    private $pageNo;
37
+
38
+    /**
39
+     * @JsonProperty(Integer, "page_size")
40
+     */
41
+    private $pageSize;
42
+
43
+    /**
44
+     * @JsonProperty(List<Integer>, "status_list")
45
+     */
46
+    private $statusList;
47
+
48
+    protected function setUserParams(&$params)
49
+    {
50
+        $this->setUserParam($params, "activity_types", $this->activityTypes);
51
+        $this->setUserParam($params, "goods_id_list", $this->goodsIdList);
52
+        $this->setUserParam($params, "just_count", $this->justCount);
53
+        $this->setUserParam($params, "order", $this->order);
54
+        $this->setUserParam($params, "page_no", $this->pageNo);
55
+        $this->setUserParam($params, "page_size", $this->pageSize);
56
+        $this->setUserParam($params, "status_list", $this->statusList);
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.promotion.limited.discount.list.get";
73
+    }
74
+
75
+    public function setActivityTypes($activityTypes)
76
+    {
77
+        $this->activityTypes = $activityTypes;
78
+    }
79
+
80
+    public function setGoodsIdList($goodsIdList)
81
+    {
82
+        $this->goodsIdList = $goodsIdList;
83
+    }
84
+
85
+    public function setJustCount($justCount)
86
+    {
87
+        $this->justCount = $justCount;
88
+    }
89
+
90
+    public function setOrder($order)
91
+    {
92
+        $this->order = $order;
93
+    }
94
+
95
+    public function setPageNo($pageNo)
96
+    {
97
+        $this->pageNo = $pageNo;
98
+    }
99
+
100
+    public function setPageSize($pageSize)
101
+    {
102
+        $this->pageSize = $pageSize;
103
+    }
104
+
105
+    public function setStatusList($statusList)
106
+    {
107
+        $this->statusList = $statusList;
108
+    }
109 109
 
110 110
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddOrderPromiseInfoGetRequest.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 PddOrderPromiseInfoGetRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Long, "promise_id")
15
-	*/
16
-	private $promiseId;
17
-
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "promise_id", $this->promiseId);
21
-
22
-	}
23
-
24
-	public function getVersion()
25
-	{
26
-		return "V1";
27
-	}
28
-
29
-	public function getDataType()
30
-	{
31
-		return "JSON";
32
-	}
33
-
34
-	public function getType()
35
-	{
36
-		return "pdd.order.promise.info.get";
37
-	}
38
-
39
-	public function setPromiseId($promiseId)
40
-	{
41
-		$this->promiseId = $promiseId;
42
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "promise_id")
15
+     */
16
+    private $promiseId;
17
+
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "promise_id", $this->promiseId);
21
+
22
+    }
23
+
24
+    public function getVersion()
25
+    {
26
+        return "V1";
27
+    }
28
+
29
+    public function getDataType()
30
+    {
31
+        return "JSON";
32
+    }
33
+
34
+    public function getType()
35
+    {
36
+        return "pdd.order.promise.info.get";
37
+    }
38
+
39
+    public function setPromiseId($promiseId)
40
+    {
41
+        $this->promiseId = $promiseId;
42
+    }
43 43
 
44 44
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddFlightOrderQuerysnRequest.php 1 patch
Indentation   +44 added lines, -44 removed lines patch added patch discarded remove patch
@@ -7,49 +7,49 @@
 block discarded – undo
7 7
 class PddFlightOrderQuerysnRequest 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, "travel_sn")
20
-	*/
21
-	private $travelSn;
22
-
23
-	protected function setUserParams(&$params)
24
-	{
25
-		$this->setUserParam($params, "trace_id", $this->traceId);
26
-		$this->setUserParam($params, "travel_sn", $this->travelSn);
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.flight.order.querysn";
43
-	}
44
-
45
-	public function setTraceId($traceId)
46
-	{
47
-		$this->traceId = $traceId;
48
-	}
49
-
50
-	public function setTravelSn($travelSn)
51
-	{
52
-		$this->travelSn = $travelSn;
53
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "trace_id")
15
+     */
16
+    private $traceId;
17
+
18
+    /**
19
+     * @JsonProperty(String, "travel_sn")
20
+     */
21
+    private $travelSn;
22
+
23
+    protected function setUserParams(&$params)
24
+    {
25
+        $this->setUserParam($params, "trace_id", $this->traceId);
26
+        $this->setUserParam($params, "travel_sn", $this->travelSn);
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.flight.order.querysn";
43
+    }
44
+
45
+    public function setTraceId($traceId)
46
+    {
47
+        $this->traceId = $traceId;
48
+    }
49
+
50
+    public function setTravelSn($travelSn)
51
+    {
52
+        $this->travelSn = $travelSn;
53
+    }
54 54
 
55 55
 }
Please login to merge, or discard this patch.