welink返回错误码-11

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了welink返回错误码-11相关的知识,希望对你有一定的参考价值。

参考技术A 错误信息会以两种形式被返回:

一种是在请求授权 https://login.welink.huaweicloud.com/sso/oauth2/authorize 时返回,返回方式是跳转到“redirect_uri”参数对应的URI上。

一种是在请求接口时 https://open.welink.huaweicloud.com/api/oauth2/v1/token 时返回,返回方式是返回一段JSON文本。

HTTP/1.1 400 Bad Request
Content-Type: application/json
Cache-Control: no-store


"code": "60008",
"message": "code is invalid"

错误码定义
WeLink OAuth2.0服务的错误码定义如下表所示:

错误码 描述
60001 success
60002 invalid_request: the length of code exceed 2000
60003 invalid_request: code is empty
60004 invalid_request: the length of client_id exceed 255
60005 invalid_request: the length of client_secret exceed 255
60006 invalid_request: the length of state exceed 255
60007 code has expired
60008 code is invalid
60009 Your account has been locked. Try again in 15 minutes!
60010 client_id and client_secret auth failed
60011 system is busy, please try again later
60012 temporaily_unavailable: please try again later
60013 invalid_request: grant_type param error
60018 The homePageUrl is invalid
60019 The redirectUrl is invalid
60020 The params of appName, homePageUrl, redirectUrl cannot be empty
60021 App name has been registered
60022 create client failed, please try again later
60023 register failed, please check input params
60024 register failed, please try again later
41500 获取用户信息异常

Welink 管理员使用指南

Welink 管理员使用指南

管理员注册

打开Welink网站

点击立即注册

填写注册信息:手机号、短信验证码并勾选隐私政策声明点击下一步

填写注册信息:企业名称、姓名、邮箱后点击下一步

点击进入管理后台

登录

第一次登录使用手机号和短信验证码登录

需要填写密码和管理密码

后点击完成并登录

然后确认信息后点击确定或暂时跳过

安装客户端

下载链接安装客户端

添加成员

添加成员指南

在管理后台点击添加员工

单个添加

点击添加

输入中文名英文名手机号点保存并开户即可

然后那个手机号将会收到一条邀请短信

批量导入

点击批量导入

下载批量导入模板excel表格

批量输入中文名英文名手机号

然后上传该文档实现批量导入

会议使用

会议使用指南

以上是关于welink返回错误码-11的主要内容,如果未能解决你的问题,请参考以下文章

使用scrapy访问网页返回405状态码错误

Welink 管理员使用指南

错误:API 调用不成功。返回状态码 401 - Amazon Web Service

如何获取程序返回值,退出码,错误码

不同的 BASH 退出状态码

jQuery - 拦截所有Ajax请求(统一处理超时返回结果错误状态码 )