From fcf84c7994c06966fcb74909580925bff30cc3db Mon Sep 17 00:00:00 2001 From: "duanyi.aster" Date: Tue, 7 Jan 2025 13:02:50 +0800 Subject: [PATCH] test --- testdata/idl/example3.thrift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/idl/example3.thrift b/testdata/idl/example3.thrift index 561f46ba..6b0a3379 100644 --- a/testdata/idl/example3.thrift +++ b/testdata/idl/example3.thrift @@ -49,7 +49,7 @@ struct ExampleReq { } struct ExampleResp { - 1: string Msg (api.body = "msg"), + 1: string Msg (api.key = "msg"), 2: optional double Cookie (api.cookie = "cookie"), 3: required i32 Status (api.http_code = "status"), 4: optional bool Header (api.header = "heeader"),