lvhao 3 月之前
父节点
当前提交
92f699b604
共有 1 个文件被更改,包括 1 次插入1 次删除
  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){