Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
冯丙见
Python_01
提交
457f92e4
P
Python_01
项目概览
冯丙见
/
Python_01
与 Fork 源项目一致
Fork自
inscode / Python
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Python_01
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
457f92e4
编写于
4月 14, 2023
作者:
6
622aa39c1f9b166ab1a38c05
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Fri Apr 14 07:15:00 UTC 2023 inscode
上级
a7af5ab2
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
98 addition
and
1 deletion
+98
-1
main.py
main.py
+4
-1
test.json
test.json
+37
-0
test2.json
test2.json
+57
-0
未找到文件。
main.py
浏览文件 @
457f92e4
print
(
'欢迎来到 InsCode'
)
print
(
'欢迎来到 InsCode'
)
import
os
import
os
print
(
os
.
path
.
dirname
(
'./'
))
print
(
os
.
path
.
dirname
(
'./'
))
import
numpy
print
(
numpy
.
__version__
)
import
\ No newline at end of file
test.json
0 → 100644
浏览文件 @
457f92e4
{
"$schema"
:
"https://www.quickapi.cloud/schema.json"
,
"pipeline"
:
[
{
"name"
:
"redis"
,
"action"
:
"get"
,
"key"
:
"user_${param.session_id}"
,
"output"
:
"user"
,
"json"
:
true
,
"property"
:
"common_redis"
},
{
"name"
:
"pipeline"
,
"uri"
:
"/test"
,
"list"
:
[
{
"name"
:
"set"
,
"value"
:
"aa not found"
,
"output"
:
"result"
},
{
"name"
:
"set"
,
"output"
:
"param.type"
,
"value"
:
"test_code"
},
{
"name"
:
"redis"
,
"action"
:
"get"
,
"key"
:
"user_${param.session_id}"
,
"output"
:
"user"
,
"json"
:
true
,
"property"
:
"common_redis"
}
]
}
]
}
\ No newline at end of file
test2.json
0 → 100644
浏览文件 @
457f92e4
{
"$schema"
:
"https://www.quickapi.cloud/schema.json"
,
"pipeline"
:
[
{
"name"
:
"pipeline"
,
"uri"
:
"/test"
,
"list"
:
[
{
"name"
:
"set"
,
"value"
:
"aa not found"
,
"output"
:
"result"
},
{
"name"
:
"http"
,
"output"
:
"result"
,
"json"
:
true
,
"url"
:
"https://xxxx.com?ids=${param.id}&fields=title,url,body&type=blog"
}
]
},
{
"name"
:
"pipeline"
,
"uri"
:
"/test"
,
"list"
:
[
{
"name"
:
"set"
,
"value"
:
"aa not found"
,
"output"
:
"result"
}
]
},
{
"name"
:
"pipeline"
,
"uri"
:
"//upload/file"
,
"list"
:
[
{
"name"
:
"upload"
,
"upload_dir"
:
"./public/upload_img"
,
"file_url_prefix"
:
"/upload_img"
,
"output"
:
"result"
}
]
},
{
"name"
:
"pipeline"
,
"uri"
:
"//actuator/health"
,
"render"
:
"text"
,
"list"
:
[
{
"name"
:
"set"
,
"value"
:
"{
\"
status
\"
:
\"
UP
\"
}"
,
"output"
:
"result"
}
]
}
]
}
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录