跳到主要内容

ApiResponse

code objectrequired

0 表示成功;字符串表示业务错误码。

oneOf
integer可选
msgstring必填

结果说明。

dataany必填

业务数据;结构以具体接口示例为准。

countinteger<int64>可选

分页查询的总记录数。

ApiResponse
{
"code": 0,
"msg": "string",
"count": 0
}