增加登录之前的一次传送
This commit is contained in:
@@ -69,7 +69,7 @@ export default {
|
||||
return uni.api.post("store/enterprise", data, false);
|
||||
},
|
||||
storese(data) {
|
||||
return uni.api.post("store/se", data);
|
||||
return uni.api.post("store/se", data, false);
|
||||
},
|
||||
storesubinvoicing(data) {
|
||||
return uni.api.post("store/subinvoicing", data);
|
||||
@@ -80,7 +80,7 @@ export default {
|
||||
szzpyhurl(data) {
|
||||
return uni.api.post("szzpy/h5url", data);
|
||||
},
|
||||
szzpygetprovinceno(data) {
|
||||
szzpygetprovinceno(data) {//地区
|
||||
return uni.api.post("szzpy/getprovinceno", data);
|
||||
},
|
||||
storebindinginvopush(data) {
|
||||
@@ -98,4 +98,70 @@ export default {
|
||||
h5encryption(data) {
|
||||
return uni.api.post("store/h5encryption", data);
|
||||
},
|
||||
hfivegetstoreinfo(data) {
|
||||
return uni.api.post("hfive/getstoreinfo", data, false);
|
||||
},
|
||||
hfivestoreqy(data) {
|
||||
return uni.api.post("hfive/storeqy", data);
|
||||
},
|
||||
hfiveenterprise(data) {
|
||||
return uni.api.post("hfive/enterprise", data, false);
|
||||
},
|
||||
directinvoicingopen(data) { //数电普票开具
|
||||
return uni.api.post("hfive/directinvoicingopen", data);
|
||||
},
|
||||
newissuedbylist(data) { //开票人列表
|
||||
return uni.api.post("hfive/newissuedbylist", data);
|
||||
},
|
||||
hfivelslbs(data) { //税率标识
|
||||
return uni.api.post("hfive/lslbs", data, false);
|
||||
},
|
||||
addinvoicegoods(data) { //税率标识
|
||||
return uni.api.post("hfive/addinvoicegoods", data);
|
||||
},
|
||||
selectencoding(data) { //行业列表 (选择编码)
|
||||
return uni.api.post("hfive/selectencoding", data, false);
|
||||
},
|
||||
invoicecoding(data) { //行业列表 (选择编码)
|
||||
return uni.api.post("hfive/invoicecoding", data, false);
|
||||
},
|
||||
invoicegoodslist(data) { //商品列表
|
||||
return uni.api.post("hfive/invoicegoodslist", data);
|
||||
},
|
||||
invoicedlist(data) { //商品列表
|
||||
return uni.api.post("hfive/invoicedlist", data, false);
|
||||
},
|
||||
addinvoicegoodsdel(data) { //删除商品
|
||||
return uni.api.post("hfive/addinvoicegoodsdel", data);
|
||||
},
|
||||
setdefault(data) { //商品设为默认
|
||||
return uni.api.post("hfive/setdefault", data);
|
||||
},
|
||||
invoicedorderlist(data) { //订单列表
|
||||
return uni.api.post("hfive/invoicedorderlist", data);
|
||||
},
|
||||
hfivestatuslist(data) { //订单列表
|
||||
return uni.api.post("hfive/statuslist", data);
|
||||
},
|
||||
invoicingrecordsthatneed(data) { //审核开票记录
|
||||
return uni.api.post("hfive/invoicingrecordsthatneed", data);
|
||||
},
|
||||
newissuedbyliststatus(data) { //开票人列表(带状态)
|
||||
return uni.api.post("hfive/newissuedbyliststatus", data);
|
||||
},
|
||||
getsendsms(data) { //获取验证码(登录)
|
||||
return uni.api.post("hfive/getsendsms", data);
|
||||
},
|
||||
sensms(data) { //获取验证码(登录)
|
||||
return uni.api.post("hfive/sensms", data);
|
||||
},
|
||||
accountqrcode(data) { //获取人脸识别二维码
|
||||
return uni.api.post("hfive/accountqrcode", data);
|
||||
},
|
||||
kpdefault(data) { //默认开票人
|
||||
return uni.api.post("hfive/kpdefault", data);
|
||||
},
|
||||
invoiceddetail(data) { //发票/订单详情
|
||||
return uni.api.post("hfive/invoiceddetail", data);
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user