You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
17 lines
389 B
PHP
Executable File
17 lines
389 B
PHP
Executable File
<?php
|
||
|
||
/**
|
||
* 此文件用来存放API Key
|
||
* 2021-11-6 14:36:35
|
||
*/
|
||
|
||
|
||
/*
|
||
* Token list 请在此填写需要配置Token的用户 前边编号有助于识别上传者ID
|
||
* 格式: ID(数字,需要从0开始,顺序添加)=> Token(注意后边',')
|
||
*/
|
||
|
||
$tokenList = array(
|
||
0 => '8337effca0ddfcd9c5899f3509b23657',
|
||
1 => '1c17b11693cb5ec63859b091c5b9c1b2',
|
||
); |