quguofeng 1 年之前
父节点
当前提交
1e21c37dd5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/controller/api/Auth.php

+ 1 - 1
app/controller/api/Auth.php

@@ -189,7 +189,7 @@ class Auth extends BaseController
      * @author xaboy
      * @day 2020-05-11
      */
-    public function auth(UserRepository $repository , StorePercentageRepository $store_percentage)
+    public function auth()
     {
         if (systemConfig('is_phone_login') === '1') {
             return app('json')->fail('请绑定手机号');