mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-01 18:17:46 +00:00
feat 开发者调试功能
This commit is contained in:
20
src/views/daxpay/common/develop/DevelopTrade.api.ts
Normal file
20
src/views/daxpay/common/develop/DevelopTrade.api.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
import { defHttp } from '@/utils/http/axios'
|
||||
import { PageResult, Result } from '#/axios'
|
||||
|
||||
/**
|
||||
* 支付
|
||||
*/
|
||||
export function tradePay(params) {
|
||||
return defHttp.post<Result<PayResult>>({ url: '/develop/trade/pay', params })
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 支付返回结果
|
||||
*/
|
||||
export interface PayResult {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
Reference in New Issue
Block a user