Browse Source

advertise

tusx 6 years ago
parent
commit
ac01be1b22
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/Http/Controllers/Wap/User/CoflController.php

+ 3 - 3
app/Http/Controllers/Wap/User/CoflController.php

@@ -52,11 +52,11 @@ class CoflController extends Controller
         }
         $crm = $request->get('crm');
         //获取用户
-        //$user = $this->getUsers($openid);
+        $user = $this->getUsers($openid);
         $test_param = $request->input('test',0);
-        //if($test_param ==1 || $test_param =='1' ) {
+        if($test_param ==1 || $test_param =='1' ) {
         $user = $this->getUsersV2($openid,$bid);
-        //}
+        }
 
         if(!$user[0]){
             $user[1] = 123;