Page History

Deletefriend

Last edited by 宋亚南

返回

删除好友(删除好友前调用)


URL: http://120.92.61.152:8080/Daren/sub/deleteFriend.action


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
sid String true 用户ID
friendId String true 好友id

返回格式: JSON


返回格式样例:

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