Code Monkey home page Code Monkey logo

api-admin's Introduction

食用方法

Wiki:https://github.com/5ime/API-Admin/wiki

此程序基于ThinkPHP5.0 PHP版本需≥7.0

Nginx请设置如下伪静态 Apache无需配置 运行目录默认即可

location / {
	if (!-e $request_filename){
		rewrite  ^(.*)$  /index.php?s=$1  last;   break;
	}
}

将程序上传至网站根目录,访问域名/install进行安装操作

默认账号密码为admin 123456 如需添加API 请将API放入api目录

新增的API文档编写请参考:https://tenapi.cn/doc/

Bug反馈请提交Issues

更新日志

  • 2020-4-1 提交API-Admin beta版 新增随机动漫图API
  • 2020-4-7 新增抖音无水印解析API,IP签名图API,免KEY加群API
  • 2020-4-15 新增安装页面/优化部分代码 新增网站ICO获取API,网站icp备案查询API,历史上的今天API,QQ头像获取API,QQ在线状态查询API,服务器信息获取API,网站标题获取API,爱站权重获取API,城市天气获取API,随机一言API
  • 2020-4-20 修复移动端菜单栏不显示/优化部分代码
  • 2020-4-22 更新首页样式
  • 2020-4-23 修复已知bug 新增皮皮虾无水印解析API每日Bing获取API,QQ短网址获取API,垃圾分类查询API,手机号归属地查询API,申通快递查询API
  • 2020-8-4 修复部分bug,建议重新安装
  • 2020-8-21 修复已知bug 新增蓝奏云直链获取API火山小视频去水印API,360/搜狗/百度收录量查询API,短网址还原API
  • 2020-9-27 修复部分已知失效API 如有其他失效API请提交Issues
  • 2021-1-29 优化部分代码,后台新增API总调用数统计、API搜索功能、API分类功能、程序更新检测功能、API列表分页...
  • 开源了聚合短视频去水印解析API https://github.com/5ime/video_spider
  • 2021-8-22 修复几处错误

免责声明

本仓库只为学习研究,如涉及侵犯个人或者团体利益,请与我取得联系,我将主动删除一切相关资料,谢谢!

api-admin's People

Contributors

5ime avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.