Skip to content
/ wlc Public
forked from smartwalle/wlc

网络游戏防沉迷实名认证系统(实名认证) Golang SDK

License

Notifications You must be signed in to change notification settings

Luxii44/wlc

 
 

Repository files navigation

网络游戏防沉迷实名认证系统(实名认证)

https://wlc.nppa.gov.cn/fcm_company/index.html

初始化

import "github.com/smartwalle/wlc"

var client = wlc.New("app id", "secret key", "biz id")

实名认证

client.Check()

认证结果查询

client.Query()

上报用户行为数据

client.LoginTrace()

注意

cmd 目录中 main 用于完成《网络游戏防沉迷实名认证系统》中的接口测试,该测试和实际需要用到的接口不是同一套。

About

网络游戏防沉迷实名认证系统(实名认证) Golang SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%