Passed
Push — v6 ( 32f4f3...27c58a )
by 光春
03:39
created
src/service/pinduoduo/bin/src/Api/Request/PddOrderInformationGetRequest.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 PddOrderInformationGetRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(String, "order_sn")
15
-	*/
16
-	private $orderSn;
17
-
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "order_sn", $this->orderSn);
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.information.get";
37
-	}
38
-
39
-	public function setOrderSn($orderSn)
40
-	{
41
-		$this->orderSn = $orderSn;
42
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "order_sn")
15
+     */
16
+    private $orderSn;
17
+
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "order_sn", $this->orderSn);
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.information.get";
37
+    }
38
+
39
+    public function setOrderSn($orderSn)
40
+    {
41
+        $this->orderSn = $orderSn;
42
+    }
43 43
 
44 44
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddGoodsCpsUnitDeleteRequest.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 PddGoodsCpsUnitDeleteRequest 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.cps.unit.delete";
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.cps.unit.delete";
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.
bin/src/Api/Request/PddOpenMsgServiceQueryExpressMsgRecordRequest.php 1 patch
Indentation   +88 added lines, -88 removed lines patch added patch discarded remove patch
@@ -7,93 +7,93 @@
 block discarded – undo
7 7
 class PddOpenMsgServiceQueryExpressMsgRecordRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(String, "biz_id")
15
-	*/
16
-	private $bizId;
17
-
18
-	/**
19
-	* @JsonProperty(Integer, "page_number")
20
-	*/
21
-	private $pageNumber;
22
-
23
-	/**
24
-	* @JsonProperty(Integer, "page_size")
25
-	*/
26
-	private $pageSize;
27
-
28
-	/**
29
-	* @JsonProperty(String, "send_date")
30
-	*/
31
-	private $sendDate;
32
-
33
-	/**
34
-	* @JsonProperty(String, "waybill_code")
35
-	*/
36
-	private $waybillCode;
37
-
38
-	/**
39
-	* @JsonProperty(String, "wp_code")
40
-	*/
41
-	private $wpCode;
42
-
43
-	protected function setUserParams(&$params)
44
-	{
45
-		$this->setUserParam($params, "biz_id", $this->bizId);
46
-		$this->setUserParam($params, "page_number", $this->pageNumber);
47
-		$this->setUserParam($params, "page_size", $this->pageSize);
48
-		$this->setUserParam($params, "send_date", $this->sendDate);
49
-		$this->setUserParam($params, "waybill_code", $this->waybillCode);
50
-		$this->setUserParam($params, "wp_code", $this->wpCode);
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.open.msg.service.query.express.msg.record";
67
-	}
68
-
69
-	public function setBizId($bizId)
70
-	{
71
-		$this->bizId = $bizId;
72
-	}
73
-
74
-	public function setPageNumber($pageNumber)
75
-	{
76
-		$this->pageNumber = $pageNumber;
77
-	}
78
-
79
-	public function setPageSize($pageSize)
80
-	{
81
-		$this->pageSize = $pageSize;
82
-	}
83
-
84
-	public function setSendDate($sendDate)
85
-	{
86
-		$this->sendDate = $sendDate;
87
-	}
88
-
89
-	public function setWaybillCode($waybillCode)
90
-	{
91
-		$this->waybillCode = $waybillCode;
92
-	}
93
-
94
-	public function setWpCode($wpCode)
95
-	{
96
-		$this->wpCode = $wpCode;
97
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "biz_id")
15
+     */
16
+    private $bizId;
17
+
18
+    /**
19
+     * @JsonProperty(Integer, "page_number")
20
+     */
21
+    private $pageNumber;
22
+
23
+    /**
24
+     * @JsonProperty(Integer, "page_size")
25
+     */
26
+    private $pageSize;
27
+
28
+    /**
29
+     * @JsonProperty(String, "send_date")
30
+     */
31
+    private $sendDate;
32
+
33
+    /**
34
+     * @JsonProperty(String, "waybill_code")
35
+     */
36
+    private $waybillCode;
37
+
38
+    /**
39
+     * @JsonProperty(String, "wp_code")
40
+     */
41
+    private $wpCode;
42
+
43
+    protected function setUserParams(&$params)
44
+    {
45
+        $this->setUserParam($params, "biz_id", $this->bizId);
46
+        $this->setUserParam($params, "page_number", $this->pageNumber);
47
+        $this->setUserParam($params, "page_size", $this->pageSize);
48
+        $this->setUserParam($params, "send_date", $this->sendDate);
49
+        $this->setUserParam($params, "waybill_code", $this->waybillCode);
50
+        $this->setUserParam($params, "wp_code", $this->wpCode);
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.open.msg.service.query.express.msg.record";
67
+    }
68
+
69
+    public function setBizId($bizId)
70
+    {
71
+        $this->bizId = $bizId;
72
+    }
73
+
74
+    public function setPageNumber($pageNumber)
75
+    {
76
+        $this->pageNumber = $pageNumber;
77
+    }
78
+
79
+    public function setPageSize($pageSize)
80
+    {
81
+        $this->pageSize = $pageSize;
82
+    }
83
+
84
+    public function setSendDate($sendDate)
85
+    {
86
+        $this->sendDate = $sendDate;
87
+    }
88
+
89
+    public function setWaybillCode($waybillCode)
90
+    {
91
+        $this->waybillCode = $waybillCode;
92
+    }
93
+
94
+    public function setWpCode($wpCode)
95
+    {
96
+        $this->wpCode = $wpCode;
97
+    }
98 98
 
99 99
 }
Please login to merge, or discard this patch.
service/pinduoduo/bin/src/Api/Request/PddAdApiUnitBidQueryListRequest.php 1 patch
Indentation   +88 added lines, -88 removed lines patch added patch discarded remove patch
@@ -7,93 +7,93 @@
 block discarded – undo
7 7
 class PddAdApiUnitBidQueryListRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Long, "adId")
15
-	*/
16
-	private $adId;
17
-
18
-	/**
19
-	* @JsonProperty(String, "beginDate")
20
-	*/
21
-	private $beginDate;
22
-
23
-	/**
24
-	* @JsonProperty(Integer, "bidReferenceType")
25
-	*/
26
-	private $bidReferenceType;
27
-
28
-	/**
29
-	* @JsonProperty(String, "endDate")
30
-	*/
31
-	private $endDate;
32
-
33
-	/**
34
-	* @JsonProperty(Integer, "orderBy")
35
-	*/
36
-	private $orderBy;
37
-
38
-	/**
39
-	* @JsonProperty(Integer, "sortBy")
40
-	*/
41
-	private $sortBy;
42
-
43
-	protected function setUserParams(&$params)
44
-	{
45
-		$this->setUserParam($params, "adId", $this->adId);
46
-		$this->setUserParam($params, "beginDate", $this->beginDate);
47
-		$this->setUserParam($params, "bidReferenceType", $this->bidReferenceType);
48
-		$this->setUserParam($params, "endDate", $this->endDate);
49
-		$this->setUserParam($params, "orderBy", $this->orderBy);
50
-		$this->setUserParam($params, "sortBy", $this->sortBy);
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.ad.api.unit.bid.query.list";
67
-	}
68
-
69
-	public function setAdId($adId)
70
-	{
71
-		$this->adId = $adId;
72
-	}
73
-
74
-	public function setBeginDate($beginDate)
75
-	{
76
-		$this->beginDate = $beginDate;
77
-	}
78
-
79
-	public function setBidReferenceType($bidReferenceType)
80
-	{
81
-		$this->bidReferenceType = $bidReferenceType;
82
-	}
83
-
84
-	public function setEndDate($endDate)
85
-	{
86
-		$this->endDate = $endDate;
87
-	}
88
-
89
-	public function setOrderBy($orderBy)
90
-	{
91
-		$this->orderBy = $orderBy;
92
-	}
93
-
94
-	public function setSortBy($sortBy)
95
-	{
96
-		$this->sortBy = $sortBy;
97
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "adId")
15
+     */
16
+    private $adId;
17
+
18
+    /**
19
+     * @JsonProperty(String, "beginDate")
20
+     */
21
+    private $beginDate;
22
+
23
+    /**
24
+     * @JsonProperty(Integer, "bidReferenceType")
25
+     */
26
+    private $bidReferenceType;
27
+
28
+    /**
29
+     * @JsonProperty(String, "endDate")
30
+     */
31
+    private $endDate;
32
+
33
+    /**
34
+     * @JsonProperty(Integer, "orderBy")
35
+     */
36
+    private $orderBy;
37
+
38
+    /**
39
+     * @JsonProperty(Integer, "sortBy")
40
+     */
41
+    private $sortBy;
42
+
43
+    protected function setUserParams(&$params)
44
+    {
45
+        $this->setUserParam($params, "adId", $this->adId);
46
+        $this->setUserParam($params, "beginDate", $this->beginDate);
47
+        $this->setUserParam($params, "bidReferenceType", $this->bidReferenceType);
48
+        $this->setUserParam($params, "endDate", $this->endDate);
49
+        $this->setUserParam($params, "orderBy", $this->orderBy);
50
+        $this->setUserParam($params, "sortBy", $this->sortBy);
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.ad.api.unit.bid.query.list";
67
+    }
68
+
69
+    public function setAdId($adId)
70
+    {
71
+        $this->adId = $adId;
72
+    }
73
+
74
+    public function setBeginDate($beginDate)
75
+    {
76
+        $this->beginDate = $beginDate;
77
+    }
78
+
79
+    public function setBidReferenceType($bidReferenceType)
80
+    {
81
+        $this->bidReferenceType = $bidReferenceType;
82
+    }
83
+
84
+    public function setEndDate($endDate)
85
+    {
86
+        $this->endDate = $endDate;
87
+    }
88
+
89
+    public function setOrderBy($orderBy)
90
+    {
91
+        $this->orderBy = $orderBy;
92
+    }
93
+
94
+    public function setSortBy($sortBy)
95
+    {
96
+        $this->sortBy = $sortBy;
97
+    }
98 98
 
99 99
 }
Please login to merge, or discard this patch.
bin/src/Api/Request/PddEinvoiceVendorRuihongMatchEnterpriseRequest.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 PddEinvoiceVendorRuihongMatchEnterpriseRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(String, "appCode")
15
-	*/
16
-	private $appCode;
17
-
18
-	/**
19
-	* @JsonProperty(String, "cmdName")
20
-	*/
21
-	private $cmdName;
22
-
23
-	/**
24
-	* @JsonProperty(String, "sign")
25
-	*/
26
-	private $sign;
27
-
28
-	/**
29
-	* @JsonProperty(String, "customerName")
30
-	*/
31
-	private $customerName;
32
-
33
-	protected function setUserParams(&$params)
34
-	{
35
-		$this->setUserParam($params, "appCode", $this->appCode);
36
-		$this->setUserParam($params, "cmdName", $this->cmdName);
37
-		$this->setUserParam($params, "sign", $this->sign);
38
-		$this->setUserParam($params, "customerName", $this->customerName);
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.einvoice.vendor.ruihong.match.enterprise";
55
-	}
56
-
57
-	public function setAppCode($appCode)
58
-	{
59
-		$this->appCode = $appCode;
60
-	}
61
-
62
-	public function setCmdName($cmdName)
63
-	{
64
-		$this->cmdName = $cmdName;
65
-	}
66
-
67
-	public function setSign($sign)
68
-	{
69
-		$this->sign = $sign;
70
-	}
71
-
72
-	public function setCustomerName($customerName)
73
-	{
74
-		$this->customerName = $customerName;
75
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "appCode")
15
+     */
16
+    private $appCode;
17
+
18
+    /**
19
+     * @JsonProperty(String, "cmdName")
20
+     */
21
+    private $cmdName;
22
+
23
+    /**
24
+     * @JsonProperty(String, "sign")
25
+     */
26
+    private $sign;
27
+
28
+    /**
29
+     * @JsonProperty(String, "customerName")
30
+     */
31
+    private $customerName;
32
+
33
+    protected function setUserParams(&$params)
34
+    {
35
+        $this->setUserParam($params, "appCode", $this->appCode);
36
+        $this->setUserParam($params, "cmdName", $this->cmdName);
37
+        $this->setUserParam($params, "sign", $this->sign);
38
+        $this->setUserParam($params, "customerName", $this->customerName);
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.einvoice.vendor.ruihong.match.enterprise";
55
+    }
56
+
57
+    public function setAppCode($appCode)
58
+    {
59
+        $this->appCode = $appCode;
60
+    }
61
+
62
+    public function setCmdName($cmdName)
63
+    {
64
+        $this->cmdName = $cmdName;
65
+    }
66
+
67
+    public function setSign($sign)
68
+    {
69
+        $this->sign = $sign;
70
+    }
71
+
72
+    public function setCustomerName($customerName)
73
+    {
74
+        $this->customerName = $customerName;
75
+    }
76 76
 
77 77
 }
Please login to merge, or discard this patch.
service/pinduoduo/bin/src/Api/Request/PddMallInfoStoreUpdatePostRequest.php 1 patch
Indentation   +198 added lines, -198 removed lines patch added patch discarded remove patch
@@ -7,203 +7,203 @@
 block discarded – undo
7 7
 class PddMallInfoStoreUpdatePostRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Integer, "business_status")
15
-	*/
16
-	private $businessStatus;
17
-
18
-	/**
19
-	* @JsonProperty(List<Integer>, "business_week_list")
20
-	*/
21
-	private $businessWeekList;
22
-
23
-	/**
24
-	* @JsonProperty(String, "city")
25
-	*/
26
-	private $city;
27
-
28
-	/**
29
-	* @JsonProperty(String, "district")
30
-	*/
31
-	private $district;
32
-
33
-	/**
34
-	* @JsonProperty(String, "end_business_hour")
35
-	*/
36
-	private $endBusinessHour;
37
-
38
-	/**
39
-	* @JsonProperty(String, "poi_id")
40
-	*/
41
-	private $poiId;
42
-
43
-	/**
44
-	* @JsonProperty(Double, "poi_latitude")
45
-	*/
46
-	private $poiLatitude;
47
-
48
-	/**
49
-	* @JsonProperty(Double, "poi_longitude")
50
-	*/
51
-	private $poiLongitude;
52
-
53
-	/**
54
-	* @JsonProperty(String, "province")
55
-	*/
56
-	private $province;
57
-
58
-	/**
59
-	* @JsonProperty(String, "start_business_hour")
60
-	*/
61
-	private $startBusinessHour;
62
-
63
-	/**
64
-	* @JsonProperty(String, "store_address")
65
-	*/
66
-	private $storeAddress;
67
-
68
-	/**
69
-	* @JsonProperty(Long, "store_id")
70
-	*/
71
-	private $storeId;
72
-
73
-	/**
74
-	* @JsonProperty(String, "store_name")
75
-	*/
76
-	private $storeName;
77
-
78
-	/**
79
-	* @JsonProperty(String, "store_number")
80
-	*/
81
-	private $storeNumber;
82
-
83
-	/**
84
-	* @JsonProperty(String, "store_phone")
85
-	*/
86
-	private $storePhone;
87
-
88
-	/**
89
-	* @JsonProperty(Integer, "trade_type")
90
-	*/
91
-	private $tradeType;
92
-
93
-	protected function setUserParams(&$params)
94
-	{
95
-		$this->setUserParam($params, "business_status", $this->businessStatus);
96
-		$this->setUserParam($params, "business_week_list", $this->businessWeekList);
97
-		$this->setUserParam($params, "city", $this->city);
98
-		$this->setUserParam($params, "district", $this->district);
99
-		$this->setUserParam($params, "end_business_hour", $this->endBusinessHour);
100
-		$this->setUserParam($params, "poi_id", $this->poiId);
101
-		$this->setUserParam($params, "poi_latitude", $this->poiLatitude);
102
-		$this->setUserParam($params, "poi_longitude", $this->poiLongitude);
103
-		$this->setUserParam($params, "province", $this->province);
104
-		$this->setUserParam($params, "start_business_hour", $this->startBusinessHour);
105
-		$this->setUserParam($params, "store_address", $this->storeAddress);
106
-		$this->setUserParam($params, "store_id", $this->storeId);
107
-		$this->setUserParam($params, "store_name", $this->storeName);
108
-		$this->setUserParam($params, "store_number", $this->storeNumber);
109
-		$this->setUserParam($params, "store_phone", $this->storePhone);
110
-		$this->setUserParam($params, "trade_type", $this->tradeType);
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.mall.info.store.update.post";
127
-	}
128
-
129
-	public function setBusinessStatus($businessStatus)
130
-	{
131
-		$this->businessStatus = $businessStatus;
132
-	}
133
-
134
-	public function setBusinessWeekList($businessWeekList)
135
-	{
136
-		$this->businessWeekList = $businessWeekList;
137
-	}
138
-
139
-	public function setCity($city)
140
-	{
141
-		$this->city = $city;
142
-	}
143
-
144
-	public function setDistrict($district)
145
-	{
146
-		$this->district = $district;
147
-	}
148
-
149
-	public function setEndBusinessHour($endBusinessHour)
150
-	{
151
-		$this->endBusinessHour = $endBusinessHour;
152
-	}
153
-
154
-	public function setPoiId($poiId)
155
-	{
156
-		$this->poiId = $poiId;
157
-	}
158
-
159
-	public function setPoiLatitude($poiLatitude)
160
-	{
161
-		$this->poiLatitude = $poiLatitude;
162
-	}
163
-
164
-	public function setPoiLongitude($poiLongitude)
165
-	{
166
-		$this->poiLongitude = $poiLongitude;
167
-	}
168
-
169
-	public function setProvince($province)
170
-	{
171
-		$this->province = $province;
172
-	}
173
-
174
-	public function setStartBusinessHour($startBusinessHour)
175
-	{
176
-		$this->startBusinessHour = $startBusinessHour;
177
-	}
178
-
179
-	public function setStoreAddress($storeAddress)
180
-	{
181
-		$this->storeAddress = $storeAddress;
182
-	}
183
-
184
-	public function setStoreId($storeId)
185
-	{
186
-		$this->storeId = $storeId;
187
-	}
188
-
189
-	public function setStoreName($storeName)
190
-	{
191
-		$this->storeName = $storeName;
192
-	}
193
-
194
-	public function setStoreNumber($storeNumber)
195
-	{
196
-		$this->storeNumber = $storeNumber;
197
-	}
198
-
199
-	public function setStorePhone($storePhone)
200
-	{
201
-		$this->storePhone = $storePhone;
202
-	}
203
-
204
-	public function setTradeType($tradeType)
205
-	{
206
-		$this->tradeType = $tradeType;
207
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Integer, "business_status")
15
+     */
16
+    private $businessStatus;
17
+
18
+    /**
19
+     * @JsonProperty(List<Integer>, "business_week_list")
20
+     */
21
+    private $businessWeekList;
22
+
23
+    /**
24
+     * @JsonProperty(String, "city")
25
+     */
26
+    private $city;
27
+
28
+    /**
29
+     * @JsonProperty(String, "district")
30
+     */
31
+    private $district;
32
+
33
+    /**
34
+     * @JsonProperty(String, "end_business_hour")
35
+     */
36
+    private $endBusinessHour;
37
+
38
+    /**
39
+     * @JsonProperty(String, "poi_id")
40
+     */
41
+    private $poiId;
42
+
43
+    /**
44
+     * @JsonProperty(Double, "poi_latitude")
45
+     */
46
+    private $poiLatitude;
47
+
48
+    /**
49
+     * @JsonProperty(Double, "poi_longitude")
50
+     */
51
+    private $poiLongitude;
52
+
53
+    /**
54
+     * @JsonProperty(String, "province")
55
+     */
56
+    private $province;
57
+
58
+    /**
59
+     * @JsonProperty(String, "start_business_hour")
60
+     */
61
+    private $startBusinessHour;
62
+
63
+    /**
64
+     * @JsonProperty(String, "store_address")
65
+     */
66
+    private $storeAddress;
67
+
68
+    /**
69
+     * @JsonProperty(Long, "store_id")
70
+     */
71
+    private $storeId;
72
+
73
+    /**
74
+     * @JsonProperty(String, "store_name")
75
+     */
76
+    private $storeName;
77
+
78
+    /**
79
+     * @JsonProperty(String, "store_number")
80
+     */
81
+    private $storeNumber;
82
+
83
+    /**
84
+     * @JsonProperty(String, "store_phone")
85
+     */
86
+    private $storePhone;
87
+
88
+    /**
89
+     * @JsonProperty(Integer, "trade_type")
90
+     */
91
+    private $tradeType;
92
+
93
+    protected function setUserParams(&$params)
94
+    {
95
+        $this->setUserParam($params, "business_status", $this->businessStatus);
96
+        $this->setUserParam($params, "business_week_list", $this->businessWeekList);
97
+        $this->setUserParam($params, "city", $this->city);
98
+        $this->setUserParam($params, "district", $this->district);
99
+        $this->setUserParam($params, "end_business_hour", $this->endBusinessHour);
100
+        $this->setUserParam($params, "poi_id", $this->poiId);
101
+        $this->setUserParam($params, "poi_latitude", $this->poiLatitude);
102
+        $this->setUserParam($params, "poi_longitude", $this->poiLongitude);
103
+        $this->setUserParam($params, "province", $this->province);
104
+        $this->setUserParam($params, "start_business_hour", $this->startBusinessHour);
105
+        $this->setUserParam($params, "store_address", $this->storeAddress);
106
+        $this->setUserParam($params, "store_id", $this->storeId);
107
+        $this->setUserParam($params, "store_name", $this->storeName);
108
+        $this->setUserParam($params, "store_number", $this->storeNumber);
109
+        $this->setUserParam($params, "store_phone", $this->storePhone);
110
+        $this->setUserParam($params, "trade_type", $this->tradeType);
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.mall.info.store.update.post";
127
+    }
128
+
129
+    public function setBusinessStatus($businessStatus)
130
+    {
131
+        $this->businessStatus = $businessStatus;
132
+    }
133
+
134
+    public function setBusinessWeekList($businessWeekList)
135
+    {
136
+        $this->businessWeekList = $businessWeekList;
137
+    }
138
+
139
+    public function setCity($city)
140
+    {
141
+        $this->city = $city;
142
+    }
143
+
144
+    public function setDistrict($district)
145
+    {
146
+        $this->district = $district;
147
+    }
148
+
149
+    public function setEndBusinessHour($endBusinessHour)
150
+    {
151
+        $this->endBusinessHour = $endBusinessHour;
152
+    }
153
+
154
+    public function setPoiId($poiId)
155
+    {
156
+        $this->poiId = $poiId;
157
+    }
158
+
159
+    public function setPoiLatitude($poiLatitude)
160
+    {
161
+        $this->poiLatitude = $poiLatitude;
162
+    }
163
+
164
+    public function setPoiLongitude($poiLongitude)
165
+    {
166
+        $this->poiLongitude = $poiLongitude;
167
+    }
168
+
169
+    public function setProvince($province)
170
+    {
171
+        $this->province = $province;
172
+    }
173
+
174
+    public function setStartBusinessHour($startBusinessHour)
175
+    {
176
+        $this->startBusinessHour = $startBusinessHour;
177
+    }
178
+
179
+    public function setStoreAddress($storeAddress)
180
+    {
181
+        $this->storeAddress = $storeAddress;
182
+    }
183
+
184
+    public function setStoreId($storeId)
185
+    {
186
+        $this->storeId = $storeId;
187
+    }
188
+
189
+    public function setStoreName($storeName)
190
+    {
191
+        $this->storeName = $storeName;
192
+    }
193
+
194
+    public function setStoreNumber($storeNumber)
195
+    {
196
+        $this->storeNumber = $storeNumber;
197
+    }
198
+
199
+    public function setStorePhone($storePhone)
200
+    {
201
+        $this->storePhone = $storePhone;
202
+    }
203
+
204
+    public function setTradeType($tradeType)
205
+    {
206
+        $this->tradeType = $tradeType;
207
+    }
208 208
 
209 209
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddMallInfoGetRequest.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 PddMallInfoGetRequest 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.mall.info.get";
31
-	}
28
+    public function getType()
29
+    {
30
+        return "pdd.mall.info.get";
31
+    }
32 32
 
33 33
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddTicketGoodsQueryRequest.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 PddTicketGoodsQueryRequest 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.ticket.goods.query";
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.ticket.goods.query";
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
 }
Please login to merge, or discard this patch.
service/pinduoduo/bin/src/Api/Request/PddOpenMsgServiceSendMsgRequest.php 1 patch
Indentation   +88 added lines, -88 removed lines patch added patch discarded remove patch
@@ -7,93 +7,93 @@
 block discarded – undo
7 7
 class PddOpenMsgServiceSendMsgRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(List<String>, "phone_numbers")
15
-	*/
16
-	private $phoneNumbers;
17
-
18
-	/**
19
-	* @JsonProperty(String, "sign_name")
20
-	*/
21
-	private $signName;
22
-
23
-	/**
24
-	* @JsonProperty(Long, "template_code")
25
-	*/
26
-	private $templateCode;
27
-
28
-	/**
29
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddOpenMsgServiceSendMsgRequest_tring, String>, "template_param")
30
-	*/
31
-	private $templateParam;
32
-
33
-	/**
34
-	* @JsonProperty(String, "out_id")
35
-	*/
36
-	private $outId;
37
-
38
-	/**
39
-	* @JsonProperty(String, "sms_up_extend_code")
40
-	*/
41
-	private $smsUpExtendCode;
42
-
43
-	protected function setUserParams(&$params)
44
-	{
45
-		$this->setUserParam($params, "phone_numbers", $this->phoneNumbers);
46
-		$this->setUserParam($params, "sign_name", $this->signName);
47
-		$this->setUserParam($params, "template_code", $this->templateCode);
48
-		$this->setUserParam($params, "template_param", $this->templateParam);
49
-		$this->setUserParam($params, "out_id", $this->outId);
50
-		$this->setUserParam($params, "sms_up_extend_code", $this->smsUpExtendCode);
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.open.msg.service.send.msg";
67
-	}
68
-
69
-	public function setPhoneNumbers($phoneNumbers)
70
-	{
71
-		$this->phoneNumbers = $phoneNumbers;
72
-	}
73
-
74
-	public function setSignName($signName)
75
-	{
76
-		$this->signName = $signName;
77
-	}
78
-
79
-	public function setTemplateCode($templateCode)
80
-	{
81
-		$this->templateCode = $templateCode;
82
-	}
83
-
84
-	public function setTemplateParam($templateParam)
85
-	{
86
-		$this->templateParam = $templateParam;
87
-	}
88
-
89
-	public function setOutId($outId)
90
-	{
91
-		$this->outId = $outId;
92
-	}
93
-
94
-	public function setSmsUpExtendCode($smsUpExtendCode)
95
-	{
96
-		$this->smsUpExtendCode = $smsUpExtendCode;
97
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(List<String>, "phone_numbers")
15
+     */
16
+    private $phoneNumbers;
17
+
18
+    /**
19
+     * @JsonProperty(String, "sign_name")
20
+     */
21
+    private $signName;
22
+
23
+    /**
24
+     * @JsonProperty(Long, "template_code")
25
+     */
26
+    private $templateCode;
27
+
28
+    /**
29
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddOpenMsgServiceSendMsgRequest_tring, String>, "template_param")
30
+     */
31
+    private $templateParam;
32
+
33
+    /**
34
+     * @JsonProperty(String, "out_id")
35
+     */
36
+    private $outId;
37
+
38
+    /**
39
+     * @JsonProperty(String, "sms_up_extend_code")
40
+     */
41
+    private $smsUpExtendCode;
42
+
43
+    protected function setUserParams(&$params)
44
+    {
45
+        $this->setUserParam($params, "phone_numbers", $this->phoneNumbers);
46
+        $this->setUserParam($params, "sign_name", $this->signName);
47
+        $this->setUserParam($params, "template_code", $this->templateCode);
48
+        $this->setUserParam($params, "template_param", $this->templateParam);
49
+        $this->setUserParam($params, "out_id", $this->outId);
50
+        $this->setUserParam($params, "sms_up_extend_code", $this->smsUpExtendCode);
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.open.msg.service.send.msg";
67
+    }
68
+
69
+    public function setPhoneNumbers($phoneNumbers)
70
+    {
71
+        $this->phoneNumbers = $phoneNumbers;
72
+    }
73
+
74
+    public function setSignName($signName)
75
+    {
76
+        $this->signName = $signName;
77
+    }
78
+
79
+    public function setTemplateCode($templateCode)
80
+    {
81
+        $this->templateCode = $templateCode;
82
+    }
83
+
84
+    public function setTemplateParam($templateParam)
85
+    {
86
+        $this->templateParam = $templateParam;
87
+    }
88
+
89
+    public function setOutId($outId)
90
+    {
91
+        $this->outId = $outId;
92
+    }
93
+
94
+    public function setSmsUpExtendCode($smsUpExtendCode)
95
+    {
96
+        $this->smsUpExtendCode = $smsUpExtendCode;
97
+    }
98 98
 
99 99
 }
Please login to merge, or discard this patch.