Passed
Push — v6 ( fe399c...515a76 )
by 光春
06:18
created
src/service/taobao/bin/top/request/TbkOrderDetailsGetRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -182,8 +182,8 @@
 block discarded – undo
182 182
 	public function check()
183 183
 	{
184 184
 		
185
-		RequestCheckUtil::checkNotNull($this->endTime,"endTime");
186
-		RequestCheckUtil::checkNotNull($this->startTime,"startTime");
185
+		RequestCheckUtil::checkNotNull($this->endTime, "endTime");
186
+		RequestCheckUtil::checkNotNull($this->startTime, "startTime");
187 187
 	}
188 188
 	
189 189
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/TbkDgMaterialOptionalRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -614,8 +614,8 @@
 block discarded – undo
614 614
 	public function check()
615 615
 	{
616 616
 		
617
-		RequestCheckUtil::checkNotNull($this->adzoneId,"adzoneId");
618
-		RequestCheckUtil::checkMaxValue($this->startDsr,50000,"startDsr");
617
+		RequestCheckUtil::checkNotNull($this->adzoneId, "adzoneId");
618
+		RequestCheckUtil::checkMaxValue($this->startDsr, 50000, "startDsr");
619 619
 	}
620 620
 	
621 621
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/TbkActivityInfoGetRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -102,8 +102,8 @@
 block discarded – undo
102 102
 	public function check()
103 103
 	{
104 104
 		
105
-		RequestCheckUtil::checkNotNull($this->activityMaterialId,"activityMaterialId");
106
-		RequestCheckUtil::checkNotNull($this->adzoneId,"adzoneId");
105
+		RequestCheckUtil::checkNotNull($this->activityMaterialId, "activityMaterialId");
106
+		RequestCheckUtil::checkNotNull($this->adzoneId, "adzoneId");
107 107
 	}
108 108
 	
109 109
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/TbkDgNewuserOrderSumRequest.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -118,11 +118,11 @@
 block discarded – undo
118 118
 	public function check()
119 119
 	{
120 120
 		
121
-		RequestCheckUtil::checkNotNull($this->activityId,"activityId");
122
-		RequestCheckUtil::checkNotNull($this->pageNo,"pageNo");
123
-		RequestCheckUtil::checkNotNull($this->pageSize,"pageSize");
124
-		RequestCheckUtil::checkMaxValue($this->pageSize,100,"pageSize");
125
-		RequestCheckUtil::checkMinValue($this->pageSize,1,"pageSize");
121
+		RequestCheckUtil::checkNotNull($this->activityId, "activityId");
122
+		RequestCheckUtil::checkNotNull($this->pageNo, "pageNo");
123
+		RequestCheckUtil::checkNotNull($this->pageSize, "pageSize");
124
+		RequestCheckUtil::checkMaxValue($this->pageSize, 100, "pageSize");
125
+		RequestCheckUtil::checkMinValue($this->pageSize, 1, "pageSize");
126 126
 	}
127 127
 	
128 128
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/TopAuthTokenCreateRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 	public function check()
55 55
 	{
56 56
 		
57
-		RequestCheckUtil::checkNotNull($this->code,"code");
57
+		RequestCheckUtil::checkNotNull($this->code, "code");
58 58
 	}
59 59
 	
60 60
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/OpenuidGetBymixnickRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 	public function check()
39 39
 	{
40 40
 		
41
-		RequestCheckUtil::checkNotNull($this->mixNick,"mixNick");
41
+		RequestCheckUtil::checkNotNull($this->mixNick, "mixNick");
42 42
 	}
43 43
 	
44 44
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/TbkShopGetRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -262,8 +262,8 @@
 block discarded – undo
262 262
 	public function check()
263 263
 	{
264 264
 		
265
-		RequestCheckUtil::checkNotNull($this->fields,"fields");
266
-		RequestCheckUtil::checkNotNull($this->q,"q");
265
+		RequestCheckUtil::checkNotNull($this->fields, "fields");
266
+		RequestCheckUtil::checkNotNull($this->q, "q");
267 267
 	}
268 268
 	
269 269
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/TbkItemInfoGetRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
 	public function check()
71 71
 	{
72 72
 		
73
-		RequestCheckUtil::checkNotNull($this->numIids,"numIids");
73
+		RequestCheckUtil::checkNotNull($this->numIids, "numIids");
74 74
 	}
75 75
 	
76 76
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/TbkDgVegasTljCreateRequest.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -246,14 +246,14 @@
 block discarded – undo
246 246
 	public function check()
247 247
 	{
248 248
 		
249
-		RequestCheckUtil::checkNotNull($this->adzoneId,"adzoneId");
250
-		RequestCheckUtil::checkNotNull($this->itemId,"itemId");
251
-		RequestCheckUtil::checkNotNull($this->name,"name");
252
-		RequestCheckUtil::checkNotNull($this->perFace,"perFace");
253
-		RequestCheckUtil::checkNotNull($this->securitySwitch,"securitySwitch");
254
-		RequestCheckUtil::checkNotNull($this->sendStartTime,"sendStartTime");
255
-		RequestCheckUtil::checkNotNull($this->totalNum,"totalNum");
256
-		RequestCheckUtil::checkNotNull($this->userTotalWinNumLimit,"userTotalWinNumLimit");
249
+		RequestCheckUtil::checkNotNull($this->adzoneId, "adzoneId");
250
+		RequestCheckUtil::checkNotNull($this->itemId, "itemId");
251
+		RequestCheckUtil::checkNotNull($this->name, "name");
252
+		RequestCheckUtil::checkNotNull($this->perFace, "perFace");
253
+		RequestCheckUtil::checkNotNull($this->securitySwitch, "securitySwitch");
254
+		RequestCheckUtil::checkNotNull($this->sendStartTime, "sendStartTime");
255
+		RequestCheckUtil::checkNotNull($this->totalNum, "totalNum");
256
+		RequestCheckUtil::checkNotNull($this->userTotalWinNumLimit, "userTotalWinNumLimit");
257 257
 	}
258 258
 	
259 259
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.