收藏
回答

小程序加密网络通道服务端signature参数是怎么生成的?没找到文档

https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/user-encryptkey.html


curl -X POST "https://api.weixin.qq.com/wxa/business/getuserencryptkey?access_token=ACCESS_TOKEN&openid=OPENID&signature=SIGNATURE&sig_method=hmac_sha256"


回答关注问题邀请回答
收藏

2 个回答

  • sine
    sine
    2022-06-13

    通过hmac_sha256签名生成的:

    hmac_sha256(session_key, "")

    2022-06-13
    有用 1
    回复
  • 字节大陆建造师
    字节大陆建造师
    2022-06-12

    没人用过这个功能么?

    2022-06-12
    有用
    回复
登录 后发表内容