mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-06 14:21:52 +08:00
5 lines
136 B
JavaScript
5 lines
136 B
JavaScript
![]() |
const { http } = uni.$u
|
||
|
|
||
|
//获得订单交易分页
|
||
|
export const getOrderPageData = params => http.get('/trade/order/page', { params })
|