lvhao 15 godzin temu
rodzic
commit
92f699b604
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      core/CoreApp/controllers/Lyerpapi/v1/Wechat.php

+ 1 - 1
core/CoreApp/controllers/Lyerpapi/v1/Wechat.php

@@ -100,7 +100,7 @@ class Wechat extends Lyapi_Controller{
         $openid = $r['data']['openid'];
         $user_info_list = $this->user->find_all("wxopenid like '%{$openid}%'");
         if(empty($user_info_list)){
-            $this->_json_error('用户不存在','500');
+            $this->_json_error('该微信未绑定erp账号,请联系管理员','500');
         }
         $len = count($user_info_list);
         if($len > 1){