From 4e636821d43a342394fdff4026bd23b5c7051005 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Thu, 26 Oct 2023 15:10:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/Auth.php | 1 + 1 file changed, 1 insertion(+) 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) {