@@ -7,104 +7,104 @@ |
||
7 | 7 | class PddCloudSecurityEventTrackingLoginRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(String, "loginMessage") |
|
15 | - */ |
|
16 | - private $loginMessage; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(Boolean, "loginResult") |
|
20 | - */ |
|
21 | - private $loginResult; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(List<Long>, "mallIdList") |
|
25 | - */ |
|
26 | - private $mallIdList; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(String, "pati") |
|
30 | - */ |
|
31 | - private $pati; |
|
32 | - |
|
33 | - /** |
|
34 | - * @JsonProperty(Long, "timestamp") |
|
35 | - */ |
|
36 | - private $timestamp; |
|
37 | - |
|
38 | - /** |
|
39 | - * @JsonProperty(String, "userId") |
|
40 | - */ |
|
41 | - private $userId; |
|
42 | - |
|
43 | - /** |
|
44 | - * @JsonProperty(String, "userIp") |
|
45 | - */ |
|
46 | - private $userIp; |
|
47 | - |
|
48 | - protected function setUserParams(&$params) |
|
49 | - { |
|
50 | - $this->setUserParam($params, "loginMessage", $this->loginMessage); |
|
51 | - $this->setUserParam($params, "loginResult", $this->loginResult); |
|
52 | - $this->setUserParam($params, "mallIdList", $this->mallIdList); |
|
53 | - $this->setUserParam($params, "pati", $this->pati); |
|
54 | - $this->setUserParam($params, "timestamp", $this->timestamp); |
|
55 | - $this->setUserParam($params, "userId", $this->userId); |
|
56 | - $this->setUserParam($params, "userIp", $this->userIp); |
|
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.cloud.security.event.tracking.login"; |
|
73 | - } |
|
74 | - |
|
75 | - public function setLoginMessage($loginMessage) |
|
76 | - { |
|
77 | - $this->loginMessage = $loginMessage; |
|
78 | - } |
|
79 | - |
|
80 | - public function setLoginResult($loginResult) |
|
81 | - { |
|
82 | - $this->loginResult = $loginResult; |
|
83 | - } |
|
84 | - |
|
85 | - public function setMallIdList($mallIdList) |
|
86 | - { |
|
87 | - $this->mallIdList = $mallIdList; |
|
88 | - } |
|
89 | - |
|
90 | - public function setPati($pati) |
|
91 | - { |
|
92 | - $this->pati = $pati; |
|
93 | - } |
|
94 | - |
|
95 | - public function setTimestamp($timestamp) |
|
96 | - { |
|
97 | - $this->timestamp = $timestamp; |
|
98 | - } |
|
99 | - |
|
100 | - public function setUserId($userId) |
|
101 | - { |
|
102 | - $this->userId = $userId; |
|
103 | - } |
|
104 | - |
|
105 | - public function setUserIp($userIp) |
|
106 | - { |
|
107 | - $this->userIp = $userIp; |
|
108 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(String, "loginMessage") |
|
15 | + */ |
|
16 | + private $loginMessage; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(Boolean, "loginResult") |
|
20 | + */ |
|
21 | + private $loginResult; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(List<Long>, "mallIdList") |
|
25 | + */ |
|
26 | + private $mallIdList; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(String, "pati") |
|
30 | + */ |
|
31 | + private $pati; |
|
32 | + |
|
33 | + /** |
|
34 | + * @JsonProperty(Long, "timestamp") |
|
35 | + */ |
|
36 | + private $timestamp; |
|
37 | + |
|
38 | + /** |
|
39 | + * @JsonProperty(String, "userId") |
|
40 | + */ |
|
41 | + private $userId; |
|
42 | + |
|
43 | + /** |
|
44 | + * @JsonProperty(String, "userIp") |
|
45 | + */ |
|
46 | + private $userIp; |
|
47 | + |
|
48 | + protected function setUserParams(&$params) |
|
49 | + { |
|
50 | + $this->setUserParam($params, "loginMessage", $this->loginMessage); |
|
51 | + $this->setUserParam($params, "loginResult", $this->loginResult); |
|
52 | + $this->setUserParam($params, "mallIdList", $this->mallIdList); |
|
53 | + $this->setUserParam($params, "pati", $this->pati); |
|
54 | + $this->setUserParam($params, "timestamp", $this->timestamp); |
|
55 | + $this->setUserParam($params, "userId", $this->userId); |
|
56 | + $this->setUserParam($params, "userIp", $this->userIp); |
|
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.cloud.security.event.tracking.login"; |
|
73 | + } |
|
74 | + |
|
75 | + public function setLoginMessage($loginMessage) |
|
76 | + { |
|
77 | + $this->loginMessage = $loginMessage; |
|
78 | + } |
|
79 | + |
|
80 | + public function setLoginResult($loginResult) |
|
81 | + { |
|
82 | + $this->loginResult = $loginResult; |
|
83 | + } |
|
84 | + |
|
85 | + public function setMallIdList($mallIdList) |
|
86 | + { |
|
87 | + $this->mallIdList = $mallIdList; |
|
88 | + } |
|
89 | + |
|
90 | + public function setPati($pati) |
|
91 | + { |
|
92 | + $this->pati = $pati; |
|
93 | + } |
|
94 | + |
|
95 | + public function setTimestamp($timestamp) |
|
96 | + { |
|
97 | + $this->timestamp = $timestamp; |
|
98 | + } |
|
99 | + |
|
100 | + public function setUserId($userId) |
|
101 | + { |
|
102 | + $this->userId = $userId; |
|
103 | + } |
|
104 | + |
|
105 | + public function setUserIp($userIp) |
|
106 | + { |
|
107 | + $this->userIp = $userIp; |
|
108 | + } |
|
109 | 109 | |
110 | 110 | } |
@@ -7,49 +7,49 @@ |
||
7 | 7 | class PddGoodsCommitDetailGetRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(Long, "goods_commit_id") |
|
15 | - */ |
|
16 | - private $goodsCommitId; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(Long, "goods_id") |
|
20 | - */ |
|
21 | - private $goodsId; |
|
22 | - |
|
23 | - protected function setUserParams(&$params) |
|
24 | - { |
|
25 | - $this->setUserParam($params, "goods_commit_id", $this->goodsCommitId); |
|
26 | - $this->setUserParam($params, "goods_id", $this->goodsId); |
|
27 | - |
|
28 | - } |
|
29 | - |
|
30 | - public function getVersion() |
|
31 | - { |
|
32 | - return "V1"; |
|
33 | - } |
|
34 | - |
|
35 | - public function getDataType() |
|
36 | - { |
|
37 | - return "JSON"; |
|
38 | - } |
|
39 | - |
|
40 | - public function getType() |
|
41 | - { |
|
42 | - return "pdd.goods.commit.detail.get"; |
|
43 | - } |
|
44 | - |
|
45 | - public function setGoodsCommitId($goodsCommitId) |
|
46 | - { |
|
47 | - $this->goodsCommitId = $goodsCommitId; |
|
48 | - } |
|
49 | - |
|
50 | - public function setGoodsId($goodsId) |
|
51 | - { |
|
52 | - $this->goodsId = $goodsId; |
|
53 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(Long, "goods_commit_id") |
|
15 | + */ |
|
16 | + private $goodsCommitId; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(Long, "goods_id") |
|
20 | + */ |
|
21 | + private $goodsId; |
|
22 | + |
|
23 | + protected function setUserParams(&$params) |
|
24 | + { |
|
25 | + $this->setUserParam($params, "goods_commit_id", $this->goodsCommitId); |
|
26 | + $this->setUserParam($params, "goods_id", $this->goodsId); |
|
27 | + |
|
28 | + } |
|
29 | + |
|
30 | + public function getVersion() |
|
31 | + { |
|
32 | + return "V1"; |
|
33 | + } |
|
34 | + |
|
35 | + public function getDataType() |
|
36 | + { |
|
37 | + return "JSON"; |
|
38 | + } |
|
39 | + |
|
40 | + public function getType() |
|
41 | + { |
|
42 | + return "pdd.goods.commit.detail.get"; |
|
43 | + } |
|
44 | + |
|
45 | + public function setGoodsCommitId($goodsCommitId) |
|
46 | + { |
|
47 | + $this->goodsCommitId = $goodsCommitId; |
|
48 | + } |
|
49 | + |
|
50 | + public function setGoodsId($goodsId) |
|
51 | + { |
|
52 | + $this->goodsId = $goodsId; |
|
53 | + } |
|
54 | 54 | |
55 | 55 | } |
@@ -7,71 +7,71 @@ |
||
7 | 7 | class PddExpressSearchDepotRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(String, "code") |
|
15 | - */ |
|
16 | - private $code; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(Integer, "length") |
|
20 | - */ |
|
21 | - private $length; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(String, "name") |
|
25 | - */ |
|
26 | - private $name; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(Integer, "start") |
|
30 | - */ |
|
31 | - private $start; |
|
32 | - |
|
33 | - protected function setUserParams(&$params) |
|
34 | - { |
|
35 | - $this->setUserParam($params, "code", $this->code); |
|
36 | - $this->setUserParam($params, "length", $this->length); |
|
37 | - $this->setUserParam($params, "name", $this->name); |
|
38 | - $this->setUserParam($params, "start", $this->start); |
|
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.express.search.depot"; |
|
55 | - } |
|
56 | - |
|
57 | - public function setCode($code) |
|
58 | - { |
|
59 | - $this->code = $code; |
|
60 | - } |
|
61 | - |
|
62 | - public function setLength($length) |
|
63 | - { |
|
64 | - $this->length = $length; |
|
65 | - } |
|
66 | - |
|
67 | - public function setName($name) |
|
68 | - { |
|
69 | - $this->name = $name; |
|
70 | - } |
|
71 | - |
|
72 | - public function setStart($start) |
|
73 | - { |
|
74 | - $this->start = $start; |
|
75 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(String, "code") |
|
15 | + */ |
|
16 | + private $code; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(Integer, "length") |
|
20 | + */ |
|
21 | + private $length; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(String, "name") |
|
25 | + */ |
|
26 | + private $name; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(Integer, "start") |
|
30 | + */ |
|
31 | + private $start; |
|
32 | + |
|
33 | + protected function setUserParams(&$params) |
|
34 | + { |
|
35 | + $this->setUserParam($params, "code", $this->code); |
|
36 | + $this->setUserParam($params, "length", $this->length); |
|
37 | + $this->setUserParam($params, "name", $this->name); |
|
38 | + $this->setUserParam($params, "start", $this->start); |
|
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.express.search.depot"; |
|
55 | + } |
|
56 | + |
|
57 | + public function setCode($code) |
|
58 | + { |
|
59 | + $this->code = $code; |
|
60 | + } |
|
61 | + |
|
62 | + public function setLength($length) |
|
63 | + { |
|
64 | + $this->length = $length; |
|
65 | + } |
|
66 | + |
|
67 | + public function setName($name) |
|
68 | + { |
|
69 | + $this->name = $name; |
|
70 | + } |
|
71 | + |
|
72 | + public function setStart($start) |
|
73 | + { |
|
74 | + $this->start = $start; |
|
75 | + } |
|
76 | 76 | |
77 | 77 | } |
@@ -7,38 +7,38 @@ |
||
7 | 7 | class PddAdApiGoodsQueryLongImagesRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(Long, "goodsId") |
|
15 | - */ |
|
16 | - private $goodsId; |
|
17 | - |
|
18 | - protected function setUserParams(&$params) |
|
19 | - { |
|
20 | - $this->setUserParam($params, "goodsId", $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.ad.api.goods.query.long.images"; |
|
37 | - } |
|
38 | - |
|
39 | - public function setGoodsId($goodsId) |
|
40 | - { |
|
41 | - $this->goodsId = $goodsId; |
|
42 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(Long, "goodsId") |
|
15 | + */ |
|
16 | + private $goodsId; |
|
17 | + |
|
18 | + protected function setUserParams(&$params) |
|
19 | + { |
|
20 | + $this->setUserParam($params, "goodsId", $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.ad.api.goods.query.long.images"; |
|
37 | + } |
|
38 | + |
|
39 | + public function setGoodsId($goodsId) |
|
40 | + { |
|
41 | + $this->goodsId = $goodsId; |
|
42 | + } |
|
43 | 43 | |
44 | 44 | } |
@@ -7,60 +7,60 @@ |
||
7 | 7 | class PddLogisticsOrdertraceGetRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
10 | + { |
|
11 | 11 | |
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(String, "company_code") |
|
15 | - */ |
|
16 | - private $companyCode; |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(String, "company_code") |
|
15 | + */ |
|
16 | + private $companyCode; |
|
17 | 17 | |
18 | - /** |
|
19 | - * @JsonProperty(String, "mail_no") |
|
20 | - */ |
|
21 | - private $mailNo; |
|
18 | + /** |
|
19 | + * @JsonProperty(String, "mail_no") |
|
20 | + */ |
|
21 | + private $mailNo; |
|
22 | 22 | |
23 | - /** |
|
24 | - * @JsonProperty(Boolean, "cache") |
|
25 | - */ |
|
26 | - private $cache; |
|
23 | + /** |
|
24 | + * @JsonProperty(Boolean, "cache") |
|
25 | + */ |
|
26 | + private $cache; |
|
27 | 27 | |
28 | - protected function setUserParams(&$params) |
|
29 | - { |
|
30 | - $this->setUserParam($params, "company_code", $this->companyCode); |
|
31 | - $this->setUserParam($params, "mail_no", $this->mailNo); |
|
32 | - $this->setUserParam($params, "cache", $this->cache); |
|
28 | + protected function setUserParams(&$params) |
|
29 | + { |
|
30 | + $this->setUserParam($params, "company_code", $this->companyCode); |
|
31 | + $this->setUserParam($params, "mail_no", $this->mailNo); |
|
32 | + $this->setUserParam($params, "cache", $this->cache); |
|
33 | 33 | |
34 | - } |
|
34 | + } |
|
35 | 35 | |
36 | - public function getVersion() |
|
37 | - { |
|
38 | - return "V1"; |
|
39 | - } |
|
36 | + public function getVersion() |
|
37 | + { |
|
38 | + return "V1"; |
|
39 | + } |
|
40 | 40 | |
41 | - public function getDataType() |
|
42 | - { |
|
43 | - return "JSON"; |
|
44 | - } |
|
41 | + public function getDataType() |
|
42 | + { |
|
43 | + return "JSON"; |
|
44 | + } |
|
45 | 45 | |
46 | - public function getType() |
|
47 | - { |
|
48 | - return "pdd.logistics.ordertrace.get"; |
|
49 | - } |
|
46 | + public function getType() |
|
47 | + { |
|
48 | + return "pdd.logistics.ordertrace.get"; |
|
49 | + } |
|
50 | 50 | |
51 | - public function setCompanyCode($companyCode) |
|
52 | - { |
|
53 | - $this->companyCode = $companyCode; |
|
54 | - } |
|
51 | + public function setCompanyCode($companyCode) |
|
52 | + { |
|
53 | + $this->companyCode = $companyCode; |
|
54 | + } |
|
55 | 55 | |
56 | - public function setMailNo($mailNo) |
|
57 | - { |
|
58 | - $this->mailNo = $mailNo; |
|
59 | - } |
|
56 | + public function setMailNo($mailNo) |
|
57 | + { |
|
58 | + $this->mailNo = $mailNo; |
|
59 | + } |
|
60 | 60 | |
61 | - public function setCache($cache) |
|
62 | - { |
|
63 | - $this->cache = $cache; |
|
64 | - } |
|
61 | + public function setCache($cache) |
|
62 | + { |
|
63 | + $this->cache = $cache; |
|
64 | + } |
|
65 | 65 | |
66 | 66 | } |
@@ -7,58 +7,58 @@ |
||
7 | 7 | class PddQrpayPayeeRegisterRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
10 | + { |
|
11 | 11 | |
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddQrpayPayeeRegisterRequest_PayeeListItem>, "payee_list") |
|
15 | - */ |
|
16 | - private $payeeList; |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddQrpayPayeeRegisterRequest_PayeeListItem>, "payee_list") |
|
15 | + */ |
|
16 | + private $payeeList; |
|
17 | 17 | |
18 | - protected function setUserParams(&$params) |
|
19 | - { |
|
20 | - $this->setUserParam($params, "payee_list", $this->payeeList); |
|
18 | + protected function setUserParams(&$params) |
|
19 | + { |
|
20 | + $this->setUserParam($params, "payee_list", $this->payeeList); |
|
21 | 21 | |
22 | - } |
|
22 | + } |
|
23 | 23 | |
24 | - public function getVersion() |
|
25 | - { |
|
26 | - return "V1"; |
|
27 | - } |
|
24 | + public function getVersion() |
|
25 | + { |
|
26 | + return "V1"; |
|
27 | + } |
|
28 | 28 | |
29 | - public function getDataType() |
|
30 | - { |
|
31 | - return "JSON"; |
|
32 | - } |
|
29 | + public function getDataType() |
|
30 | + { |
|
31 | + return "JSON"; |
|
32 | + } |
|
33 | 33 | |
34 | - public function getType() |
|
35 | - { |
|
36 | - return "pdd.qrpay.payee.register"; |
|
37 | - } |
|
34 | + public function getType() |
|
35 | + { |
|
36 | + return "pdd.qrpay.payee.register"; |
|
37 | + } |
|
38 | 38 | |
39 | - public function setPayeeList($payeeList) |
|
40 | - { |
|
41 | - $this->payeeList = $payeeList; |
|
42 | - } |
|
39 | + public function setPayeeList($payeeList) |
|
40 | + { |
|
41 | + $this->payeeList = $payeeList; |
|
42 | + } |
|
43 | 43 | |
44 | 44 | } |
45 | 45 | |
46 | 46 | class PddQrpayPayeeRegisterRequest_PayeeListItem extends PopBaseJsonEntity |
47 | 47 | { |
48 | 48 | |
49 | - public function __construct() |
|
50 | - { |
|
49 | + public function __construct() |
|
50 | + { |
|
51 | 51 | |
52 | - } |
|
52 | + } |
|
53 | 53 | |
54 | - /** |
|
55 | - * @JsonProperty(String, "payee") |
|
56 | - */ |
|
57 | - private $payee; |
|
54 | + /** |
|
55 | + * @JsonProperty(String, "payee") |
|
56 | + */ |
|
57 | + private $payee; |
|
58 | 58 | |
59 | - public function setPayee($payee) |
|
60 | - { |
|
61 | - $this->payee = $payee; |
|
62 | - } |
|
59 | + public function setPayee($payee) |
|
60 | + { |
|
61 | + $this->payee = $payee; |
|
62 | + } |
|
63 | 63 | |
64 | 64 | } |
@@ -7,38 +7,38 @@ |
||
7 | 7 | class PddRefundStatusCheckRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(String, "order_sns") |
|
15 | - */ |
|
16 | - private $orderSns; |
|
17 | - |
|
18 | - protected function setUserParams(&$params) |
|
19 | - { |
|
20 | - $this->setUserParam($params, "order_sns", $this->orderSns); |
|
21 | - |
|
22 | - } |
|
23 | - |
|
24 | - public function getVersion() |
|
25 | - { |
|
26 | - return "V1"; |
|
27 | - } |
|
28 | - |
|
29 | - public function getDataType() |
|
30 | - { |
|
31 | - return "JSON"; |
|
32 | - } |
|
33 | - |
|
34 | - public function getType() |
|
35 | - { |
|
36 | - return "pdd.refund.status.check"; |
|
37 | - } |
|
38 | - |
|
39 | - public function setOrderSns($orderSns) |
|
40 | - { |
|
41 | - $this->orderSns = $orderSns; |
|
42 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(String, "order_sns") |
|
15 | + */ |
|
16 | + private $orderSns; |
|
17 | + |
|
18 | + protected function setUserParams(&$params) |
|
19 | + { |
|
20 | + $this->setUserParam($params, "order_sns", $this->orderSns); |
|
21 | + |
|
22 | + } |
|
23 | + |
|
24 | + public function getVersion() |
|
25 | + { |
|
26 | + return "V1"; |
|
27 | + } |
|
28 | + |
|
29 | + public function getDataType() |
|
30 | + { |
|
31 | + return "JSON"; |
|
32 | + } |
|
33 | + |
|
34 | + public function getType() |
|
35 | + { |
|
36 | + return "pdd.refund.status.check"; |
|
37 | + } |
|
38 | + |
|
39 | + public function setOrderSns($orderSns) |
|
40 | + { |
|
41 | + $this->orderSns = $orderSns; |
|
42 | + } |
|
43 | 43 | |
44 | 44 | } |
@@ -7,27 +7,27 @@ |
||
7 | 7 | class PddGoodsCpsMallUnitPauseRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
10 | + { |
|
11 | 11 | |
12 | - } |
|
13 | - protected function setUserParams(&$params) |
|
14 | - { |
|
12 | + } |
|
13 | + protected function setUserParams(&$params) |
|
14 | + { |
|
15 | 15 | |
16 | - } |
|
16 | + } |
|
17 | 17 | |
18 | - public function getVersion() |
|
19 | - { |
|
20 | - return "V1"; |
|
21 | - } |
|
18 | + public function getVersion() |
|
19 | + { |
|
20 | + return "V1"; |
|
21 | + } |
|
22 | 22 | |
23 | - public function getDataType() |
|
24 | - { |
|
25 | - return "JSON"; |
|
26 | - } |
|
23 | + public function getDataType() |
|
24 | + { |
|
25 | + return "JSON"; |
|
26 | + } |
|
27 | 27 | |
28 | - public function getType() |
|
29 | - { |
|
30 | - return "pdd.goods.cps.mall.unit.pause"; |
|
31 | - } |
|
28 | + public function getType() |
|
29 | + { |
|
30 | + return "pdd.goods.cps.mall.unit.pause"; |
|
31 | + } |
|
32 | 32 | |
33 | 33 | } |
@@ -7,203 +7,203 @@ |
||
7 | 7 | class PddDdkGoodsPromotionUrlGenerateRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(String, "custom_parameters") |
|
15 | - */ |
|
16 | - private $customParameters; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(Boolean, "generate_mall_collect_coupon") |
|
20 | - */ |
|
21 | - private $generateMallCollectCoupon; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(Boolean, "generate_qq_app") |
|
25 | - */ |
|
26 | - private $generateQqApp; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(Boolean, "generate_schema_url") |
|
30 | - */ |
|
31 | - private $generateSchemaUrl; |
|
32 | - |
|
33 | - /** |
|
34 | - * @JsonProperty(Boolean, "generate_short_url") |
|
35 | - */ |
|
36 | - private $generateShortUrl; |
|
37 | - |
|
38 | - /** |
|
39 | - * @JsonProperty(Boolean, "generate_weapp_webview") |
|
40 | - */ |
|
41 | - private $generateWeappWebview; |
|
42 | - |
|
43 | - /** |
|
44 | - * @JsonProperty(Boolean, "generate_weiboapp_webview") |
|
45 | - */ |
|
46 | - private $generateWeiboappWebview; |
|
47 | - |
|
48 | - /** |
|
49 | - * @JsonProperty(Boolean, "generate_we_app") |
|
50 | - */ |
|
51 | - private $generateWeApp; |
|
52 | - |
|
53 | - /** |
|
54 | - * @JsonProperty(List<Long>, "goods_id_list") |
|
55 | - */ |
|
56 | - private $goodsIdList; |
|
57 | - |
|
58 | - /** |
|
59 | - * @JsonProperty(Boolean, "multi_group") |
|
60 | - */ |
|
61 | - private $multiGroup; |
|
62 | - |
|
63 | - /** |
|
64 | - * @JsonProperty(String, "p_id") |
|
65 | - */ |
|
66 | - private $pId; |
|
67 | - |
|
68 | - /** |
|
69 | - * @JsonProperty(String, "search_id") |
|
70 | - */ |
|
71 | - private $searchId; |
|
72 | - |
|
73 | - /** |
|
74 | - * @JsonProperty(Long, "zs_duo_id") |
|
75 | - */ |
|
76 | - private $zsDuoId; |
|
77 | - |
|
78 | - /** |
|
79 | - * @JsonProperty(List<String>, "room_id_list") |
|
80 | - */ |
|
81 | - private $roomIdList; |
|
82 | - |
|
83 | - /** |
|
84 | - * @JsonProperty(List<String>, "target_id_list") |
|
85 | - */ |
|
86 | - private $targetIdList; |
|
87 | - |
|
88 | - /** |
|
89 | - * @JsonProperty(Boolean, "generate_authority_url") |
|
90 | - */ |
|
91 | - private $generateAuthorityUrl; |
|
92 | - |
|
93 | - protected function setUserParams(&$params) |
|
94 | - { |
|
95 | - $this->setUserParam($params, "custom_parameters", $this->customParameters); |
|
96 | - $this->setUserParam($params, "generate_mall_collect_coupon", $this->generateMallCollectCoupon); |
|
97 | - $this->setUserParam($params, "generate_qq_app", $this->generateQqApp); |
|
98 | - $this->setUserParam($params, "generate_schema_url", $this->generateSchemaUrl); |
|
99 | - $this->setUserParam($params, "generate_short_url", $this->generateShortUrl); |
|
100 | - $this->setUserParam($params, "generate_weapp_webview", $this->generateWeappWebview); |
|
101 | - $this->setUserParam($params, "generate_weiboapp_webview", $this->generateWeiboappWebview); |
|
102 | - $this->setUserParam($params, "generate_we_app", $this->generateWeApp); |
|
103 | - $this->setUserParam($params, "goods_id_list", $this->goodsIdList); |
|
104 | - $this->setUserParam($params, "multi_group", $this->multiGroup); |
|
105 | - $this->setUserParam($params, "p_id", $this->pId); |
|
106 | - $this->setUserParam($params, "search_id", $this->searchId); |
|
107 | - $this->setUserParam($params, "zs_duo_id", $this->zsDuoId); |
|
108 | - $this->setUserParam($params, "room_id_list", $this->roomIdList); |
|
109 | - $this->setUserParam($params, "target_id_list", $this->targetIdList); |
|
110 | - $this->setUserParam($params, "generate_authority_url", $this->generateAuthorityUrl); |
|
111 | - |
|
112 | - } |
|
113 | - |
|
114 | - public function getVersion() |
|
115 | - { |
|
116 | - return "V1"; |
|
117 | - } |
|
118 | - |
|
119 | - public function getDataType() |
|
120 | - { |
|
121 | - return "JSON"; |
|
122 | - } |
|
123 | - |
|
124 | - public function getType() |
|
125 | - { |
|
126 | - return "pdd.ddk.goods.promotion.url.generate"; |
|
127 | - } |
|
128 | - |
|
129 | - public function setCustomParameters($customParameters) |
|
130 | - { |
|
131 | - $this->customParameters = $customParameters; |
|
132 | - } |
|
133 | - |
|
134 | - public function setGenerateMallCollectCoupon($generateMallCollectCoupon) |
|
135 | - { |
|
136 | - $this->generateMallCollectCoupon = $generateMallCollectCoupon; |
|
137 | - } |
|
138 | - |
|
139 | - public function setGenerateQqApp($generateQqApp) |
|
140 | - { |
|
141 | - $this->generateQqApp = $generateQqApp; |
|
142 | - } |
|
143 | - |
|
144 | - public function setGenerateSchemaUrl($generateSchemaUrl) |
|
145 | - { |
|
146 | - $this->generateSchemaUrl = $generateSchemaUrl; |
|
147 | - } |
|
148 | - |
|
149 | - public function setGenerateShortUrl($generateShortUrl) |
|
150 | - { |
|
151 | - $this->generateShortUrl = $generateShortUrl; |
|
152 | - } |
|
153 | - |
|
154 | - public function setGenerateWeappWebview($generateWeappWebview) |
|
155 | - { |
|
156 | - $this->generateWeappWebview = $generateWeappWebview; |
|
157 | - } |
|
158 | - |
|
159 | - public function setGenerateWeiboappWebview($generateWeiboappWebview) |
|
160 | - { |
|
161 | - $this->generateWeiboappWebview = $generateWeiboappWebview; |
|
162 | - } |
|
163 | - |
|
164 | - public function setGenerateWeApp($generateWeApp) |
|
165 | - { |
|
166 | - $this->generateWeApp = $generateWeApp; |
|
167 | - } |
|
168 | - |
|
169 | - public function setGoodsIdList($goodsIdList) |
|
170 | - { |
|
171 | - $this->goodsIdList = $goodsIdList; |
|
172 | - } |
|
173 | - |
|
174 | - public function setMultiGroup($multiGroup) |
|
175 | - { |
|
176 | - $this->multiGroup = $multiGroup; |
|
177 | - } |
|
178 | - |
|
179 | - public function setPId($pId) |
|
180 | - { |
|
181 | - $this->pId = $pId; |
|
182 | - } |
|
183 | - |
|
184 | - public function setSearchId($searchId) |
|
185 | - { |
|
186 | - $this->searchId = $searchId; |
|
187 | - } |
|
188 | - |
|
189 | - public function setZsDuoId($zsDuoId) |
|
190 | - { |
|
191 | - $this->zsDuoId = $zsDuoId; |
|
192 | - } |
|
193 | - |
|
194 | - public function setRoomIdList($roomIdList) |
|
195 | - { |
|
196 | - $this->roomIdList = $roomIdList; |
|
197 | - } |
|
198 | - |
|
199 | - public function setTargetIdList($targetIdList) |
|
200 | - { |
|
201 | - $this->targetIdList = $targetIdList; |
|
202 | - } |
|
203 | - |
|
204 | - public function setGenerateAuthorityUrl($generateAuthorityUrl) |
|
205 | - { |
|
206 | - $this->generateAuthorityUrl = $generateAuthorityUrl; |
|
207 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(String, "custom_parameters") |
|
15 | + */ |
|
16 | + private $customParameters; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(Boolean, "generate_mall_collect_coupon") |
|
20 | + */ |
|
21 | + private $generateMallCollectCoupon; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(Boolean, "generate_qq_app") |
|
25 | + */ |
|
26 | + private $generateQqApp; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(Boolean, "generate_schema_url") |
|
30 | + */ |
|
31 | + private $generateSchemaUrl; |
|
32 | + |
|
33 | + /** |
|
34 | + * @JsonProperty(Boolean, "generate_short_url") |
|
35 | + */ |
|
36 | + private $generateShortUrl; |
|
37 | + |
|
38 | + /** |
|
39 | + * @JsonProperty(Boolean, "generate_weapp_webview") |
|
40 | + */ |
|
41 | + private $generateWeappWebview; |
|
42 | + |
|
43 | + /** |
|
44 | + * @JsonProperty(Boolean, "generate_weiboapp_webview") |
|
45 | + */ |
|
46 | + private $generateWeiboappWebview; |
|
47 | + |
|
48 | + /** |
|
49 | + * @JsonProperty(Boolean, "generate_we_app") |
|
50 | + */ |
|
51 | + private $generateWeApp; |
|
52 | + |
|
53 | + /** |
|
54 | + * @JsonProperty(List<Long>, "goods_id_list") |
|
55 | + */ |
|
56 | + private $goodsIdList; |
|
57 | + |
|
58 | + /** |
|
59 | + * @JsonProperty(Boolean, "multi_group") |
|
60 | + */ |
|
61 | + private $multiGroup; |
|
62 | + |
|
63 | + /** |
|
64 | + * @JsonProperty(String, "p_id") |
|
65 | + */ |
|
66 | + private $pId; |
|
67 | + |
|
68 | + /** |
|
69 | + * @JsonProperty(String, "search_id") |
|
70 | + */ |
|
71 | + private $searchId; |
|
72 | + |
|
73 | + /** |
|
74 | + * @JsonProperty(Long, "zs_duo_id") |
|
75 | + */ |
|
76 | + private $zsDuoId; |
|
77 | + |
|
78 | + /** |
|
79 | + * @JsonProperty(List<String>, "room_id_list") |
|
80 | + */ |
|
81 | + private $roomIdList; |
|
82 | + |
|
83 | + /** |
|
84 | + * @JsonProperty(List<String>, "target_id_list") |
|
85 | + */ |
|
86 | + private $targetIdList; |
|
87 | + |
|
88 | + /** |
|
89 | + * @JsonProperty(Boolean, "generate_authority_url") |
|
90 | + */ |
|
91 | + private $generateAuthorityUrl; |
|
92 | + |
|
93 | + protected function setUserParams(&$params) |
|
94 | + { |
|
95 | + $this->setUserParam($params, "custom_parameters", $this->customParameters); |
|
96 | + $this->setUserParam($params, "generate_mall_collect_coupon", $this->generateMallCollectCoupon); |
|
97 | + $this->setUserParam($params, "generate_qq_app", $this->generateQqApp); |
|
98 | + $this->setUserParam($params, "generate_schema_url", $this->generateSchemaUrl); |
|
99 | + $this->setUserParam($params, "generate_short_url", $this->generateShortUrl); |
|
100 | + $this->setUserParam($params, "generate_weapp_webview", $this->generateWeappWebview); |
|
101 | + $this->setUserParam($params, "generate_weiboapp_webview", $this->generateWeiboappWebview); |
|
102 | + $this->setUserParam($params, "generate_we_app", $this->generateWeApp); |
|
103 | + $this->setUserParam($params, "goods_id_list", $this->goodsIdList); |
|
104 | + $this->setUserParam($params, "multi_group", $this->multiGroup); |
|
105 | + $this->setUserParam($params, "p_id", $this->pId); |
|
106 | + $this->setUserParam($params, "search_id", $this->searchId); |
|
107 | + $this->setUserParam($params, "zs_duo_id", $this->zsDuoId); |
|
108 | + $this->setUserParam($params, "room_id_list", $this->roomIdList); |
|
109 | + $this->setUserParam($params, "target_id_list", $this->targetIdList); |
|
110 | + $this->setUserParam($params, "generate_authority_url", $this->generateAuthorityUrl); |
|
111 | + |
|
112 | + } |
|
113 | + |
|
114 | + public function getVersion() |
|
115 | + { |
|
116 | + return "V1"; |
|
117 | + } |
|
118 | + |
|
119 | + public function getDataType() |
|
120 | + { |
|
121 | + return "JSON"; |
|
122 | + } |
|
123 | + |
|
124 | + public function getType() |
|
125 | + { |
|
126 | + return "pdd.ddk.goods.promotion.url.generate"; |
|
127 | + } |
|
128 | + |
|
129 | + public function setCustomParameters($customParameters) |
|
130 | + { |
|
131 | + $this->customParameters = $customParameters; |
|
132 | + } |
|
133 | + |
|
134 | + public function setGenerateMallCollectCoupon($generateMallCollectCoupon) |
|
135 | + { |
|
136 | + $this->generateMallCollectCoupon = $generateMallCollectCoupon; |
|
137 | + } |
|
138 | + |
|
139 | + public function setGenerateQqApp($generateQqApp) |
|
140 | + { |
|
141 | + $this->generateQqApp = $generateQqApp; |
|
142 | + } |
|
143 | + |
|
144 | + public function setGenerateSchemaUrl($generateSchemaUrl) |
|
145 | + { |
|
146 | + $this->generateSchemaUrl = $generateSchemaUrl; |
|
147 | + } |
|
148 | + |
|
149 | + public function setGenerateShortUrl($generateShortUrl) |
|
150 | + { |
|
151 | + $this->generateShortUrl = $generateShortUrl; |
|
152 | + } |
|
153 | + |
|
154 | + public function setGenerateWeappWebview($generateWeappWebview) |
|
155 | + { |
|
156 | + $this->generateWeappWebview = $generateWeappWebview; |
|
157 | + } |
|
158 | + |
|
159 | + public function setGenerateWeiboappWebview($generateWeiboappWebview) |
|
160 | + { |
|
161 | + $this->generateWeiboappWebview = $generateWeiboappWebview; |
|
162 | + } |
|
163 | + |
|
164 | + public function setGenerateWeApp($generateWeApp) |
|
165 | + { |
|
166 | + $this->generateWeApp = $generateWeApp; |
|
167 | + } |
|
168 | + |
|
169 | + public function setGoodsIdList($goodsIdList) |
|
170 | + { |
|
171 | + $this->goodsIdList = $goodsIdList; |
|
172 | + } |
|
173 | + |
|
174 | + public function setMultiGroup($multiGroup) |
|
175 | + { |
|
176 | + $this->multiGroup = $multiGroup; |
|
177 | + } |
|
178 | + |
|
179 | + public function setPId($pId) |
|
180 | + { |
|
181 | + $this->pId = $pId; |
|
182 | + } |
|
183 | + |
|
184 | + public function setSearchId($searchId) |
|
185 | + { |
|
186 | + $this->searchId = $searchId; |
|
187 | + } |
|
188 | + |
|
189 | + public function setZsDuoId($zsDuoId) |
|
190 | + { |
|
191 | + $this->zsDuoId = $zsDuoId; |
|
192 | + } |
|
193 | + |
|
194 | + public function setRoomIdList($roomIdList) |
|
195 | + { |
|
196 | + $this->roomIdList = $roomIdList; |
|
197 | + } |
|
198 | + |
|
199 | + public function setTargetIdList($targetIdList) |
|
200 | + { |
|
201 | + $this->targetIdList = $targetIdList; |
|
202 | + } |
|
203 | + |
|
204 | + public function setGenerateAuthorityUrl($generateAuthorityUrl) |
|
205 | + { |
|
206 | + $this->generateAuthorityUrl = $generateAuthorityUrl; |
|
207 | + } |
|
208 | 208 | |
209 | 209 | } |