Files
plugins/WeiboSync/weibo/config.php
chorblack e75f275ef4
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled
Initial commit
2026-03-07 11:19:25 +08:00

7 lines
212 B
PHP

<?php
header('Content-Type: text/html; charset=UTF-8');
define( "WB_AKEY" , '1642726886' );
define( "WB_SKEY" , 'e99a05edc476cf35b4a31b631f54b2a9' );
define( "WB_CALLBACK_URL" , 'https://typecodes.com/weibo' );