1.提交缺失的东西
This commit is contained in:
@ -43,7 +43,7 @@ class FileController extends BaseApiController
|
||||
public function formImage()
|
||||
{
|
||||
$data = FileServer::userFormImage($this->userId);
|
||||
if($data['cd'] == 0){
|
||||
if($data['cd'] == 1){
|
||||
return $this->success("操作成功",$data);
|
||||
}else{
|
||||
return $this->fail("操作失败");
|
||||
|
||||
Reference in New Issue
Block a user