EasyImages2.0/api/libs/tokenList.php

13 lines
316 B
PHP
Raw Normal View History

<?php
/*
* Token list 请在此填写需要配置Token的用户 前边编号有助于识别上传者ID
* 格式: ID数字=> Token,(注意后边',')
*/
$tokenList = array(
1 => '8337effca0ddfcd9c5899f3509b23657',
2 => '1c17b11693cb5ec63859b091c5b9c1b2',
3 => '62485ede33bc898d38b9987eb3860ce5',
);