需求发布

This commit is contained in:
”chenxuelian“
2023-01-10 09:26:31 +08:00
parent e561054b6f
commit 7b474b06ef
4 changed files with 114 additions and 31 deletions

View File

@@ -320,6 +320,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`