写了一个thrift接口调用工具
导入thrift文件就可以直接调用相应接口
工具会根据thrift文件中接口的参数名,参数类型,返回值等等,自动生成接口参数,和结果json化显示。

https://github.com/HuaGouFdog/Fdog-Kit

thrift接口调用工具_thrift