企业微信JS-SDK签名接口

接口说明:传入当前网页的URL,返回企业微信jssdk使用权限的签名等参数,需要申请接口白名单权限才能调用该接口 暂时没有返回过期时间,应用侧如果做缓存的话,需要增加重试逻辑

请求地址: https://oapi.epaas.qq.com/suite/get_qywx_js_sign?access_token=ACCESS_TOKEN&sign_url=URL

请求方法: [ GET, POST ]

请求参数:

参数 必须 说明
access_token 调用接口凭证,机构token
sign_url 当前网页的URL,需要做一次URL编码

返回结果:

{
    "errcode": 0,
    "errmsg": "ok",
    "sign":"0f9de62fce790f9a083d5c99e95740ceb90c27ed",
    "nonce":"Wm3WZYTPz0wzccnW",
    "timestamp":1514587457,
    "qywx_corpid":"ww16f3243aebfdad11"
}

参数说明:

参数 必须 说明
errcode 返回码
errmsg 返回码的文本描述内容
sign JS-SDK使用权限的签名
nonce 随机字符串
timestamp 时间戳
qywx_corpid 企业微信corpid
© 1998 - 2021 Tencent Inc. All Rights Reserved all right reserved,powered by ePaaS.更新时间: 2022-06-08 10:30:05

results matching ""

    No results matching ""

    results matching ""

      No results matching ""