cqpCow 1 سال پیش
والد
کامیت
4a2f477e0c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      app/Service/Weixin/WxEmployeeService.php

+ 1 - 0
app/Service/Weixin/WxEmployeeService.php

@@ -11,6 +11,7 @@ use Illuminate\Support\Facades\Hash;
 class WxEmployeeService extends Service
 {
     public function setUser($data){
+        if(empty($data['openid'])) return [false, 'openId不能为空!'];
         $openid = $data['openid'];
         $user = WxEmployeeOfficial::where('openid',$openid)->first();
         if(empty($user)) {