forked from angelo/web-retail-h5
feat(goods): pkCountry默认传1
This commit is contained in:
parent
17e6a19ecb
commit
b38459ec89
|
@ -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 })
|
||||
|
|
Loading…
Reference in New Issue