first version
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import createAxios from '@/utils/request';
|
||||
import type IStore from '@/domain/iStore.ts';
|
||||
|
||||
/** 门店下拉选项(小程序用户绑定、订单筛选用) */
|
||||
export async function getStoreOptions() {
|
||||
return createAxios<IStore[]>({
|
||||
url: '/customer/store/options',
|
||||
method: 'get',
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user