当前位置:网站首页>postman传入list
postman传入list
2022-06-12 11:22:00 【小刘-鱼皮】
在postman存入集合 list
例如:
没有参数的
{
"flavors": [],
"categoryName": "String",
"copies": 0,
"id": 0,
"name": "String",
"categoryId": 0,
"price": 0.0,
"code": "String",
"image": "String",
"description": "String",
"status": 0,
"sort": 0,
"createTime": "2022-05-28 10:36:51",
"updateTime": "2022-05-28 10:36:51",
"createUser": 0,
"updateUser": 0,
"isDeleted": 0
}
写入参数
“flavors” 这个就是集合的写法
{
"flavors": [
{"name":"甜味","value":"无糖,少糖,半糖","createTime": "2022-05-28 10:36:51", "createUser": 1,
"updateUser": 0, "updateTime": "2022-05-28 10:36:51"},
{"name":"温度","value":"无糖,少糖,半糖","createTime": "2022-05-28 10:36:51", "createUser": 1,
"updateUser": 0, "updateTime": "2022-05-28 10:36:51"},
{"name":"辣度","value":"无糖,少糖,半糖","createTime": "2022-05-28 10:36:51", "createUser": 1,
"updateUser": 0, "updateTime": "2022-05-28 10:36:51"}
],
"categoryName": "String",
"copies": 0,
"name": "口水鸡",
"categoryId": 1413386191767674666,
"price": 0.0,
"description": "",
"code": "",
"image": "",
"status": 0,
"sort": 0,
"createTime": "2022-05-28 10:36:51",
"updateTime": "2022-05-28 10:36:51",
"createUser": 1,
"updateUser": 0,
"isDeleted": 0
}
边栏推荐
- DS18B20数字温度计 (一) 电气特性, 寄生供电模式和远距离接线
- Epidemic home office experience | community essay solicitation
- Distributed storage exploration
- ^33变量提升和函数提升面试题
- Arm cross compilation chain download address
- The reason why scanf return value is ignored and its solution
- systemctl里万恶的203
- Reading mysql45 lecture - self summary (part)
- Common port description
- AcWing 1921. Rearranging cows (ring diagram)
猜你喜欢

卡鱼刺别再喝醋吞米饭了!教你2招,让鱼刺安全“跑出来”

Malicious code analysis practice - lab03-03 Exe basic dynamic analysis

Module 8 job

^33 variable promotion and function promotion interview questions

Index query efficiency of MySQL

k52.第一章 基于kubeadm安装kubernetes v1.22 -- 集群部署

VirtualBox 虚拟机因系统异常关机虚拟机启动项不见了

AcWing 132. Group queue (queue simulation question)

selenium使用代理IP

k58.第一章 基于kubeadm安装kubernetes v1.23 -- 集群部署
随机推荐
B+ 树的简单认识
^34作用域面试题
信号继电器RXSF1-RK271018DC110V
Verifiability and scarcity of NFT Digital Collections
^33 variable promotion and function promotion interview questions
元宇宙系统搭建与构造
M-Arch(番外10)GD32L233评测-SPI驱动DS1302
(三十七)Bee如何同时使用不同数据源实例
selenium使用代理IP
Arm cross compilation chain download address
CLJ3-100ALH30剩余电流继电器
AcWing 41. Stack containing min function (monotone stack)
命名规范/注释规范/逻辑规范
The difference between meta universe chain games and traditional games
模块8作业
Why check the @nonnull annotation at run time- Why @Nonnull annotation checked at runtime?
Redis summary
C# 37. textbox滚动条与多行
Vite Basics
AcWing 128. Editor (to effectively modify the specified position in the top stack)