赞
踩
token
cookie
在tools目录下新建名为get_token.py的python脚本;
tools
get_token.py
引入所需要的包:
import json import requests from conf import config from tools