Skip to content

生物认证

生物认证秘钥签名验证

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

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

返回值示例:

json
{
    "is_ok": true
}

参数说明:

Released under the MIT License.