🎨 Supports file upload

This commit is contained in:
2025-11-02 01:53:11 +08:00
parent 4fa6bb42e3
commit 4380ad010c
2 changed files with 11 additions and 2 deletions

View File

@@ -206,7 +206,7 @@ export class HttpRequestParser {
}
/**
* 解析 JsonBlock用于 @json, @formdata, @urlencoded
* 解析 JsonBlock用于 @json, @form, @urlencoded
*/
private parseJsonBlock(node: SyntaxNode): any {
const result: any = {};