trade:增加用户 App 的订单分页和详情接口

This commit is contained in:
YunaiV
2022-12-10 23:06:53 +08:00
parent b7d78a24a4
commit 7f131a3853
16 changed files with 366 additions and 174 deletions

View File

@ -1,4 +1,4 @@
const { http } = uni.$u
//获得订单交易分页
export const getOrderPageData = params => http.get('/trade/order/page', { params })
// 获得订单交易分页
export const getOrderPage = params => http.get('/trade/order/page', { params })