Fri Apr 14 07:15:00 UTC 2023 inscode

上级 a7af5ab2
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
{
"$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
{
"$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.
先完成此消息的编辑!
想要评论请 注册