完善茶艺师套餐功能
This commit is contained in:
@ -110,9 +110,16 @@ export function applyTeaSpecialistRefund(id: number, order_type: number = 10) {
|
||||
* 获取专属圈子标签
|
||||
*/
|
||||
export function getExclusiveCirclesLabel() {
|
||||
return http.Post<any>('/api/Teamaster/teamasterLabel', null,
|
||||
return http.Post<any>('/api/Teamaster/teamasterLabel', null,
|
||||
{
|
||||
meta: { ignoreAuth: true }
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
/**
|
||||
* 团体预约茶艺师
|
||||
*/
|
||||
export function reserveGroupTeaSpecialist(data) {
|
||||
return http.Post<any>('/api/user/reservation', data)
|
||||
}
|
||||
Reference in New Issue
Block a user