正在显示
6 个修改的文件
包含
7 行增加
和
5 行删除
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | <content url="file://$MODULE_DIR$"> | 4 | <content url="file://$MODULE_DIR$"> |
5 | <excludeFolder url="file://$MODULE_DIR$/venv" /> | 5 | <excludeFolder url="file://$MODULE_DIR$/venv" /> |
6 | </content> | 6 | </content> |
7 | - <orderEntry type="jdk" jdkName="Python 3.7 (task_api)" jdkType="Python SDK" /> | 7 | + <orderEntry type="jdk" jdkName="Python 3.6" jdkType="Python SDK" /> |
8 | <orderEntry type="sourceFolder" forTests="false" /> | 8 | <orderEntry type="sourceFolder" forTests="false" /> |
9 | </component> | 9 | </component> |
10 | <component name="PackageRequirementsSettings"> | 10 | <component name="PackageRequirementsSettings"> |
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <project version="4"> | 2 | <project version="4"> |
3 | - <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7 (task_api)" project-jdk-type="Python SDK" /> | 3 | + <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.6" project-jdk-type="Python SDK" /> |
4 | <component name="PyCharmProfessionalAdvertiser"> | 4 | <component name="PyCharmProfessionalAdvertiser"> |
5 | <option name="shown" value="true" /> | 5 | <option name="shown" value="true" /> |
6 | </component> | 6 | </component> |
@@ -16,6 +16,8 @@ variables: | @@ -16,6 +16,8 @@ variables: | ||
16 | title: 'APP提交任务标题' | 16 | title: 'APP提交任务标题' |
17 | content: 'APP提交任务内容' | 17 | content: 'APP提交任务内容' |
18 | acceptability: 'APP提交验收标准' | 18 | acceptability: 'APP提交验收标准' |
19 | +teardown_hooks: | ||
20 | + - ${sleep(1)} | ||
19 | request: | 21 | request: |
20 | headers: | 22 | headers: |
21 | Content-Type: application/json;charset=utf-8 | 23 | Content-Type: application/json;charset=utf-8 |
-
请 注册 或 登录 后发表评论