增加购买订单、货运订单修改时间接口

This commit is contained in:
TOP糯米 2023-04-01 18:27:23 +08:00
parent d5e35b653e
commit 64e11a2cce
1 changed files with 2 additions and 2 deletions

View File

@ -287,7 +287,7 @@ export default {
},
changeServiceTime: {
t1: {
url: "/a",
url: "/wxapp/order/saveordrbyid",
showLoading: true,
auth: true,
},
@ -297,7 +297,7 @@ export default {
auth: true,
},
t3: {
url: "/b",
url: "/wxapp/project/saveordrbyid",
showLoading: true,
auth: true,
}