通知令牌

请用 (https://sns.bj.themez.cc/mobile_api/save_pnotif_token) 用于访问通知令牌管理终结点的API


Post 参数

参数 描述
session_id Access token ID 例如: de25cc16eb00960f076...
token Push notification token 例如: c625cc16eb0096...
type Client device type ios/android (Default is android)

成功响应

{
        "code": 200,
        "message": "Notification token saved",
        "data": []
    }
    

错误响应

{
        "code": 401,
        "data":[],
        "message": "Unauthorized Access"
    }

    {
        "code": 400,
        "message": "Incorrect token value",
        "data": []
    }