feat:
This commit is contained in:
@ -51,5 +51,8 @@ export const requestBatchPublishGroups = async () => {
|
||||
};
|
||||
|
||||
export const requestSimpleGroupList = async (cityCode?: string) => {
|
||||
return http.post<SimpleGroupInfo[]>(API.SIMPLE_GROUP_LIST, { data: { cityCode } });
|
||||
return http.post<SimpleGroupInfo[]>(API.SIMPLE_GROUP_LIST, {
|
||||
data: { cityCode },
|
||||
contentType: 'application/x-www-form-urlencoded',
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user