删除用户地址相关接口
This commit is contained in:
parent
b5390753a4
commit
b88ac1f9c4
|
@ -54,26 +54,6 @@ export default {
|
||||||
showLoading: true,
|
showLoading: true,
|
||||||
auth: true,
|
auth: true,
|
||||||
},
|
},
|
||||||
address: {
|
|
||||||
list: {
|
|
||||||
url: "/wxapp/Useraddress/getalladdress",
|
|
||||||
showLoading: true,
|
|
||||||
auth: true,
|
|
||||||
},
|
|
||||||
edit: {
|
|
||||||
url: "/wxapp/Useraddress/applyaddress",
|
|
||||||
auth: true,
|
|
||||||
},
|
|
||||||
detail: {
|
|
||||||
url: "/wxapp/Useraddress/addressinfo",
|
|
||||||
showLoading: true,
|
|
||||||
auth: true,
|
|
||||||
},
|
|
||||||
delete: {
|
|
||||||
url: "/wxapp/Useraddress/deleteaddress",
|
|
||||||
auth: true,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
registerType: {
|
registerType: {
|
||||||
url: "/wxapp/index/registertype",
|
url: "/wxapp/index/registertype",
|
||||||
showLoading: true,
|
showLoading: true,
|
||||||
|
|
Loading…
Reference in New Issue