1
This commit is contained in:
parent
3cb7ba36a2
commit
a79a11762e
@ -213,7 +213,7 @@ class ShopController extends BaseAuthedController {
|
|||||||
|
|
||||||
$orderId = OrderId::gen();
|
$orderId = OrderId::gen();
|
||||||
$params = array(
|
$params = array(
|
||||||
|
network, crypto, address, fiat, fiatAmount, payWayCode, country, accountId, orderId
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -18,7 +18,6 @@ use models\OutAppOrder;
|
|||||||
|
|
||||||
use services\LogService;
|
use services\LogService;
|
||||||
|
|
||||||
/*
|
|
||||||
// let repdata = {
|
// let repdata = {
|
||||||
// account_id: string
|
// account_id: string
|
||||||
// order_id: string
|
// order_id: string
|
||||||
@ -35,7 +34,6 @@ use services\LogService;
|
|||||||
// TRANSFER_FAIL = 98, // 转账错误
|
// TRANSFER_FAIL = 98, // 转账错误
|
||||||
// FAIL = 99, // 也是错误
|
// FAIL = 99, // 也是错误
|
||||||
//
|
//
|
||||||
*/
|
|
||||||
|
|
||||||
class OutAppPurchase {
|
class OutAppPurchase {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user