This website works better with JavaScript
Home
Explore
Help
Register
Sign In
xiaojincai
/
wanzb_v3_api
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
3b271d1bfc
Branches
Tags
master
v3.0-app
v3.0
wanzb_v3_api
/
src
/
weixin
/
constants.py
constants.py
137 B
History
Raw
1
2
3
4
5
6
7
8
#-*-coding:utf-8 -*-
#不能提交数据的日期(周六周日可不配置)
MISS_DATES = [
"2021-10-30",
"2021-10-31"
]