确定随车物品

This commit is contained in:
老叶
2021-11-11 15:04:44 +08:00
parent 0443dda64f
commit 8a33d55ba5
7 changed files with 249 additions and 32 deletions
+7
View File
@@ -558,4 +558,11 @@ apiQuery.putMaterialHomePosters = function (params) {
})
}
//获取车辆确定随车资料
apiQuery.getAppDelivery = function (params) {
return new Promise(function (resolve, reject) {
HttpRequest(false, Config.api.appDelivery, 2, params, "GET", resolve, reject)
})
}
export default apiQuery;