用户刷脸活体检测

参数

serviceId

  liveDetectH5

data 参数

customerName

  姓名

idNo

  身份证号

返回

key

  callBack 回调参数

callBackResult

  此返回对象为json string类型的数据,以 JSON 格式说明:

示例


    SHRB.Api({
                serviceId:"liveDetectH5",
                data:{
                    customerName:"叶小天",
                    idNo:"110125199308185566",

                    MD5sign:"",//签约签名,appID=xxx&randomNumber=xxx&key=xxx  经MD5加签而来,大写32位
                    randomNumber:"123456"//加签用随机数,string类型
                }
            },function (response) {
                console.log("接收数据");
                console.log(response);


    })

    //返回string报文示例:
                {
                    "returnCode":"000000", //成功的情况下returnCode为000000
                    "returnMsg":"交易成功"
                }

results matching ""

    No results matching ""