@@ -182,8 +182,8 @@ |
||
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) { |
@@ -614,8 +614,8 @@ |
||
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) { |
@@ -102,8 +102,8 @@ |
||
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) { |
@@ -118,11 +118,11 @@ |
||
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) { |
@@ -54,7 +54,7 @@ |
||
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) { |
@@ -38,7 +38,7 @@ |
||
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) { |
@@ -262,8 +262,8 @@ |
||
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) { |
@@ -70,7 +70,7 @@ |
||
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) { |
@@ -246,14 +246,14 @@ |
||
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) { |