3
0
Fork 0

feat(goods): pkCountry默认传1

This commit is contained in:
woody 2025-09-02 14:12:20 +08:00
parent 5b69bbbc56
commit ff236ccc93
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ export const waresDetail = params =>
export const verification = params =>
http.get('/member/api/sms/fans-verification', { params })
//嗨粉选择省市区
export const getAllAreaList = params =>
http.get('system/api/area/provinceList', { params })
export const getAllAreaList = _ =>
http.get('/system/api/area/provinceList', { pkCountry: 1 })
//嗨粉选择国家
export const getCountry = params =>
http.get('system/api/country/list', { params })