Commit b73974a5 authored by chenyishuai@singsingenglish.com's avatar chenyishuai@singsingenglish.com
parents e4ad04e5 c94a24b4
......@@ -38,8 +38,8 @@ export const getGoodsDetailApi = function (id) {
//待发货收货地址修改
// 编辑用户活动地址
export const modifyAddressApi = function (json, deliver_id) {
return Vue.prototype.$put(`${_baseUrl}api/client/deliver/edit/${deliver_id}`, json)
export const modifyAddressApi = function (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