Commit c94a24b4 authored by liwei's avatar liwei

liwei

parent fca13b86
...@@ -38,8 +38,8 @@ export const getGoodsDetailApi = function (id) { ...@@ -38,8 +38,8 @@ export const getGoodsDetailApi = function (id) {
//待发货收货地址修改 //待发货收货地址修改
// 编辑用户活动地址 // 编辑用户活动地址
export const modifyAddressApi = function (json, deliver_id) { export const modifyAddressApi = function (json) {
return Vue.prototype.$put(`${_baseUrl}api/client/deliver/edit/${deliver_id}`, json) return Vue.prototype.$put(`${_baseUrl}api/client/deliver/edit`, json)
}; };
//用户最新物流信息 //用户最新物流信息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment