作者 景龙
1 个管道 的构建 通过 耗费 0 秒

修改更新系统

... ... @@ -271,6 +271,7 @@ class IndexController extends RestBaseController
$this->success('成功',['status'=>0]);
}
}
$this->success('成功',['status'=>0]);
}else{
$this->error('请求方式错误!');
}
... ... @@ -323,6 +324,7 @@ class IndexController extends RestBaseController
$this->success('成功',['status'=>0]);
}
}
$this->success('成功',['status'=>0]);
}else{
$this->error('请求方式错误!');
}
... ...