zilong %!s(int64=4) %!d(string=hai) anos
pai
achega
34f6d52e7e
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      app/Http/Controllers/Api/V1/CommonController.php

+ 0 - 3
app/Http/Controllers/Api/V1/CommonController.php

xqd
@@ -23,9 +23,6 @@ class CommonController extends Controller
     public function wxLogin()
     {
         $req = request()->post();
-        if (!empty($req['test']) && $req['test'] == 'test') {
-            print_r(send_wechat_message(12, ['oTO7l5btzrGxcP9Ietc-DWanuzG0', 11,22,33,44,55,66,77], []));die;
-        }
         $this->validate(request(), [
             'wechat_code' => 'required',
             'phone|手机号' => 'max:20',