feat: 用接口

This commit is contained in:
chashaobao
2026-01-27 21:09:40 +08:00
parent b142751b69
commit 17be93115d
4 changed files with 36 additions and 47 deletions

View File

@ -43,4 +43,5 @@ export enum AdminAPI {
GIVE_VIP = '/api/bo/giveVip/give',
// 产品列表
PRODUCT_LIST = '/api/bo/product/listByType/{productType}',
GET_PRODUCT_SPEC = '/api/bo/product/getBySpecId/{productSpecId}'
}