@@ -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) { |
@@ -86,9 +86,9 @@ |
||
86 | 86 | public function check() |
87 | 87 | { |
88 | 88 | |
89 | - RequestCheckUtil::checkNotNull($this->adzoneId,"adzoneId"); |
|
90 | - RequestCheckUtil::checkMaxValue($this->pageSize,10,"pageSize"); |
|
91 | - RequestCheckUtil::checkNotNull($this->promotionId,"promotionId"); |
|
89 | + RequestCheckUtil::checkNotNull($this->adzoneId, "adzoneId"); |
|
90 | + RequestCheckUtil::checkMaxValue($this->pageSize, 10, "pageSize"); |
|
91 | + RequestCheckUtil::checkNotNull($this->promotionId, "promotionId"); |
|
92 | 92 | } |
93 | 93 | |
94 | 94 | public function putOtherTextParam($key, $value) { |
@@ -70,8 +70,8 @@ |
||
70 | 70 | public function check() |
71 | 71 | { |
72 | 72 | |
73 | - RequestCheckUtil::checkNotNull($this->endDate,"endDate"); |
|
74 | - RequestCheckUtil::checkNotNull($this->startDate,"startDate"); |
|
73 | + RequestCheckUtil::checkNotNull($this->endDate, "endDate"); |
|
74 | + RequestCheckUtil::checkNotNull($this->startDate, "startDate"); |
|
75 | 75 | } |
76 | 76 | |
77 | 77 | public function putOtherTextParam($key, $value) { |