This commit is contained in:
aozhiwei 2023-08-02 16:18:09 +08:00
parent 3cb7ba36a2
commit a79a11762e
2 changed files with 17 additions and 19 deletions

View File

@ -213,7 +213,7 @@ class ShopController extends BaseAuthedController {
$orderId = OrderId::gen();
$params = array(
network, crypto, address, fiat, fiatAmount, payWayCode, country, accountId, orderId
);
}

View File

@ -18,7 +18,6 @@ use models\OutAppOrder;
use services\LogService;
/*
// let repdata = {
// account_id: string
// order_id: string
@ -35,7 +34,6 @@ use services\LogService;
// TRANSFER_FAIL = 98, // 转账错误
// FAIL = 99, // 也是错误
//
*/
class OutAppPurchase {