go-common/app/interface/live/live-demo/api/http/service.foo2.md
2019-04-22 18:49:16 +08:00

816 B
Raw Blame History

/xlive/live-demo/foo2/hello

无标题

方法GET

请求参数

参数名 必选 类型 描述
uid integer 用户uid

响应

{
    "code": 0,
    "message": "ok",
    "data": {
        //  用户名
        "uname": "hello",
        //  idshaha
        "ids": [
            343242
        ],
        "list": [
            {
                "hello": "\"withquote",
                "world": ""
            }
        ],
        "alist": {
            "hello": "\"withquote",
            "world": ""
        },
        "amap": {
            "mapKey": {
                "hello": "\"withquote",
                "world": ""
            }
        }
    }
}