Files
gmsec/example/docs/markdown/Hello.md
2020-11-25 15:41:30 +08:00

1.0 KiB

推荐查看工具

总览:

  • [Hello]
  • [Waiting to write...]

简要描述:

  • []

请求URL:

请求方式:

  • post

请求参数:

  • HelloRequest : 请求结构
参数名 是否必须 类型 说明
name string 名字

请求示例:

{
     "name": ""
}

返回参数说明:

  • HelloReply : 响应结构
参数名 是否必须 类型 说明
message string 消息
result common.ResultResp 多proto 文件样例

返回示例:

{
     "message": "",
     "result": {
          "msg": "",
          "result": false
     }
}

备注:



自定义类型:

common

  • ResultResp :
参数名 是否必须 类型 说明
result bool
msg string