|
@@ -6,8 +6,8 @@ enum Api {
|
|
|
bindAnchorList = '/zfb-api/zfb/shop/sys/user/bindList',
|
|
|
// brandTypeList = '/zfb-api/zfb/shop/brand/brandTypeList',
|
|
|
brandTypeList = '/basic-api//brand/brandTypeList',
|
|
|
- bindUser = '/zfb-api/zfb/shop/sys/brand/bindUser',
|
|
|
- // bindUser = '/basic-api/sys/brand/bindUser',
|
|
|
+ // bindUser = '/zfb-api/zfb/shop/sys/brand/bindUser',
|
|
|
+ bindUser = '/basic-api/brand/bindUser',
|
|
|
}
|
|
|
export type SceneLiveItemResult = SceneLiveItem;
|
|
|
/**
|
|
@@ -27,7 +27,7 @@ export const bindAnchorListApi = (params: bindAnchorListParam) =>
|
|
|
defHttp.post<RentListGetResultModel>({
|
|
|
url: Api.bindAnchorList,
|
|
|
params: params,
|
|
|
- // data: params,
|
|
|
+ data: params,
|
|
|
headers: {
|
|
|
// @ts-ignore
|
|
|
ignoreCancelToken: true,
|