Passed
Push — v6 ( fe399c...515a76 )
by 光春
06:18
created
src/service/pinduoduo/bin/src/Api/Request/PddKttGoodsQueryListRequest.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 PddKttGoodsQueryListRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Integer, "page")
15
-	*/
16
-	private $page;
17
-
18
-	/**
19
-	* @JsonProperty(Integer, "size")
20
-	*/
21
-	private $size;
22
-
23
-	protected function setUserParams(&$params)
24
-	{
25
-		$this->setUserParam($params, "page", $this->page);
26
-		$this->setUserParam($params, "size", $this->size);
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.ktt.goods.query.list";
43
-	}
44
-
45
-	public function setPage($page)
46
-	{
47
-		$this->page = $page;
48
-	}
49
-
50
-	public function setSize($size)
51
-	{
52
-		$this->size = $size;
53
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Integer, "page")
15
+     */
16
+    private $page;
17
+
18
+    /**
19
+     * @JsonProperty(Integer, "size")
20
+     */
21
+    private $size;
22
+
23
+    protected function setUserParams(&$params)
24
+    {
25
+        $this->setUserParam($params, "page", $this->page);
26
+        $this->setUserParam($params, "size", $this->size);
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.ktt.goods.query.list";
43
+    }
44
+
45
+    public function setPage($page)
46
+    {
47
+        $this->page = $page;
48
+    }
49
+
50
+    public function setSize($size)
51
+    {
52
+        $this->size = $size;
53
+    }
54 54
 
55 55
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddDdyPdpUsersGetRequest.php 1 patch
Indentation   +77 added lines, -77 removed lines patch added patch discarded remove patch
@@ -7,82 +7,82 @@
 block discarded – undo
7 7
 class PddDdyPdpUsersGetRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Long, "owner_id")
15
-	*/
16
-	private $ownerId;
17
-
18
-	/**
19
-	* @JsonProperty(String, "start_modified")
20
-	*/
21
-	private $startModified;
22
-
23
-	/**
24
-	* @JsonProperty(String, "end_modified")
25
-	*/
26
-	private $endModified;
27
-
28
-	/**
29
-	* @JsonProperty(Integer, "page_no")
30
-	*/
31
-	private $pageNo;
32
-
33
-	/**
34
-	* @JsonProperty(Integer, "page_size")
35
-	*/
36
-	private $pageSize;
37
-
38
-	protected function setUserParams(&$params)
39
-	{
40
-		$this->setUserParam($params, "owner_id", $this->ownerId);
41
-		$this->setUserParam($params, "start_modified", $this->startModified);
42
-		$this->setUserParam($params, "end_modified", $this->endModified);
43
-		$this->setUserParam($params, "page_no", $this->pageNo);
44
-		$this->setUserParam($params, "page_size", $this->pageSize);
45
-
46
-	}
47
-
48
-	public function getVersion()
49
-	{
50
-		return "V1";
51
-	}
52
-
53
-	public function getDataType()
54
-	{
55
-		return "JSON";
56
-	}
57
-
58
-	public function getType()
59
-	{
60
-		return "pdd.ddy.pdp.users.get";
61
-	}
62
-
63
-	public function setOwnerId($ownerId)
64
-	{
65
-		$this->ownerId = $ownerId;
66
-	}
67
-
68
-	public function setStartModified($startModified)
69
-	{
70
-		$this->startModified = $startModified;
71
-	}
72
-
73
-	public function setEndModified($endModified)
74
-	{
75
-		$this->endModified = $endModified;
76
-	}
77
-
78
-	public function setPageNo($pageNo)
79
-	{
80
-		$this->pageNo = $pageNo;
81
-	}
82
-
83
-	public function setPageSize($pageSize)
84
-	{
85
-		$this->pageSize = $pageSize;
86
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "owner_id")
15
+     */
16
+    private $ownerId;
17
+
18
+    /**
19
+     * @JsonProperty(String, "start_modified")
20
+     */
21
+    private $startModified;
22
+
23
+    /**
24
+     * @JsonProperty(String, "end_modified")
25
+     */
26
+    private $endModified;
27
+
28
+    /**
29
+     * @JsonProperty(Integer, "page_no")
30
+     */
31
+    private $pageNo;
32
+
33
+    /**
34
+     * @JsonProperty(Integer, "page_size")
35
+     */
36
+    private $pageSize;
37
+
38
+    protected function setUserParams(&$params)
39
+    {
40
+        $this->setUserParam($params, "owner_id", $this->ownerId);
41
+        $this->setUserParam($params, "start_modified", $this->startModified);
42
+        $this->setUserParam($params, "end_modified", $this->endModified);
43
+        $this->setUserParam($params, "page_no", $this->pageNo);
44
+        $this->setUserParam($params, "page_size", $this->pageSize);
45
+
46
+    }
47
+
48
+    public function getVersion()
49
+    {
50
+        return "V1";
51
+    }
52
+
53
+    public function getDataType()
54
+    {
55
+        return "JSON";
56
+    }
57
+
58
+    public function getType()
59
+    {
60
+        return "pdd.ddy.pdp.users.get";
61
+    }
62
+
63
+    public function setOwnerId($ownerId)
64
+    {
65
+        $this->ownerId = $ownerId;
66
+    }
67
+
68
+    public function setStartModified($startModified)
69
+    {
70
+        $this->startModified = $startModified;
71
+    }
72
+
73
+    public function setEndModified($endModified)
74
+    {
75
+        $this->endModified = $endModified;
76
+    }
77
+
78
+    public function setPageNo($pageNo)
79
+    {
80
+        $this->pageNo = $pageNo;
81
+    }
82
+
83
+    public function setPageSize($pageSize)
84
+    {
85
+        $this->pageSize = $pageSize;
86
+    }
87 87
 
88 88
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddAdApiUnitBidDeleteRequest.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 PddAdApiUnitBidDeleteRequest 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(List<Long>, "bidIds")
20
-	*/
21
-	private $bidIds;
22
-
23
-	protected function setUserParams(&$params)
24
-	{
25
-		$this->setUserParam($params, "adId", $this->adId);
26
-		$this->setUserParam($params, "bidIds", $this->bidIds);
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.ad.api.unit.bid.delete";
43
-	}
44
-
45
-	public function setAdId($adId)
46
-	{
47
-		$this->adId = $adId;
48
-	}
49
-
50
-	public function setBidIds($bidIds)
51
-	{
52
-		$this->bidIds = $bidIds;
53
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Long, "adId")
15
+     */
16
+    private $adId;
17
+
18
+    /**
19
+     * @JsonProperty(List<Long>, "bidIds")
20
+     */
21
+    private $bidIds;
22
+
23
+    protected function setUserParams(&$params)
24
+    {
25
+        $this->setUserParam($params, "adId", $this->adId);
26
+        $this->setUserParam($params, "bidIds", $this->bidIds);
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.ad.api.unit.bid.delete";
43
+    }
44
+
45
+    public function setAdId($adId)
46
+    {
47
+        $this->adId = $adId;
48
+    }
49
+
50
+    public function setBidIds($bidIds)
51
+    {
52
+        $this->bidIds = $bidIds;
53
+    }
54 54
 
55 55
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddPromotionHomeCouponCreateRequest.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 PddPromotionHomeCouponCreateRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(String, "batch_desc")
15
-	*/
16
-	private $batchDesc;
17
-
18
-	/**
19
-	* @JsonProperty(Long, "batch_start_time")
20
-	*/
21
-	private $batchStartTime;
22
-
23
-	/**
24
-	* @JsonProperty(Long, "batch_end_time")
25
-	*/
26
-	private $batchEndTime;
27
-
28
-	/**
29
-	* @JsonProperty(Long, "discount")
30
-	*/
31
-	private $discount;
32
-
33
-	/**
34
-	* @JsonProperty(Long, "min_order_amount")
35
-	*/
36
-	private $minOrderAmount;
37
-
38
-	/**
39
-	* @JsonProperty(Long, "init_quantity")
40
-	*/
41
-	private $initQuantity;
42
-
43
-	/**
44
-	* @JsonProperty(Long, "user_limit")
45
-	*/
46
-	private $userLimit;
47
-
48
-	protected function setUserParams(&$params)
49
-	{
50
-		$this->setUserParam($params, "batch_desc", $this->batchDesc);
51
-		$this->setUserParam($params, "batch_start_time", $this->batchStartTime);
52
-		$this->setUserParam($params, "batch_end_time", $this->batchEndTime);
53
-		$this->setUserParam($params, "discount", $this->discount);
54
-		$this->setUserParam($params, "min_order_amount", $this->minOrderAmount);
55
-		$this->setUserParam($params, "init_quantity", $this->initQuantity);
56
-		$this->setUserParam($params, "user_limit", $this->userLimit);
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.home.coupon.create";
73
-	}
74
-
75
-	public function setBatchDesc($batchDesc)
76
-	{
77
-		$this->batchDesc = $batchDesc;
78
-	}
79
-
80
-	public function setBatchStartTime($batchStartTime)
81
-	{
82
-		$this->batchStartTime = $batchStartTime;
83
-	}
84
-
85
-	public function setBatchEndTime($batchEndTime)
86
-	{
87
-		$this->batchEndTime = $batchEndTime;
88
-	}
89
-
90
-	public function setDiscount($discount)
91
-	{
92
-		$this->discount = $discount;
93
-	}
94
-
95
-	public function setMinOrderAmount($minOrderAmount)
96
-	{
97
-		$this->minOrderAmount = $minOrderAmount;
98
-	}
99
-
100
-	public function setInitQuantity($initQuantity)
101
-	{
102
-		$this->initQuantity = $initQuantity;
103
-	}
104
-
105
-	public function setUserLimit($userLimit)
106
-	{
107
-		$this->userLimit = $userLimit;
108
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(String, "batch_desc")
15
+     */
16
+    private $batchDesc;
17
+
18
+    /**
19
+     * @JsonProperty(Long, "batch_start_time")
20
+     */
21
+    private $batchStartTime;
22
+
23
+    /**
24
+     * @JsonProperty(Long, "batch_end_time")
25
+     */
26
+    private $batchEndTime;
27
+
28
+    /**
29
+     * @JsonProperty(Long, "discount")
30
+     */
31
+    private $discount;
32
+
33
+    /**
34
+     * @JsonProperty(Long, "min_order_amount")
35
+     */
36
+    private $minOrderAmount;
37
+
38
+    /**
39
+     * @JsonProperty(Long, "init_quantity")
40
+     */
41
+    private $initQuantity;
42
+
43
+    /**
44
+     * @JsonProperty(Long, "user_limit")
45
+     */
46
+    private $userLimit;
47
+
48
+    protected function setUserParams(&$params)
49
+    {
50
+        $this->setUserParam($params, "batch_desc", $this->batchDesc);
51
+        $this->setUserParam($params, "batch_start_time", $this->batchStartTime);
52
+        $this->setUserParam($params, "batch_end_time", $this->batchEndTime);
53
+        $this->setUserParam($params, "discount", $this->discount);
54
+        $this->setUserParam($params, "min_order_amount", $this->minOrderAmount);
55
+        $this->setUserParam($params, "init_quantity", $this->initQuantity);
56
+        $this->setUserParam($params, "user_limit", $this->userLimit);
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.home.coupon.create";
73
+    }
74
+
75
+    public function setBatchDesc($batchDesc)
76
+    {
77
+        $this->batchDesc = $batchDesc;
78
+    }
79
+
80
+    public function setBatchStartTime($batchStartTime)
81
+    {
82
+        $this->batchStartTime = $batchStartTime;
83
+    }
84
+
85
+    public function setBatchEndTime($batchEndTime)
86
+    {
87
+        $this->batchEndTime = $batchEndTime;
88
+    }
89
+
90
+    public function setDiscount($discount)
91
+    {
92
+        $this->discount = $discount;
93
+    }
94
+
95
+    public function setMinOrderAmount($minOrderAmount)
96
+    {
97
+        $this->minOrderAmount = $minOrderAmount;
98
+    }
99
+
100
+    public function setInitQuantity($initQuantity)
101
+    {
102
+        $this->initQuantity = $initQuantity;
103
+    }
104
+
105
+    public function setUserLimit($userLimit)
106
+    {
107
+        $this->userLimit = $userLimit;
108
+    }
109 109
 
110 110
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddGoodsSizespecTemplateAddRequest.php 1 patch
Indentation   +140 added lines, -140 removed lines patch added patch discarded remove patch
@@ -7,218 +7,218 @@
 block discarded – undo
7 7
 class PddGoodsSizespecTemplateAddRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
10
+    {
11 11
 
12
-	}
13
-	/**
14
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddGoodsSizespecTemplateAddRequest_SizeSpecDto, "size_spec_dto")
15
-	*/
16
-	private $sizeSpecDto;
12
+    }
13
+    /**
14
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddGoodsSizespecTemplateAddRequest_SizeSpecDto, "size_spec_dto")
15
+     */
16
+    private $sizeSpecDto;
17 17
 
18
-	protected function setUserParams(&$params)
19
-	{
20
-		$this->setUserParam($params, "size_spec_dto", $this->sizeSpecDto);
18
+    protected function setUserParams(&$params)
19
+    {
20
+        $this->setUserParam($params, "size_spec_dto", $this->sizeSpecDto);
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.goods.sizespec.template.add";
37
-	}
34
+    public function getType()
35
+    {
36
+        return "pdd.goods.sizespec.template.add";
37
+    }
38 38
 
39
-	public function setSizeSpecDto($sizeSpecDto)
40
-	{
41
-		$this->sizeSpecDto = $sizeSpecDto;
42
-	}
39
+    public function setSizeSpecDto($sizeSpecDto)
40
+    {
41
+        $this->sizeSpecDto = $sizeSpecDto;
42
+    }
43 43
 
44 44
 }
45 45
 
46 46
 class PddGoodsSizespecTemplateAddRequest_SizeSpecDto 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(Integer, "class_id")
56
-	*/
57
-	private $classId;
54
+    /**
55
+     * @JsonProperty(Integer, "class_id")
56
+     */
57
+    private $classId;
58 58
 
59
-	/**
60
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddGoodsSizespecTemplateAddRequest_SizeSpecDtoContent, "content")
61
-	*/
62
-	private $content;
59
+    /**
60
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddGoodsSizespecTemplateAddRequest_SizeSpecDtoContent, "content")
61
+     */
62
+    private $content;
63 63
 
64
-	/**
65
-	* @JsonProperty(String, "name")
66
-	*/
67
-	private $name;
64
+    /**
65
+     * @JsonProperty(String, "name")
66
+     */
67
+    private $name;
68 68
 
69
-	public function setClassId($classId)
70
-	{
71
-		$this->classId = $classId;
72
-	}
69
+    public function setClassId($classId)
70
+    {
71
+        $this->classId = $classId;
72
+    }
73 73
 
74
-	public function setContent($content)
75
-	{
76
-		$this->content = $content;
77
-	}
74
+    public function setContent($content)
75
+    {
76
+        $this->content = $content;
77
+    }
78 78
 
79
-	public function setName($name)
80
-	{
81
-		$this->name = $name;
82
-	}
79
+    public function setName($name)
80
+    {
81
+        $this->name = $name;
82
+    }
83 83
 
84 84
 }
85 85
 
86 86
 class PddGoodsSizespecTemplateAddRequest_SizeSpecDtoContent extends PopBaseJsonEntity
87 87
 {
88 88
 
89
-	public function __construct()
90
-	{
89
+    public function __construct()
90
+    {
91 91
 
92
-	}
92
+    }
93 93
 
94
-	/**
95
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddGoodsSizespecTemplateAddRequest_SizeSpecDtoContentMeta, "meta")
96
-	*/
97
-	private $meta;
94
+    /**
95
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddGoodsSizespecTemplateAddRequest_SizeSpecDtoContentMeta, "meta")
96
+     */
97
+    private $meta;
98 98
 
99
-	/**
100
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddGoodsSizespecTemplateAddRequest_SizeSpecDtoContentRecordsItem>, "records")
101
-	*/
102
-	private $records;
99
+    /**
100
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddGoodsSizespecTemplateAddRequest_SizeSpecDtoContentRecordsItem>, "records")
101
+     */
102
+    private $records;
103 103
 
104
-	public function setMeta($meta)
105
-	{
106
-		$this->meta = $meta;
107
-	}
104
+    public function setMeta($meta)
105
+    {
106
+        $this->meta = $meta;
107
+    }
108 108
 
109
-	public function setRecords($records)
110
-	{
111
-		$this->records = $records;
112
-	}
109
+    public function setRecords($records)
110
+    {
111
+        $this->records = $records;
112
+    }
113 113
 
114 114
 }
115 115
 
116 116
 class PddGoodsSizespecTemplateAddRequest_SizeSpecDtoContentMeta 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(List<\Com\Pdd\Pop\Sdk\Api\Request\PddGoodsSizespecTemplateAddRequest_SizeSpecDtoContentMetaElementsItem>, "elements")
126
-	*/
127
-	private $elements;
124
+    /**
125
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddGoodsSizespecTemplateAddRequest_SizeSpecDtoContentMetaElementsItem>, "elements")
126
+     */
127
+    private $elements;
128 128
 
129
-	/**
130
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddGoodsSizespecTemplateAddRequest_SizeSpecDtoContentMetaGroupsItem>, "groups")
131
-	*/
132
-	private $groups;
129
+    /**
130
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddGoodsSizespecTemplateAddRequest_SizeSpecDtoContentMetaGroupsItem>, "groups")
131
+     */
132
+    private $groups;
133 133
 
134
-	public function setElements($elements)
135
-	{
136
-		$this->elements = $elements;
137
-	}
134
+    public function setElements($elements)
135
+    {
136
+        $this->elements = $elements;
137
+    }
138 138
 
139
-	public function setGroups($groups)
140
-	{
141
-		$this->groups = $groups;
142
-	}
139
+    public function setGroups($groups)
140
+    {
141
+        $this->groups = $groups;
142
+    }
143 143
 
144 144
 }
145 145
 
146 146
 class PddGoodsSizespecTemplateAddRequest_SizeSpecDtoContentMetaElementsItem extends PopBaseJsonEntity
147 147
 {
148 148
 
149
-	public function __construct()
150
-	{
149
+    public function __construct()
150
+    {
151 151
 
152
-	}
152
+    }
153 153
 
154
-	/**
155
-	* @JsonProperty(Integer, "id")
156
-	*/
157
-	private $id;
154
+    /**
155
+     * @JsonProperty(Integer, "id")
156
+     */
157
+    private $id;
158 158
 
159
-	/**
160
-	* @JsonProperty(String, "name")
161
-	*/
162
-	private $name;
159
+    /**
160
+     * @JsonProperty(String, "name")
161
+     */
162
+    private $name;
163 163
 
164
-	public function setId($id)
165
-	{
166
-		$this->id = $id;
167
-	}
164
+    public function setId($id)
165
+    {
166
+        $this->id = $id;
167
+    }
168 168
 
169
-	public function setName($name)
170
-	{
171
-		$this->name = $name;
172
-	}
169
+    public function setName($name)
170
+    {
171
+        $this->name = $name;
172
+    }
173 173
 
174 174
 }
175 175
 
176 176
 class PddGoodsSizespecTemplateAddRequest_SizeSpecDtoContentMetaGroupsItem extends PopBaseJsonEntity
177 177
 {
178 178
 
179
-	public function __construct()
180
-	{
179
+    public function __construct()
180
+    {
181 181
 
182
-	}
182
+    }
183 183
 
184
-	/**
185
-	* @JsonProperty(Integer, "id")
186
-	*/
187
-	private $id;
184
+    /**
185
+     * @JsonProperty(Integer, "id")
186
+     */
187
+    private $id;
188 188
 
189
-	/**
190
-	* @JsonProperty(String, "name")
191
-	*/
192
-	private $name;
189
+    /**
190
+     * @JsonProperty(String, "name")
191
+     */
192
+    private $name;
193 193
 
194
-	public function setId($id)
195
-	{
196
-		$this->id = $id;
197
-	}
194
+    public function setId($id)
195
+    {
196
+        $this->id = $id;
197
+    }
198 198
 
199
-	public function setName($name)
200
-	{
201
-		$this->name = $name;
202
-	}
199
+    public function setName($name)
200
+    {
201
+        $this->name = $name;
202
+    }
203 203
 
204 204
 }
205 205
 
206 206
 class PddGoodsSizespecTemplateAddRequest_SizeSpecDtoContentRecordsItem extends PopBaseJsonEntity
207 207
 {
208 208
 
209
-	public function __construct()
210
-	{
209
+    public function __construct()
210
+    {
211 211
 
212
-	}
212
+    }
213 213
 
214
-	/**
215
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddGoodsSizespecTemplateAddRequest_tring, String>, "values")
216
-	*/
217
-	private $values;
214
+    /**
215
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddGoodsSizespecTemplateAddRequest_tring, String>, "values")
216
+     */
217
+    private $values;
218 218
 
219
-	public function setValues($values)
220
-	{
221
-		$this->values = $values;
222
-	}
219
+    public function setValues($values)
220
+    {
221
+        $this->values = $values;
222
+    }
223 223
 
224 224
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddAdApiUnitCreativeUpdateContentRequest.php 1 patch
Indentation   +93 added lines, -93 removed lines patch added patch discarded remove patch
@@ -7,129 +7,129 @@
 block discarded – undo
7 7
 class PddAdApiUnitCreativeUpdateContentRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreativeUpdateContentRequest_AdCreativeUpdateMessage, "adCreativeUpdateMessage")
15
-	*/
16
-	private $adCreativeUpdateMessage;
17
-
18
-	/**
19
-	* @JsonProperty(Long, "unitCreativeId")
20
-	*/
21
-	private $unitCreativeId;
22
-
23
-	protected function setUserParams(&$params)
24
-	{
25
-		$this->setUserParam($params, "adCreativeUpdateMessage", $this->adCreativeUpdateMessage);
26
-		$this->setUserParam($params, "unitCreativeId", $this->unitCreativeId);
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.ad.api.unit.creative.update.content";
43
-	}
44
-
45
-	public function setAdCreativeUpdateMessage($adCreativeUpdateMessage)
46
-	{
47
-		$this->adCreativeUpdateMessage = $adCreativeUpdateMessage;
48
-	}
49
-
50
-	public function setUnitCreativeId($unitCreativeId)
51
-	{
52
-		$this->unitCreativeId = $unitCreativeId;
53
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreativeUpdateContentRequest_AdCreativeUpdateMessage, "adCreativeUpdateMessage")
15
+     */
16
+    private $adCreativeUpdateMessage;
17
+
18
+    /**
19
+     * @JsonProperty(Long, "unitCreativeId")
20
+     */
21
+    private $unitCreativeId;
22
+
23
+    protected function setUserParams(&$params)
24
+    {
25
+        $this->setUserParam($params, "adCreativeUpdateMessage", $this->adCreativeUpdateMessage);
26
+        $this->setUserParam($params, "unitCreativeId", $this->unitCreativeId);
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.ad.api.unit.creative.update.content";
43
+    }
44
+
45
+    public function setAdCreativeUpdateMessage($adCreativeUpdateMessage)
46
+    {
47
+        $this->adCreativeUpdateMessage = $adCreativeUpdateMessage;
48
+    }
49
+
50
+    public function setUnitCreativeId($unitCreativeId)
51
+    {
52
+        $this->unitCreativeId = $unitCreativeId;
53
+    }
54 54
 
55 55
 }
56 56
 
57 57
 class PddAdApiUnitCreativeUpdateContentRequest_AdCreativeUpdateMessage extends PopBaseJsonEntity
58 58
 {
59 59
 
60
-	public function __construct()
61
-	{
60
+    public function __construct()
61
+    {
62 62
 
63
-	}
63
+    }
64 64
 
65
-	/**
66
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreativeUpdateContentRequest_AdCreativeUpdateMessageAdImageVOListItem>, "adImageVOList")
67
-	*/
68
-	private $adImageVOList;
65
+    /**
66
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreativeUpdateContentRequest_AdCreativeUpdateMessageAdImageVOListItem>, "adImageVOList")
67
+     */
68
+    private $adImageVOList;
69 69
 
70
-	/**
71
-	* @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreativeUpdateContentRequest_AdCreativeUpdateMessageAdTextVOListItem>, "adTextVOList")
72
-	*/
73
-	private $adTextVOList;
70
+    /**
71
+     * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreativeUpdateContentRequest_AdCreativeUpdateMessageAdTextVOListItem>, "adTextVOList")
72
+     */
73
+    private $adTextVOList;
74 74
 
75
-	/**
76
-	* @JsonProperty(Long, "creativeSpecificationId")
77
-	*/
78
-	private $creativeSpecificationId;
75
+    /**
76
+     * @JsonProperty(Long, "creativeSpecificationId")
77
+     */
78
+    private $creativeSpecificationId;
79 79
 
80
-	public function setAdImageVOList($adImageVOList)
81
-	{
82
-		$this->adImageVOList = $adImageVOList;
83
-	}
80
+    public function setAdImageVOList($adImageVOList)
81
+    {
82
+        $this->adImageVOList = $adImageVOList;
83
+    }
84 84
 
85
-	public function setAdTextVOList($adTextVOList)
86
-	{
87
-		$this->adTextVOList = $adTextVOList;
88
-	}
85
+    public function setAdTextVOList($adTextVOList)
86
+    {
87
+        $this->adTextVOList = $adTextVOList;
88
+    }
89 89
 
90
-	public function setCreativeSpecificationId($creativeSpecificationId)
91
-	{
92
-		$this->creativeSpecificationId = $creativeSpecificationId;
93
-	}
90
+    public function setCreativeSpecificationId($creativeSpecificationId)
91
+    {
92
+        $this->creativeSpecificationId = $creativeSpecificationId;
93
+    }
94 94
 
95 95
 }
96 96
 
97 97
 class PddAdApiUnitCreativeUpdateContentRequest_AdCreativeUpdateMessageAdImageVOListItem extends PopBaseJsonEntity
98 98
 {
99 99
 
100
-	public function __construct()
101
-	{
100
+    public function __construct()
101
+    {
102 102
 
103
-	}
103
+    }
104 104
 
105
-	/**
106
-	* @JsonProperty(String, "imageUrl")
107
-	*/
108
-	private $imageUrl;
105
+    /**
106
+     * @JsonProperty(String, "imageUrl")
107
+     */
108
+    private $imageUrl;
109 109
 
110
-	public function setImageUrl($imageUrl)
111
-	{
112
-		$this->imageUrl = $imageUrl;
113
-	}
110
+    public function setImageUrl($imageUrl)
111
+    {
112
+        $this->imageUrl = $imageUrl;
113
+    }
114 114
 
115 115
 }
116 116
 
117 117
 class PddAdApiUnitCreativeUpdateContentRequest_AdCreativeUpdateMessageAdTextVOListItem extends PopBaseJsonEntity
118 118
 {
119 119
 
120
-	public function __construct()
121
-	{
120
+    public function __construct()
121
+    {
122 122
 
123
-	}
123
+    }
124 124
 
125
-	/**
126
-	* @JsonProperty(String, "text")
127
-	*/
128
-	private $text;
125
+    /**
126
+     * @JsonProperty(String, "text")
127
+     */
128
+    private $text;
129 129
 
130
-	public function setText($text)
131
-	{
132
-		$this->text = $text;
133
-	}
130
+    public function setText($text)
131
+    {
132
+        $this->text = $text;
133
+    }
134 134
 
135 135
 }
Please login to merge, or discard this patch.
pinduoduo/bin/src/Api/Request/PddDdkOauthCmsPromUrlGenerateRequest.php 1 patch
Indentation   +132 added lines, -132 removed lines patch added patch discarded remove patch
@@ -7,137 +7,137 @@
 block discarded – undo
7 7
 class PddDdkOauthCmsPromUrlGenerateRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
11
-
12
-	}
13
-	/**
14
-	* @JsonProperty(Integer, "channel_type")
15
-	*/
16
-	private $channelType;
17
-
18
-	/**
19
-	* @JsonProperty(String, "custom_parameters")
20
-	*/
21
-	private $customParameters;
22
-
23
-	/**
24
-	* @JsonProperty(Boolean, "generate_mobile")
25
-	*/
26
-	private $generateMobile;
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, "multi_group")
45
-	*/
46
-	private $multiGroup;
47
-
48
-	/**
49
-	* @JsonProperty(List<String>, "p_id_list")
50
-	*/
51
-	private $pIdList;
52
-
53
-	/**
54
-	* @JsonProperty(Boolean, "generate_we_app")
55
-	*/
56
-	private $generateWeApp;
57
-
58
-	/**
59
-	* @JsonProperty(String, "keyword")
60
-	*/
61
-	private $keyword;
62
-
63
-	protected function setUserParams(&$params)
64
-	{
65
-		$this->setUserParam($params, "channel_type", $this->channelType);
66
-		$this->setUserParam($params, "custom_parameters", $this->customParameters);
67
-		$this->setUserParam($params, "generate_mobile", $this->generateMobile);
68
-		$this->setUserParam($params, "generate_schema_url", $this->generateSchemaUrl);
69
-		$this->setUserParam($params, "generate_short_url", $this->generateShortUrl);
70
-		$this->setUserParam($params, "generate_weapp_webview", $this->generateWeappWebview);
71
-		$this->setUserParam($params, "multi_group", $this->multiGroup);
72
-		$this->setUserParam($params, "p_id_list", $this->pIdList);
73
-		$this->setUserParam($params, "generate_we_app", $this->generateWeApp);
74
-		$this->setUserParam($params, "keyword", $this->keyword);
75
-
76
-	}
77
-
78
-	public function getVersion()
79
-	{
80
-		return "V1";
81
-	}
82
-
83
-	public function getDataType()
84
-	{
85
-		return "JSON";
86
-	}
87
-
88
-	public function getType()
89
-	{
90
-		return "pdd.ddk.oauth.cms.prom.url.generate";
91
-	}
92
-
93
-	public function setChannelType($channelType)
94
-	{
95
-		$this->channelType = $channelType;
96
-	}
97
-
98
-	public function setCustomParameters($customParameters)
99
-	{
100
-		$this->customParameters = $customParameters;
101
-	}
102
-
103
-	public function setGenerateMobile($generateMobile)
104
-	{
105
-		$this->generateMobile = $generateMobile;
106
-	}
107
-
108
-	public function setGenerateSchemaUrl($generateSchemaUrl)
109
-	{
110
-		$this->generateSchemaUrl = $generateSchemaUrl;
111
-	}
112
-
113
-	public function setGenerateShortUrl($generateShortUrl)
114
-	{
115
-		$this->generateShortUrl = $generateShortUrl;
116
-	}
117
-
118
-	public function setGenerateWeappWebview($generateWeappWebview)
119
-	{
120
-		$this->generateWeappWebview = $generateWeappWebview;
121
-	}
122
-
123
-	public function setMultiGroup($multiGroup)
124
-	{
125
-		$this->multiGroup = $multiGroup;
126
-	}
127
-
128
-	public function setPIdList($pIdList)
129
-	{
130
-		$this->pIdList = $pIdList;
131
-	}
132
-
133
-	public function setGenerateWeApp($generateWeApp)
134
-	{
135
-		$this->generateWeApp = $generateWeApp;
136
-	}
137
-
138
-	public function setKeyword($keyword)
139
-	{
140
-		$this->keyword = $keyword;
141
-	}
10
+    {
11
+
12
+    }
13
+    /**
14
+     * @JsonProperty(Integer, "channel_type")
15
+     */
16
+    private $channelType;
17
+
18
+    /**
19
+     * @JsonProperty(String, "custom_parameters")
20
+     */
21
+    private $customParameters;
22
+
23
+    /**
24
+     * @JsonProperty(Boolean, "generate_mobile")
25
+     */
26
+    private $generateMobile;
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, "multi_group")
45
+     */
46
+    private $multiGroup;
47
+
48
+    /**
49
+     * @JsonProperty(List<String>, "p_id_list")
50
+     */
51
+    private $pIdList;
52
+
53
+    /**
54
+     * @JsonProperty(Boolean, "generate_we_app")
55
+     */
56
+    private $generateWeApp;
57
+
58
+    /**
59
+     * @JsonProperty(String, "keyword")
60
+     */
61
+    private $keyword;
62
+
63
+    protected function setUserParams(&$params)
64
+    {
65
+        $this->setUserParam($params, "channel_type", $this->channelType);
66
+        $this->setUserParam($params, "custom_parameters", $this->customParameters);
67
+        $this->setUserParam($params, "generate_mobile", $this->generateMobile);
68
+        $this->setUserParam($params, "generate_schema_url", $this->generateSchemaUrl);
69
+        $this->setUserParam($params, "generate_short_url", $this->generateShortUrl);
70
+        $this->setUserParam($params, "generate_weapp_webview", $this->generateWeappWebview);
71
+        $this->setUserParam($params, "multi_group", $this->multiGroup);
72
+        $this->setUserParam($params, "p_id_list", $this->pIdList);
73
+        $this->setUserParam($params, "generate_we_app", $this->generateWeApp);
74
+        $this->setUserParam($params, "keyword", $this->keyword);
75
+
76
+    }
77
+
78
+    public function getVersion()
79
+    {
80
+        return "V1";
81
+    }
82
+
83
+    public function getDataType()
84
+    {
85
+        return "JSON";
86
+    }
87
+
88
+    public function getType()
89
+    {
90
+        return "pdd.ddk.oauth.cms.prom.url.generate";
91
+    }
92
+
93
+    public function setChannelType($channelType)
94
+    {
95
+        $this->channelType = $channelType;
96
+    }
97
+
98
+    public function setCustomParameters($customParameters)
99
+    {
100
+        $this->customParameters = $customParameters;
101
+    }
102
+
103
+    public function setGenerateMobile($generateMobile)
104
+    {
105
+        $this->generateMobile = $generateMobile;
106
+    }
107
+
108
+    public function setGenerateSchemaUrl($generateSchemaUrl)
109
+    {
110
+        $this->generateSchemaUrl = $generateSchemaUrl;
111
+    }
112
+
113
+    public function setGenerateShortUrl($generateShortUrl)
114
+    {
115
+        $this->generateShortUrl = $generateShortUrl;
116
+    }
117
+
118
+    public function setGenerateWeappWebview($generateWeappWebview)
119
+    {
120
+        $this->generateWeappWebview = $generateWeappWebview;
121
+    }
122
+
123
+    public function setMultiGroup($multiGroup)
124
+    {
125
+        $this->multiGroup = $multiGroup;
126
+    }
127
+
128
+    public function setPIdList($pIdList)
129
+    {
130
+        $this->pIdList = $pIdList;
131
+    }
132
+
133
+    public function setGenerateWeApp($generateWeApp)
134
+    {
135
+        $this->generateWeApp = $generateWeApp;
136
+    }
137
+
138
+    public function setKeyword($keyword)
139
+    {
140
+        $this->keyword = $keyword;
141
+    }
142 142
 
143 143
 }
Please login to merge, or discard this patch.
src/service/pinduoduo/bin/src/Api/Request/PddGoodsCountryGetRequest.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 PddGoodsCountryGetRequest 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.country.get";
31
-	}
28
+    public function getType()
29
+    {
30
+        return "pdd.goods.country.get";
31
+    }
32 32
 
33 33
 }
Please login to merge, or discard this patch.
bin/src/Api/Request/PddEinvoiceOutboundRuihongQueryTaxDiskStatusRequest.php 1 patch
Indentation   +100 added lines, -100 removed lines patch added patch discarded remove patch
@@ -7,118 +7,118 @@
 block discarded – undo
7 7
 class PddEinvoiceOutboundRuihongQueryTaxDiskStatusRequest extends PopBaseHttpRequest
8 8
 {
9 9
     public function __construct()
10
-	{
10
+    {
11 11
 
12
-	}
13
-	/**
14
-	* @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddEinvoiceOutboundRuihongQueryTaxDiskStatusRequest_Request, "request")
15
-	*/
16
-	private $request;
12
+    }
13
+    /**
14
+     * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddEinvoiceOutboundRuihongQueryTaxDiskStatusRequest_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.outbound.ruihong.query.tax.disk.status";
37
-	}
34
+    public function getType()
35
+    {
36
+        return "pdd.einvoice.outbound.ruihong.query.tax.disk.status";
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 PddEinvoiceOutboundRuihongQueryTaxDiskStatusRequest_Request extends PopBaseJsonEntity
47 47
 {
48 48
 
49
-	public function __construct()
50
-	{
51
-
52
-	}
53
-
54
-	/**
55
-	* @JsonProperty(String, "appCode")
56
-	*/
57
-	private $appCode;
58
-
59
-	/**
60
-	* @JsonProperty(String, "cmdName")
61
-	*/
62
-	private $cmdName;
63
-
64
-	/**
65
-	* @JsonProperty(String, "sign")
66
-	*/
67
-	private $sign;
68
-
69
-	/**
70
-	* @JsonProperty(String, "serialNo")
71
-	*/
72
-	private $serialNo;
73
-
74
-	/**
75
-	* @JsonProperty(String, "postTime")
76
-	*/
77
-	private $postTime;
78
-
79
-	/**
80
-	* @JsonProperty(String, "taxpayerCode")
81
-	*/
82
-	private $taxpayerCode;
83
-
84
-	/**
85
-	* @JsonProperty(String, "taxDiskNo")
86
-	*/
87
-	private $taxDiskNo;
88
-
89
-	public function setAppCode($appCode)
90
-	{
91
-		$this->appCode = $appCode;
92
-	}
93
-
94
-	public function setCmdName($cmdName)
95
-	{
96
-		$this->cmdName = $cmdName;
97
-	}
98
-
99
-	public function setSign($sign)
100
-	{
101
-		$this->sign = $sign;
102
-	}
103
-
104
-	public function setSerialNo($serialNo)
105
-	{
106
-		$this->serialNo = $serialNo;
107
-	}
108
-
109
-	public function setPostTime($postTime)
110
-	{
111
-		$this->postTime = $postTime;
112
-	}
113
-
114
-	public function setTaxpayerCode($taxpayerCode)
115
-	{
116
-		$this->taxpayerCode = $taxpayerCode;
117
-	}
118
-
119
-	public function setTaxDiskNo($taxDiskNo)
120
-	{
121
-		$this->taxDiskNo = $taxDiskNo;
122
-	}
49
+    public function __construct()
50
+    {
51
+
52
+    }
53
+
54
+    /**
55
+     * @JsonProperty(String, "appCode")
56
+     */
57
+    private $appCode;
58
+
59
+    /**
60
+     * @JsonProperty(String, "cmdName")
61
+     */
62
+    private $cmdName;
63
+
64
+    /**
65
+     * @JsonProperty(String, "sign")
66
+     */
67
+    private $sign;
68
+
69
+    /**
70
+     * @JsonProperty(String, "serialNo")
71
+     */
72
+    private $serialNo;
73
+
74
+    /**
75
+     * @JsonProperty(String, "postTime")
76
+     */
77
+    private $postTime;
78
+
79
+    /**
80
+     * @JsonProperty(String, "taxpayerCode")
81
+     */
82
+    private $taxpayerCode;
83
+
84
+    /**
85
+     * @JsonProperty(String, "taxDiskNo")
86
+     */
87
+    private $taxDiskNo;
88
+
89
+    public function setAppCode($appCode)
90
+    {
91
+        $this->appCode = $appCode;
92
+    }
93
+
94
+    public function setCmdName($cmdName)
95
+    {
96
+        $this->cmdName = $cmdName;
97
+    }
98
+
99
+    public function setSign($sign)
100
+    {
101
+        $this->sign = $sign;
102
+    }
103
+
104
+    public function setSerialNo($serialNo)
105
+    {
106
+        $this->serialNo = $serialNo;
107
+    }
108
+
109
+    public function setPostTime($postTime)
110
+    {
111
+        $this->postTime = $postTime;
112
+    }
113
+
114
+    public function setTaxpayerCode($taxpayerCode)
115
+    {
116
+        $this->taxpayerCode = $taxpayerCode;
117
+    }
118
+
119
+    public function setTaxDiskNo($taxDiskNo)
120
+    {
121
+        $this->taxDiskNo = $taxDiskNo;
122
+    }
123 123
 
124 124
 }
Please login to merge, or discard this patch.