mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-02-08 22:54:59 +08:00
5 lines
133 B
JavaScript
5 lines
133 B
JavaScript
const { http } = uni.$u
|
|
|
|
// 获得订单交易分页
|
|
export const getOrderPage = params => http.get('/trade/order/page', { params })
|