为助力解决网络游戏中的未成年人过度沉迷、不规范行为以及个人信息安全等问题,翔云API提供了高效、安全的游戏身份证实名认证接口。该接口的目标是通过核验身份证三要素的方式实现用户身份的准确验证,确保玩家真实身份与游戏账号对应,并有效执行国家关于防止未成年人过度游戏的相关规定。
以下为翔云C#语言的身份证实名认证接口代码示例:
var client = new HttpClient();var request = new HttpRequestMessage(HttpMethod.Post, "https://netocr.com/verapi/veridenCardOrd.do");var content = new MultipartFormDataContent();content.Add(new StringContent("真实姓名"), "trueName");content.Add(new StringContent("真实身份证号"), "idenNo");content.Add(new StringContent("/身份证件照(JPG格式照片的Base64编码)"), "img");content.Add(new StringContent("M***********g"), "key");content.Add(new StringContent("3***********6"), "secret");content.Add(new StringContent("3012"), "typeId");content.Add(new StringContent("json"), "format");request.Content = content;var response = await client.SendAsync(request);response.EnsureSuccessStatusCode();Console.WriteLine(await response.Content.ReadAsStringAsync());
翔云身份证实名认证接口(https://www.netocr.com/idenCardOrd.html)简便、快捷、易集成,能够降低因用户纠纷、违规行为导致的运营风险和经济损失,提高企业社会责任形象,从而带来长远经济效益。