songxingwei 2 năm trước cách đây
mục cha
commit
423029c48e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      application/api/controller/Login.php

+ 0 - 1
application/api/controller/Login.php

@@ -43,7 +43,6 @@ class Login extends Base
      */
     public function weChatLogin(){
         $code = input('code');
-
         $pid = input('pid');
         $goods_id = input('goods_id');
         if(empty($code)) $this->error('参数错误1');