forked from angelo/web-retail-h5
fix(goods): 地址默认国家为1
This commit is contained in:
parent
b38459ec89
commit
a8c22fcceb
|
@ -20,10 +20,10 @@ export const waresDetail = params =>
|
|||
http.post('/sale/api/retail-wares/wares-detail', params)
|
||||
//嗨粉海粉短信
|
||||
export const verification = params =>
|
||||
http.get('/member/api/sms/fans-verification', { params })
|
||||
http.get('/member/api/sms/fans-verification', {})
|
||||
//嗨粉选择省市区
|
||||
export const getAllAreaList = _ =>
|
||||
http.get('/system/api/area/provinceList', { pkCountry: 1 })
|
||||
http.get('/system/api/area/provinceList', { params: { pkCountry: 1 } })
|
||||
//嗨粉选择国家
|
||||
export const getCountry = params =>
|
||||
http.get('system/api/country/list', { params })
|
||||
|
|
Loading…
Reference in New Issue