refactor: 更新API路径以使用buyer API

This commit is contained in:
pikachu1995@126.com
2026-07-13 16:51:57 +08:00
parent 4d0b0fb5e4
commit 3ec61f41bc
6 changed files with 23 additions and 29 deletions

View File

@@ -37,7 +37,7 @@ export function getLogistics() {
*/
export function getAddressCode(cityCode, townName) {
return http.request({
url: api.common + "/common/region/region",
url: `${api.buyer}/common/region/region`,
method: Method.GET,
needToken: true,
params: { cityCode, townName },