python学习
This commit is contained in:
@@ -33,4 +33,14 @@ MINA_APP = {
|
||||
'paykey':'xxxxxxxxxxxxxx换自己的',
|
||||
'mch_id':'xxxxxxxxxxxx换自己的',
|
||||
'callback_url':'/api/order/callback'
|
||||
}
|
||||
|
||||
UPLOAD = {
|
||||
'ext':[ 'jpg','gif','bmp','jpeg','png' ],
|
||||
'prefix_path':'/web/static/upload/',
|
||||
'prefix_url':'/static/upload/'
|
||||
}
|
||||
|
||||
APP = {
|
||||
'domain':'http://127.0.0.1:9000'
|
||||
}
|
||||
Reference in New Issue
Block a user