首页修改
This commit is contained in:
17
common/js/api.js
Normal file
17
common/js/api.js
Normal file
@@ -0,0 +1,17 @@
|
||||
export default {
|
||||
storestorestatus(data) { //首页获取状态
|
||||
return uni.api.post("store/storestatus", data);
|
||||
},
|
||||
szzpyauthorization(data) { //数电授权
|
||||
return uni.api.post("szzpy/authorization", data);
|
||||
},
|
||||
invoicerregistrationszzpy(data) { //获取验证码
|
||||
return uni.api.post("szzpy/invoicerregistration", data);
|
||||
},
|
||||
szzpysendverification(data) { //提交
|
||||
return uni.api.post("szzpy/sendverification", data);
|
||||
},
|
||||
storeinvoicelist(data) { //记录
|
||||
return uni.api.post("store/invoicelist", data);
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user