syntax = "proto3"; package pb; option go_package = "./;pb"; message CommonResult { string error = 1; string errcode = 2; int32 httpcode = 3; }