|
|
@@ -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('该微信未绑定erp账号,请联系管理员','500');
|
|
|
+ $this->_json_error('微信未绑定erp账号','500');
|
|
|
}
|
|
|
$len = count($user_info_list);
|
|
|
if($len > 1){
|