boring
boring
Will this PR be merged?
https://www.cloudwego.io/zh/docs/kitex/tutorials/advanced-feature/generic-call/thrift_idl_annotation_standards/
I also encountered the same error.
需要怎么写规则呀?有例子么? 另外 response 的时候 `json:"-"` 这样能过滤掉某些字段么?
这个是指读取 body里 的some[0].id 吧?怎么把 ReqItem的.id和 query 的 id映射 上?
body json: ```json { "a": "12", "b": "222" } ``` idl: ```thrift struct Base { 1: required string a ( api.query = "a" ) } struct AReq { 1: required...
可以直接看 packages/g-lite/src/utils/canvas.ts 这个文件