lvhao 1 개월 전
부모
커밋
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){