DBAPI如何使用数组类型参数
需求
根据多个id去查询学生信息
API创建
在基本信息标签,创建参数ids ,参数类型选择 Array<bigint> 在执行器标签,填写sql,使用in查询
select * from student where id in
<foreach ope…
1、postman测试接口
(1)首先安装postman
下载地址:Download Postman | Get Started for Free
选择对应版本下载,然后安装即可 (2)使用postman发送请求
比如以下这个请求例子: 使用postman发…