Skip to content
On this page

生物认证

生物认证秘钥签名验证

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

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

返回值示例:

{
    "is_ok": true
}

参数说明:

Released under the MIT License.