This commit is contained in:
Mrx
2026-02-10 14:32:58 +08:00
parent d55520e69c
commit 1c83102e06

View File

@@ -22,7 +22,7 @@ func ProcessIVYZX5QZRequest(ctx context.Context, params []byte, deps *processors
}
reqFormData := map[string]interface{}{
"return_url": paramsDto.ReturnURL,
"returnUrl": paramsDto.ReturnURL,
}
// 以表单方式调用数脉 API参数在 CallAPIForm 内转为 application/x-www-form-urlencoded