From 7d5442b620c3fb993018ac5a281c02379455c733 Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 2 Sep 2025 14:20:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(goods):=20=E5=9C=B0=E5=9D=80=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=9B=BD=E5=AE=B6=E4=B8=BA1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/goods.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/goods.js b/config/goods.js index e112abd..cb2c62f 100644 --- a/config/goods.js +++ b/config/goods.js @@ -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 })