5.11 resetVerificationCode接口改为post

This commit is contained in:
jl-zhoujl2
2022-05-11 09:39:38 +08:00
parent 44bb739e3e
commit 6e6a1da11e

View File

@ -18,7 +18,7 @@ export async function zmmultiOpenBizassessroom(params) {
export async function resetVerificationCode(params) {
return request(`/api/biz-service-ebtp-process/v1/bizassessroom/update/captcha/${params.id}`,
{method: 'put'});
{method: 'post'});
}
export async function fetchJuryList(params) {