5.11 resetVerificationCode接口改为post
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user