不朽的皮皮
    不朽的皮皮
    • 🦊一分钟,了解 Apifox !
    • 示例项目
      • 获取设备影子
        GET
      • 查询宠物详情
        GET
      • 新建宠物信息
        POST
      • 修改宠物信息
        PUT
      • 删除宠物信息
        DELETE
      • 根据状态查找宠物列表
        GET
    • SSE
      • 创建连接
        GET
      • 后台发数据
        POST
      • 关闭连接
        GET
    • food
    • PicTribe
      • TestController
        • 微博登录页面,生成登录链接
        • 回调页面,获取登录用户新
    • PicTribe Copy
      • TestController
        • 微博登录页面,生成登录链接
        • 回调页面,获取登录用户新
    • chat
    • 11
      POST
    • excel
      POST
    • 搜索账号
      POST
    • menu
      GET
    • 爬虫
      POST
    • 配料识别
      POST
    • 联网搜索工具
      POST
    • 搜索
      POST
    • 搜索
      POST
    • 星闪
      POST
    • e
      GET
    • 打印
      POST
    • 数据模型
      • 示例数据模型
        • chat
        • Pet
        • Category
        • Tag
      • AuthToken
      • key
      • JSONObject
      • AuthUser

    AuthToken

    me.zhyd.oauth.model.AuthToken

    {
        "accessToken": "string",
        "expireIn": 0,
        "refreshToken": "string",
        "refreshTokenExpireIn": 0,
        "uid": "string",
        "openId": "string",
        "accessCode": "string",
        "unionId": "string",
        "scope": "string",
        "tokenType": "string",
        "idToken": "string",
        "macAlgorithm": "string",
        "macKey": "string",
        "code": "string",
        "oauthToken": "string",
        "oauthTokenSecret": "string",
        "userId": "string",
        "screenName": "string",
        "oauthCallbackConfirmed": true
    }
    Built with