| | |
| | | |
| | | |
| | | |
| | | // 获取地区列表 |
| | | // 获取地区列表/sib/public/cmccAreaList |
| | | // getArea() {获取所有省市区列表 |
| | | // let data = { |
| | | // apploading:1 |
| | | // }; |
| | | // return $http.post('/public/areaList',data); |
| | | // }, |
| | | getArea() { |
| | | let data = { |
| | | apploading:1 |
| | | }; |
| | | return $http.post('/public/areaList',data); |
| | | return $http.post('/public/cmccAreaList',data); |
| | | }, |
| | | |
| | | // 获取机构拥有的地区列表 |
| | |
| | | storeStoreList(data) { |
| | | return $http.post('/store/storeList', data); |
| | | }, |
| | | storeStorePersonList(data) { |
| | | return $http.post('/agency/userList', data); |
| | | }, |
| | | //门店详情 |
| | | storeDtl(data) { |
| | | return $http.post('/store/dtl', data); |
| | |
| | | storeAdd(data) { |
| | | return $http.post('/store/add', data); |
| | | }, |
| | | |
| | | agencyAddUser(data){ |
| | | return $http.post('/agency/addUser', data); |
| | | }, |
| | | |
| | | |
| | | |
| | |
| | | userAddStoreManager(data){ |
| | | return $http.post('/user/addStoreManager',data) |
| | | },//资料补充 |
| | | |
| | | |
| | | // ===========宁夏移动接入调整借口=============== |
| | | // 查询业务归属省份 |
| | | findProvNo(data){ |
| | | return $http.post('/cmccWxpay/findProvNo',data) |
| | | }, |
| | | //创建订单并且返回二维码/cmccWxpay/nx/create |
| | | nxCreate(data){ |
| | | return $http.post('/cmccWxpay/nx/create',data) |
| | | }, |
| | | // 生成二维码初始化/sib/cmccWxpay/nx/init |
| | | nxInit(data){ |
| | | return $http.post('/cmccWxpay/nx/init',data) |
| | | }, |
| | | // // 授权结果推送/cmccWxpay/nx/pushOrderStatus |
| | | // pushOrderStatus(data){ |
| | | // return $http.post('/cmccWxpay/nx/pushOrderStatus',data) |
| | | // }, |
| | | // // 返销/cmccWxpay/nx/refund |
| | | // nxRefund(data){ |
| | | // return $http.post('/cmccWxpay/nx/refund',data) |
| | | // }, |
| | | // 检验手机号是否可用/cmccWxpay/nx/verifyMblNo |
| | | nxVerifyMblNo(data){ |
| | | return $http.post('/cmccWxpay/nx/verifyMblNo',data) |
| | | }, |
| | | } |
| | | |
| | | export default { |