wechat
wechat copied to clipboard
Re-fetch access_token when it is out of date. Fix some syntax mistakes.
The access_token required for managing resources is only valid for 3 hours according to official document. So it is necessary to re-fetch it when it is out of date.
There are some minor and fatal mistakes in models.py.
Thanks for creating this project.