WebService
  1. 公共模型
WebService
  • WebService API
    • WebService Example
      POST
    • SOAP Example
      POST
    • SOAP/WSDL Example
      POST
  • Schemas
    • 公共模型
      • 关联字段枚举值
      • 公共返回 Response
    • 枚举
      • UserStatus
    • User
  1. 公共模型

公共返回 Response

{
    "code": 0,
    "message": "string",
    "data": "string"
}
Built with