POST v1/RemotePush/CreateAccount

创建远程终端的推送账号 终端通过账号与token进行登录

ÇëÇóÐÅÏ¢

URI²ÎÊý

ÎÞ

Body²ÎÊý

ÎÞ

ÏìÓ¦ÐÅÏ¢

·µ»ØÀàÐÍ

ApiResultOfPushAccount_Dto
×Ö¶ÎÃû³ÆÃèÊöÀàÐÍÔ¼Êø
code

错误码

ErrorCode

必填

msg

相关提示信息

string

必填

data

业务数据

PushAccount_Dto

必填

ÏìÓ¦¸ñʽ

application/json, text/json

Àý×Ó:
{
  "code": 0,
  "msg": "sample string 1",
  "data": {
    "id": "sample string 1",
    "token": "sample string 2",
    "createTime": "2025-05-09 02:56:08"
  }
}

接口调试

Authorization

AppId

Token

URI

POST

请求header

响应body