添加优惠券功能 & 更新折扣管理的接口

This commit is contained in:
Eamon
2026-03-27 15:51:40 +08:00
parent 453d687c4a
commit 76d2d480ed
10 changed files with 667 additions and 19 deletions

View File

@@ -8,7 +8,7 @@ export async function getPageUsers(params: { page: number; size: number }) {
export async function bindAdmin(params: {
id: number
phone?: string
account?: string
name?: string
identified?: boolean
enabled?: boolean