diff --git a/other_scripts/README.md b/other_scripts/README.md new file mode 100644 index 0000000..84e5000 --- /dev/null +++ b/other_scripts/README.md @@ -0,0 +1,6 @@ +## 参数说明 + +| Name | 归属 | 属性 | 说明 | +| :-------------------: | :--------: | :--: | :------------------------------------ | +| GAME163.authorization | [网易云游戏](https://cg.163.com/#/pc) | Web | 网易云游戏网站请求头authorization字段 | + diff --git a/other_scripts/oc_163game.py b/other_scripts/oc_163game.py index 01caa70..7673303 100644 --- a/other_scripts/oc_163game.py +++ b/other_scripts/oc_163game.py @@ -27,7 +27,7 @@ class Game163: def main(self): msg_all = "" - authorization = str(check_item.get("authorization")) + authorization = str(self.check_items.get("authorization")) msg = self.checkin(authorization=authorization) msg_all += msg + "\n\n" return msg_all