Commit 216d388e by 冷斌

fix bug

parent 24605ec6
...@@ -2228,6 +2228,10 @@ class Api_User extends PhalApi_Api ...@@ -2228,6 +2228,10 @@ class Api_User extends PhalApi_Api
return $rs; return $rs;
} }
$data = $this->_getPayImage($uid); $data = $this->_getPayImage($uid);
if ($data['status'] != 1) {
$data['alipay_pay'] = '';
$data['wx_pay'] = '';
}
$rs['info'] = $data ? $data : [ $rs['info'] = $data ? $data : [
'uid' => '', 'uid' => '',
'reason' => '', 'reason' => '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment