Merge pull request '需求发布' (#49) from chenxuelian into dev

Reviewed-on: http://git.hchyun.com/feashow/pupil/pulls/49
This commit is contained in:
1171906056
2023-01-10 01:27:14 +00:00
4 changed files with 114 additions and 31 deletions

View File

@@ -349,6 +349,18 @@ const apiService = {
resolve(service.post(url, data))
})
},
postMobileByMnp(data) {
const url = `/user/getMobileByMnp`
return new Promise((resolve, reject) => {
resolve(service.post(url, data))
})
},
postImage(data) {
const url = `/upload/image/`
return new Promise((resolve, reject) => {
resolve(service.post(url, data))
})
},
// 解密
decrypt(data) {
const url = `/api`