You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.3 KiB
27 lines
1.3 KiB
module.exports = {"config":[
|
|
{
|
|
"notice":false,
|
|
"UP_cron":false,//是否开启自动更新定时,true代表更新,false代表不更新
|
|
"Client_ID":"123456",//青龙应用的 Client ID 值
|
|
"Client_Secret":"123456",//青龙应用的 Client Secret 值
|
|
}],"user_data":[
|
|
{
|
|
"video_type":false,//false代表只看可以观看的视频,true代表看更多视频,封号几率会增加
|
|
"Authorization":"",//抓包带有 api.gzglcm.com 在请求头上找 Authorization值,如扫二维码就留空
|
|
"RefreshToken":"",//抓包带有 api.gzglcm.com 在请求头上找 RefreshToken值,如扫二维码就留空
|
|
"unionID":"",//留空
|
|
"openID":"",//留空
|
|
"accesstoken":"",//留空
|
|
|
|
},
|
|
/*{
|
|
"video_type":false,//false代表只看可以观看的视频,true代表看更多视频,封号几率会增加
|
|
"Authorization":"",//抓包带有 api.gzglcm.com 在请求头上找 Authorization值,如扫二维码就留空
|
|
"RefreshToken":"",//抓包带有 api.gzglcm.com 在请求头上找 RefreshToken值,如扫二维码就留空
|
|
"unionID":"",//留空
|
|
"openID":"",//留空
|
|
"accesstoken":"",//留空
|
|
|
|
},*/
|
|
|
|
]}
|
|
|