QQ登录 账号密码登陆 官网首页

删除访问记录

URL地址

http://www.tpshop.com/index.php?m=api&c=user&a=del_visit_log

请求方式

post


参数列表

参数

是否必须

说明

visit_ids

必选访问id,有多个用逗号连起来,如"1,3,4"

 


示例:

成功返回:
{
  "status": 1,
  "msg": "删除成功"
}
错误返回:
{
  "status": -1,
  "msg": "删除失败"
}