1 2 3 4 5 6 7 8 9
import request from '@/utils/request' /** 门店端当前登录人档案(含门店 mdid) */ export function getMyProfile() { return request({ url: '/api/Extend/LqStoreAuth/MyProfile', method: 'get' }) }