获取用户订单列表接口,以及工具方法

This commit is contained in:
Hiven
2023-07-20 14:43:59 +08:00
parent 4a2230d90c
commit 52d47f78ac
13 changed files with 570 additions and 0 deletions

View File

@@ -121,3 +121,8 @@ const (
// 云仓完成
STATUS_FONT_COMPLETED_CLOUD Order = 8
)
// 订单取消时间
const (
CANCLE_ORDER_EXPIRE int64 = 48 * 3600
)

View File

@@ -8,3 +8,6 @@ const DEFAULT_PAGE_SIZE = 20
// 最大每页显示数量
const MAX_PAGE_SIZE = 300
// 最大分页
const MAX_PAGE = 100