|
@@ -132,7 +132,7 @@ class WechatOfficialController extends HttpBaseController
|
|
|
$avatar = 'https://www.xingyousoft.com/static/images/softlogo.png'; // 头像网址
|
|
|
$unionid = $userInfo['unionid'] ?? '';
|
|
|
$wxInfo = $userInfo;
|
|
|
- Log::info('11111111111111111111111111 === ' . 'openid' . $openid );
|
|
|
+
|
|
|
$isExistUser = DB::table('user_wechat_official_account')->select('id','mid')->where('openid', $openid)->first();
|
|
|
$productInfo = DB::table('product')->where('mid', $productMid)->where('is_delete', 0)->first();
|
|
|
|