|
|
@ -7,8 +7,8 @@ export const API = { |
|
|
|
brandInfo: `${ORIGIN}/stadium/brand/get`, // 品牌信息
|
|
|
|
assistantAuth: `${ORIGIN}/assistant/auth`, // 授权绑定 - 获取用户信息
|
|
|
|
calc: `${ORIGIN}/admin/assistant/calc`, // 首页 统计页面
|
|
|
|
stadiumList: `${ORIGIN}/stadium/list`, // 店铺列表
|
|
|
|
stadiumDetail: `${ORIGIN}/stadium/detail`, // A店铺管理-店铺列表-店铺详情
|
|
|
|
stadiumList: `${ORIGIN}/admin/stadium/list`, // 店铺列表
|
|
|
|
stadiumDetail: `${ORIGIN}/admin/stadium/detail`, // A店铺管理-店铺列表-店铺详情
|
|
|
|
|
|
|
|
verifiedOrderList: `${ORIGIN}/admin/assistant/order/verified`, // 核销订单列表
|
|
|
|
verifiedOrderInfo: `${ORIGIN}/admin/stadium/order/get`, // 核销订单信息
|
|
|
@ -41,7 +41,7 @@ export const API = { |
|
|
|
|
|
|
|
|
|
|
|
// 消息列表
|
|
|
|
messageList:`${ORIGIN}/brand/message/list`, // 系统消息列表
|
|
|
|
messageList:`${ORIGIN}/admin/brand/message/list`, // 系统消息列表
|
|
|
|
messageRead:`${ORIGIN}/brand/message/read`, // 查看系统消息
|
|
|
|
|
|
|
|
} |
|
|
|