Feat(地址管理):自动识别对接

This commit is contained in:
lifizer
2024-06-26 16:45:48 +08:00
parent d4f61842fb
commit 28ffaee0ce
2 changed files with 127 additions and 45 deletions
+7
View File
@@ -273,6 +273,13 @@ export function postAddress(data) {
return request.post("/address/edit", data);
}
/*
* 自动识别收货地址
* */
export function analysisAddress(data) {
return request.post("/address/analysis", data);
}
/*
* 获取收藏产品
* */