下你所需,载你所想!
汇集开发技术源码资料

PHP编写api接口做的简单网络验证源码

:162.238KB :1 :2019-12-23 08:30:22

部分简介

注册参数:register;
post提交参数;action=register&username=xxx&password=xxx

登录参数:search;
post提交参数;action=search&username=xxx&password=xxx

扣点参数:reduce;
post提交参数;action=reduce&username=xxx&password=xxx&score=xxx

增加参数:increase;
post提交参数;action=increase&username=xxx&password=xxx&score=xxx

充值参数:recharge;
post提交参数;action=recharge&key=xxx&username=xxx

每日扣点:daily;
直接访问 域名/api.php?action=daily

PHP编写api接口做的简单网络验证源码

热门推荐

相关文章