python学习

This commit is contained in:
2019-10-28 16:05:39 +08:00
parent b3389f8db3
commit 683c4c6bd8
4 changed files with 340 additions and 222 deletions

View File

@@ -43,9 +43,11 @@ UPLOAD = {
}
APP = {
'domain':'http://106.52.204.179:8999'
# 'domain':'http://106.52.204.179:8999'
# 'domain':'https://python815.cn'
}
PAY_STATUS_MAPPING = {

View File

@@ -7,7 +7,9 @@ SQLALCHEMY_ENCODING = "utf8mb4"
APP = {
'domain': 'http://106.52.204.179:8999'
# 'domain':'https://python815.cn'
#'domain': 'http://106.52.204.179:8999'
'domain':'https://python815.cn'
}
RELEASE_VERSION="2019822001"