Skip to content

BIYUEHU/ial-apis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IAL-APIS

List

  • agent 代理
  • background 随机二刺猿背景图片(自定义)
  • core 核心
  • hitokoto HOTARU 随机一言(需数据库)
  • huimg HOTARU 随机图片(需数据库)
  • qqavatar QQ 头像图片代理
  • seimg Pixiv 随机色图(需数据库)

Core Config

<?php
return [
    'callLimit' => [
        'cycle' => 2,
        'cycleNum' => 1,
        'refuseMsg' => 'Bad request'
    ],
    'database' => [
        'host' => 'localhost',
        'port' => 3306,
        'dbName' => '',
        'userName' => '',
        'passWord' => ''
    ]
];