作者 董瑞恩
1 个管道 的构建 通过 耗费 1 秒

interface

... ... @@ -322,8 +322,9 @@ class UsersController extends HomeBaseController{
Db::commit();
}else{
Db::rollback();
$this->apiResponse(301,'error:'.$result);
}
return json_decode($result,true);
$this->apiResponse(200,'success');
}
/**
... ...