提现返回状态兼容。
This commit is contained in:
@@ -181,7 +181,8 @@ class PerformPerSecond
|
||||
// 'personal_tax_rate' => $result['personal_tax_rate'] ?? 0,
|
||||
'received_tax_amount' => $result['data']['received_tax_amount'] ?? 0,
|
||||
]);
|
||||
if(in_array($result['data']['code'],[5077,261]) && $value['yun_order_status'] == null){
|
||||
// if(in_array($result['data']['code'],[5077,261]) && $value['yun_order_status'] == null){
|
||||
if(in_array($result['data']['code'],[5077,261]) && !in_array($value['yun_order_status'],[5077,261])){
|
||||
// if($result['data']['code']==5077 && $value['yun_order_status'] == null){
|
||||
//该支付宝账户不存在或未开通手机号转账功能。如有疑问,请收款用户联系支付宝客服咨询。
|
||||
//退还金币
|
||||
|
||||
Reference in New Issue
Block a user