3
0
Fork 0

fix(goods): 地址默认国家为1

This commit is contained in:
woody 2025-09-02 14:20:50 +08:00
parent b38459ec89
commit a8c22fcceb
1 changed files with 2 additions and 2 deletions

View File

@ -20,10 +20,10 @@ export const waresDetail = params =>
http.post('/sale/api/retail-wares/wares-detail', params) http.post('/sale/api/retail-wares/wares-detail', params)
//嗨粉海粉短信 //嗨粉海粉短信
export const verification = params => export const verification = params =>
http.get('/member/api/sms/fans-verification', { params }) http.get('/member/api/sms/fans-verification', {})
//嗨粉选择省市区 //嗨粉选择省市区
export const getAllAreaList = _ => export const getAllAreaList = _ =>
http.get('/system/api/area/provinceList', { pkCountry: 1 }) http.get('/system/api/area/provinceList', { params: { pkCountry: 1 } })
//嗨粉选择国家 //嗨粉选择国家
export const getCountry = params => export const getCountry = params =>
http.get('system/api/country/list', { params }) http.get('system/api/country/list', { params })