2021-05-23 13:24:20 +00:00
|
|
|
#米游社的Salt
|
|
|
|
mihoyobbs_Salt = "fd3ykrh7o1j54g581upo1tvpam0dsgtf"
|
|
|
|
mihoyobbs_Salt_web = "14bmu1mz0yuljprsfgpvjh3ju2ni468r"
|
|
|
|
mihoyobbs_Salt_web_old = "h8w582wxwgqvahcdkpvdhbh2w9casgfl"
|
|
|
|
#米游社的版本
|
|
|
|
mihoyobbs_Version = "2.7.0" #Slat和Version相互对应
|
|
|
|
mihoyobbs_Version_old = "2.3.0"
|
|
|
|
#米游社的客户端类型
|
|
|
|
mihoyobbs_Client_type = "2" #1为ios 2为安卓
|
|
|
|
mihoyobbs_Client_type_web = "5" #4为pc web 5为mobile web
|
|
|
|
#米游社的分区列表
|
|
|
|
mihoyobbs_List = [{
|
|
|
|
"id": "1",
|
|
|
|
"forumId": "1",
|
|
|
|
"name": "崩坏3",
|
|
|
|
"url": "https://bbs.mihoyo.com/bh3/"
|
|
|
|
},{
|
|
|
|
"id": "2",
|
|
|
|
"forumId": "26",
|
|
|
|
"name": "原神",
|
|
|
|
"url": "https://bbs.mihoyo.com/ys/"
|
|
|
|
},{
|
|
|
|
"id": "3",
|
|
|
|
"forumId": "30",
|
|
|
|
"name": "崩坏2",
|
|
|
|
"url": "https://bbs.mihoyo.com/bh2/"
|
|
|
|
},{
|
|
|
|
"id": "4",
|
|
|
|
"forumId": "37",
|
|
|
|
"name": "未定事件簿",
|
|
|
|
"url": "https://bbs.mihoyo.com/wd/"
|
|
|
|
},{
|
|
|
|
"id": "5",
|
|
|
|
"forumId": "34",
|
|
|
|
"name": "大别野",
|
|
|
|
"url": "https://bbs.mihoyo.com/dby/"
|
|
|
|
}]
|
|
|
|
|
|
|
|
#Config Load之后run里面进行列表的选择
|
|
|
|
mihoyobbs_List_Use= []
|
|
|
|
|
|
|
|
#米游社的API列表
|
2021-05-24 08:16:52 +00:00
|
|
|
bbs_Cookieurl = "https://webapi.account.mihoyo.com/Api/cookie_accountinfo_by_loginticket?login_ticket={}"
|
|
|
|
bbs_Cookieurl2 = "https://api-takumi.mihoyo.com/auth/api/getMultiTokenByLoginTicket?login_ticket={}&token_types=3&uid={}"
|
2021-06-06 07:27:33 +00:00
|
|
|
bbs_Taskslist = "https://bbs-api.mihoyo.com/apihub/sapi/getUserMissionsState" #获取任务列表
|
2021-05-24 08:16:52 +00:00
|
|
|
bbs_Signurl = "https://bbs-api.mihoyo.com/apihub/sapi/signIn?gids={}" # post
|
|
|
|
bbs_Listurl = "https://bbs-api.mihoyo.com/post/api/getForumPostList?forum_id={}&is_good=false&is_hot=false&page_size=20&sort_type=1"
|
|
|
|
bbs_Detailurl = "https://bbs-api.mihoyo.com/post/api/getPostFull?post_id={}"
|
|
|
|
bbs_Shareurl = "https://bbs-api.mihoyo.com/apihub/api/getShareConf?entity_id={}&entity_type=1"
|
|
|
|
bbs_Likeurl = "https://bbs-api.mihoyo.com/apihub/sapi/upvotePost" # post json
|
2021-05-23 13:24:20 +00:00
|
|
|
|
|
|
|
#原神自动签到相关的设置
|
2021-05-24 08:16:52 +00:00
|
|
|
genshin_Act_id = "e202009291139501"
|
2021-06-06 04:16:28 +00:00
|
|
|
genshin_Account_info_url = "https://api-takumi.mihoyo.com/binding/api/getUserGameRolesByCookie?game_biz=hk4e_cn"
|
2021-08-03 02:35:55 +00:00
|
|
|
genshin_Signlisturl = "https://api-takumi.mihoyo.com/event/bbs_sign_reward/home?act_id={}"
|
|
|
|
genshin_Is_signurl = "https://api-takumi.mihoyo.com/event/bbs_sign_reward/info?act_id={}®ion={}&uid={}"
|
|
|
|
genshin_Signurl = "https://api-takumi.mihoyo.com/event/bbs_sign_reward/sign"
|
2021-06-06 04:16:28 +00:00
|
|
|
|
|
|
|
#崩坏3自动签到相关的设置
|
|
|
|
honkai3rd_Act_id = "e202104072769"
|
|
|
|
honkai3rd_Account_info_url = "https://api-takumi.mihoyo.com/binding/api/getUserGameRolesByCookie?game_biz=bh3_cn"
|
2021-08-03 02:35:55 +00:00
|
|
|
honkai3rd_Is_signurl = "https://api-takumi.mihoyo.com/common/euthenia/index?act_id={}®ion={}&uid={}"
|
|
|
|
honkai3rd_SignUrl = "https://api-takumi.mihoyo.com/common/euthenia/sign"
|