Skip to content

数据模型: ApiResponse

ApiResponse

字段类型必选描述
successboolean
messagestring
datastring

数据模型示例

json
{
  "success": true,
  "message": "string",
  "data": "string"
}

Released under the MIT License.