Blame view

store-pc/src/api/lqStoreAuth.js 220 Bytes
b5df6609   “wangming”   ```
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'
    })
  }