生物认证

生物认证秘钥签名验证

https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/soter/soter.verifySignature.html

  1. $app->soter->verifySignature($openid, $json, $signature);

返回值示例:

  1. {
  2. "is_ok": true
  3. }

参数说明: