Commit 3621f442 by 冷斌

fix bug

parent 600d0a1a
......@@ -2262,8 +2262,8 @@ class Api_User extends PhalApi_Api
'reason' => '',
'addtime' => time(),
'status' => 0,
'alipay_pay' => $this->alipay_pay,
'wx_pay' => $this->wx_pay,
'alipay_pay' => $this->alipay_pay ? $this->alipay_pay : '',
'wx_pay' => $this->wx_pay ? $this->wx_pay : '',
]);
} else {
DI()->notorm->users_auth_pay->where("uid={$uid}")->update([
......
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