1 Star 0 Fork 8

happytime007/apijson-go

forked from 天高/apijson-go 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test.http 594 Bytes
一键复制 编辑 原始数据 按行查看 历史
tg.shi 提交于 2021-05-12 01:46 . 支持范围的 IN 查询
POST 127.0.0.1:8000/get
Content-Type: application/json
{
"Document": {
"id": 1
}
}
###
POST 127.0.0.1:8000/get
Content-Type: application/json
{
"document": {
"name": "TommyLemon"
}
}
###
POST 127.0.0.1:8000/get
Content-Type: application/json
{
"User[]": {
"User": {
"id{}":[38710,82001,70793]
}
}
}
###
POST 127.0.0.1:8000/get
Content-Type: application/json
{
"User[]": {
"User": {
"id{}": "<38711"
}
}
}
###
POST 127.0.0.1:8000/get
Content-Type: application/json
{
"User[]": {
"User": {
"id{}": ">70793,"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/cq007/apijson-go.git
[email protected]:cq007/apijson-go.git
cq007
apijson-go
apijson-go
master

搜索帮助