|
@@ -104,7 +104,7 @@ class Platform extends BaseController
|
|
|
return error_show(1002, "参数platform_name不能为空");
|
|
|
}
|
|
|
$platform_type = isset($this->post['platform_type']) && $this->post['platform_type'] !== "" ? intval($this->post['platform_type']) :"";
|
|
|
- if($platform_type==""){
|
|
|
+ if($platform_type===""){
|
|
|
return error_show(1002,"参数platform_type不能为空");
|
|
|
}
|
|
|
$token = isset($this->post['token']) && $this->post['token'] != '' ? trim($this->post['token']) : "";
|