Commit c4b439c6 by 冷斌

fix bug

parent 3621f442
......@@ -2228,10 +2228,6 @@ class Api_User extends PhalApi_Api
return $rs;
}
$data = $this->_getPayImage($uid);
if ($data['status'] != 1) {
$data['alipay_pay'] = '';
$data['wx_pay'] = '';
}
$rs['info'] = $data ? $data : [
'uid' => '',
'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