修改机器人服务器

请求地址(请替换{}内的参数):

http://api.weiyunbot.com/api/wxbot/updatebotserver

请求信息

URI 参数

暂无参数

Body 参数

ApiBotUpdateServerModel
参数名描述类型备注
sn

登陆服务器,从GetServerList中取[服务器标识(dbFlag)]字段传递

string

必填

botid

机器人编号

string

必填

appkey

AppKey应用ID

string

必填

clienttime

客户端时间UNIX时间戳

integer

必填

signature

签名,参见签名生成方法

string

必填

请求参数

application/json, text/json

示例:
{
  "sn": "sample string 1",
  "botId": "sample string 2",
  "AppKey": "sample string 3",
  "ClientTime": 4,
  "Signature": "sample string 5"
}

返回结果

结果描述

修改机器人服务器

ApiResult
参数名描述类型备注
success

是否成功1成功;0失败

integer

暂无.

msg

结果描述

string

暂无.

返回格式

application/json, text/json

示例:
{
  "success": 1,
  "msg": "sample string 2"
}