Skip to content

网络游戏防沉迷实名认证系统 SDK For PHP

License

Notifications You must be signed in to change notification settings

kilvn/anti_addiction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

网络游戏防沉迷实名认证系统 SDK For PHP

自用临时写的,现在分享出来,需要php7以上。

方法写在 apps/api 下, apps/helpers 为脚手架。

目前集成了 zttp env 扩展库,后期根据需求计划增加mysql扩展。

Install

composer update -vvv
cp env.example .env

项目入口 public/index.php

nginx 伪静态规则:

try_files $uri $uri/ /index.php$is_args$args;

Use

防沉迷系统官方文档地址:https://wlc.nppa.gov.cn/fcm_company/index.html

防沉迷系统的配置在 .env 文件中。

接口说明

除了第三个接口传参有改变,前两个接口传参和官方接口相同,返回值都包裹在了本接口返回值 data 键下。

请求接口时只需要传body参数,header头和密文服务器都处理了。

本API返回值说明:

状态码 说明
200 请求成功
400 第三方API非成功返回值
401 第三方API远程请求失败
404 接口不存在
  1. 查询本地redis库,ai实名认证状态

  2. 认证提交

  3. 认证查询

  4. 行为上报

    {'no': '','si': '',......}

About

网络游戏防沉迷实名认证系统 SDK For PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages