python学习

This commit is contained in:
2019-08-21 13:24:46 +08:00
parent c50eb851ad
commit 6cbc39f4f2
4 changed files with 82 additions and 63 deletions

View File

@@ -43,10 +43,9 @@ UPLOAD = {
}
APP = {
'domain':'http://127.0.0.1:8999'
'domain':'http://106.52.204.179:8999'
}
PAY_STATUS_MAPPING = {
"1":"已支付",
"-8":"待支付",

View File

@@ -7,6 +7,6 @@ SQLALCHEMY_ENCODING = "utf8mb4"
APP = {
'domain': '106.52.204.179:8999'
'domain': 'http://106.52.204.179:8999'
}
RELEASE_VERSION="20180729001"