@@ -70,8 +70,8 @@ |
||
70 | 70 | public function check() |
71 | 71 | { |
72 | 72 | |
73 | - RequestCheckUtil::checkNotNull($this->codeType,"codeType"); |
|
74 | - RequestCheckUtil::checkNotNull($this->relationApp,"relationApp"); |
|
73 | + RequestCheckUtil::checkNotNull($this->codeType, "codeType"); |
|
74 | + RequestCheckUtil::checkNotNull($this->relationApp, "relationApp"); |
|
75 | 75 | } |
76 | 76 | |
77 | 77 | public function putOtherTextParam($key, $value) { |
@@ -86,8 +86,8 @@ |
||
86 | 86 | public function check() |
87 | 87 | { |
88 | 88 | |
89 | - RequestCheckUtil::checkNotNull($this->fields,"fields"); |
|
90 | - RequestCheckUtil::checkNotNull($this->userId,"userId"); |
|
89 | + RequestCheckUtil::checkNotNull($this->fields, "fields"); |
|
90 | + RequestCheckUtil::checkNotNull($this->userId, "userId"); |
|
91 | 91 | } |
92 | 92 | |
93 | 93 | public function putOtherTextParam($key, $value) { |
@@ -54,8 +54,8 @@ |
||
54 | 54 | public function check() |
55 | 55 | { |
56 | 56 | |
57 | - RequestCheckUtil::checkNotNull($this->openUid,"openUid"); |
|
58 | - RequestCheckUtil::checkNotNull($this->targetAppKey,"targetAppKey"); |
|
57 | + RequestCheckUtil::checkNotNull($this->openUid, "openUid"); |
|
58 | + RequestCheckUtil::checkNotNull($this->targetAppKey, "targetAppKey"); |
|
59 | 59 | } |
60 | 60 | |
61 | 61 | public function putOtherTextParam($key, $value) { |
@@ -134,8 +134,8 @@ |
||
134 | 134 | public function check() |
135 | 135 | { |
136 | 136 | |
137 | - RequestCheckUtil::checkNotNull($this->infoType,"infoType"); |
|
138 | - RequestCheckUtil::checkNotNull($this->inviterCode,"inviterCode"); |
|
137 | + RequestCheckUtil::checkNotNull($this->infoType, "infoType"); |
|
138 | + RequestCheckUtil::checkNotNull($this->inviterCode, "inviterCode"); |
|
139 | 139 | } |
140 | 140 | |
141 | 141 | public function putOtherTextParam($key, $value) { |
@@ -38,7 +38,7 @@ |
||
38 | 38 | public function check() |
39 | 39 | { |
40 | 40 | |
41 | - RequestCheckUtil::checkNotNull($this->tid,"tid"); |
|
41 | + RequestCheckUtil::checkNotNull($this->tid, "tid"); |
|
42 | 42 | } |
43 | 43 | |
44 | 44 | public function putOtherTextParam($key, $value) { |
@@ -102,8 +102,8 @@ |
||
102 | 102 | public function check() |
103 | 103 | { |
104 | 104 | |
105 | - RequestCheckUtil::checkNotNull($this->activityId,"activityId"); |
|
106 | - RequestCheckUtil::checkNotNull($this->bizDate,"bizDate"); |
|
105 | + RequestCheckUtil::checkNotNull($this->activityId, "activityId"); |
|
106 | + RequestCheckUtil::checkNotNull($this->bizDate, "bizDate"); |
|
107 | 107 | } |
108 | 108 | |
109 | 109 | public function putOtherTextParam($key, $value) { |
@@ -70,7 +70,7 @@ |
||
70 | 70 | public function check() |
71 | 71 | { |
72 | 72 | |
73 | - RequestCheckUtil::checkNotNull($this->randomNum,"randomNum"); |
|
73 | + RequestCheckUtil::checkNotNull($this->randomNum, "randomNum"); |
|
74 | 74 | } |
75 | 75 | |
76 | 76 | public function putOtherTextParam($key, $value) { |
@@ -102,8 +102,8 @@ |
||
102 | 102 | public function check() |
103 | 103 | { |
104 | 104 | |
105 | - RequestCheckUtil::checkNotNull($this->text,"text"); |
|
106 | - RequestCheckUtil::checkNotNull($this->url,"url"); |
|
105 | + RequestCheckUtil::checkNotNull($this->text, "text"); |
|
106 | + RequestCheckUtil::checkNotNull($this->url, "url"); |
|
107 | 107 | } |
108 | 108 | |
109 | 109 | public function putOtherTextParam($key, $value) { |
@@ -75,7 +75,7 @@ |
||
75 | 75 | public function check() |
76 | 76 | { |
77 | 77 | |
78 | - RequestCheckUtil::checkNotNull($this->content,"content"); |
|
78 | + RequestCheckUtil::checkNotNull($this->content, "content"); |
|
79 | 79 | } |
80 | 80 | |
81 | 81 | public function putOtherTextParam($key, $value) { |