thrift文件 namespace java com.gxf.demo namespace py tutorial typedef i32 int // We can use typedef to get pretty names for the types we are using service MultiplicationService { int multiply(1:int n1, 2:int n2), int add(1:int n1, 2:int n2), } service S…