提现错误回滚
This commit is contained in:
@@ -158,7 +158,7 @@ class PerformPerSecond
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(in_array($value['yun_order_status'],[261,5077,255])){
|
if(in_array($value['yun_order_status'],[261,5077,255,254])){
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
echo "提现订单查询:".$value['order_sn']."\n";
|
echo "提现订单查询:".$value['order_sn']."\n";
|
||||||
@@ -198,7 +198,7 @@ class PerformPerSecond
|
|||||||
'received_tax_amount' => $result['data']['received_tax_amount'] ?? 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,255]) && !in_array($value['yun_order_status'],[5077,261,255])){
|
if(in_array($result['data']['code'],[5077,261,255,254]) && !in_array($value['yun_order_status'],[5077,261,255,254])){
|
||||||
// if($result['data']['code']==5077 && $value['yun_order_status'] == null){
|
// if($result['data']['code']==5077 && $value['yun_order_status'] == null){
|
||||||
//该支付宝账户不存在或未开通手机号转账功能。如有疑问,请收款用户联系支付宝客服咨询。
|
//该支付宝账户不存在或未开通手机号转账功能。如有疑问,请收款用户联系支付宝客服咨询。
|
||||||
//退还金币
|
//退还金币
|
||||||
|
|||||||
Reference in New Issue
Block a user