|
@@ -239,7 +239,7 @@ class UsersV2Controller extends Controller
|
|
|
|
|
|
|
|
|
private function xiyueUser($uid,$openid){
|
|
|
- try{
|
|
|
+ /*try{
|
|
|
DB::table('xiyue_zsy_users')->insert([
|
|
|
'uid'=>$uid,
|
|
|
'xiyue_uid'=>0,
|
|
@@ -247,7 +247,7 @@ class UsersV2Controller extends Controller
|
|
|
'created_at'=>date('Y-m-d H:i:s'),
|
|
|
'updated_at'=>date('Y-m-d H:i:s')
|
|
|
]);
|
|
|
- }catch (\Exception $e){}
|
|
|
+ }catch (\Exception $e){}*/
|
|
|
|
|
|
}
|
|
|
|