Page History

Addautoreply

Last edited by 翁力

返回

添加自动回复


URL: http://120.92.61.152:8080/Daren/contact/addContact.action?appId=xxx&...


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
appId String true 应用id
sid String true 用户云id
contactName String true 收货人
contactPhone String true 联系方式
address String true 收货地址

返回格式: JSON


返回格式样例:

{
  "errorCode": "0",
  "errorMessage": "成功",
  "data" : ""
}