1
This commit is contained in:
parent
0d3111a153
commit
2ba1225ba8
@ -62,6 +62,11 @@ class OutAppPurchase {
|
||||
myself()->_rspErr(0, 'order is finished');
|
||||
return;
|
||||
}
|
||||
if ($status != 9) {
|
||||
OutAppOrder::markFailed($orderDb['order_id']);
|
||||
myself()->_rspErr(0, 'order is failed');
|
||||
return;
|
||||
}
|
||||
OutAppOrder::markFinished($orderDb['order_id']);
|
||||
$orderDb = OutAppOrder::find($orderId);
|
||||
if (!$orderDb) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user