diff --git a/app/controller/api/Auth.php b/app/controller/api/Auth.php index 118bb9e5..cf1b61bb 100644 --- a/app/controller/api/Auth.php +++ b/app/controller/api/Auth.php @@ -385,6 +385,7 @@ class Auth extends BaseController public function doMargin() { + return app('json')->fail('线上缴纳调整中,请在线下缴纳'); $user = $this->request->userInfo(); $merchant = Db::name('merchant')->where('uid', $user['uid'])->where('status', 1)->find(); if (!$merchant) {