python学习
This commit is contained in:
@@ -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":"待支付",
|
||||
|
||||
@@ -7,6 +7,6 @@ SQLALCHEMY_ENCODING = "utf8mb4"
|
||||
|
||||
|
||||
APP = {
|
||||
'domain': '106.52.204.179:8999'
|
||||
'domain': 'http://106.52.204.179:8999'
|
||||
}
|
||||
RELEASE_VERSION="20180729001"
|
||||
Reference in New Issue
Block a user