提现修改-调试
This commit is contained in:
@@ -210,14 +210,16 @@ class YunPay
|
||||
return ['code' => 1, 'msg' => "订单状态:" . $response->getData()->getStatusMessage(), 'data' => [
|
||||
'code' => $response->getData()->getStatusDetail(),
|
||||
'msg' => $response->getData()->getStatusMessage(),
|
||||
'data' => $response->getData()
|
||||
'personal_tax_rate' => $response->getData()->getTaxDetail()->getPersonalTaxRate(),
|
||||
'received_tax_amount' => $response->getData()->getReceivedTaxAmount()
|
||||
|
||||
]];
|
||||
}else{
|
||||
return ['code' => 1, 'msg' => "订单状态:" . $response->getData()->getStatusDetailMessage(), 'data' => [
|
||||
'code' => $response->getData()->getStatusDetail(),
|
||||
'msg' => $response->getData()->getStatusDetailMessage(),
|
||||
'data' => $response->getData()
|
||||
'personal_tax_rate' => $response->getData()->getTaxDetail()->getPersonalTaxRate(),
|
||||
'received_tax_amount' => $response->getData()->getReceivedTaxAmount()
|
||||
]];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user