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

获取消息开关

URL地址

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

请求方式

get


参数列表

参数

是否必须

说明



 


返回:

{
  "status": 1,
  "msg": "获取成功",
  "result": [ //下面按顺序依次是:系统消息,物流通知,优惠促销,商品提醒,我的资产,商城好店
    true, 
    true,
    true,
    true,
    true,
    true
  ]
}