python学习

This commit is contained in:
2019-08-22 12:46:20 +08:00
parent 1105a5b3f7
commit 18d9a65aeb
2 changed files with 15 additions and 17 deletions

31
.idea/workspace.xml generated
View File

@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="d564f57a-9f96-4262-9481-cacdf2b8445c" name="Default" comment="python学习">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/config/base_setting.py" beforeDir="false" afterPath="$PROJECT_DIR$/config/base_setting.py" afterDir="false" />
</list>
<list default="true" id="d564f57a-9f96-4262-9481-cacdf2b8445c" name="Default" comment="python学习" />
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -48,8 +45,8 @@
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/config/base_setting.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="473">
<caret line="46" column="37" lean-forward="true" selection-start-line="46" selection-start-column="37" selection-end-line="46" selection-end-column="37" />
<state relative-caret-position="194">
<caret line="37" lean-forward="true" selection-start-line="37" selection-end-line="37" />
</state>
</provider>
</entry>
@@ -285,13 +282,6 @@
<option name="presentableId" value="Default" />
<updated>1528044544203</updated>
</task>
<task id="LOCAL-00006" summary="python学习">
<created>1563778208047</created>
<option name="number" value="00006" />
<option name="presentableId" value="LOCAL-00006" />
<option name="project" value="LOCAL" />
<updated>1563778208047</updated>
</task>
<task id="LOCAL-00007" summary="python学习">
<created>1563788503014</created>
<option name="number" value="00007" />
@@ -628,7 +618,14 @@
<option name="project" value="LOCAL" />
<updated>1566447967779</updated>
</task>
<option name="localTasksCounter" value="55" />
<task id="LOCAL-00055" summary="python学习">
<created>1566448832557</created>
<option name="number" value="00055" />
<option name="presentableId" value="LOCAL-00055" />
<option name="project" value="LOCAL" />
<updated>1566448832557</updated>
</task>
<option name="localTasksCounter" value="56" />
<servers />
</component>
<component name="TodoView">
@@ -641,7 +638,7 @@
</todo-panel>
</component>
<component name="ToolWindowManager">
<frame x="136" y="16" width="1082" height="1028" extended-state="0" />
<frame x="136" y="16" width="1082" height="1028" extended-state="1" />
<layout>
<window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.37643677" />
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
@@ -964,8 +961,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/config/base_setting.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="473">
<caret line="46" column="37" lean-forward="true" selection-start-line="46" selection-start-column="37" selection-end-line="46" selection-end-column="37" />
<state relative-caret-position="194">
<caret line="37" lean-forward="true" selection-start-line="37" selection-end-line="37" />
</state>
</provider>
</entry>

View File

@@ -45,6 +45,7 @@ UPLOAD = {
APP = {
# 'domain':'http://106.52.204.179:8999'
'domain':'https://python815.cn'
}
PAY_STATUS_MAPPING = {