YMFE / yapi

YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台
http://yapi.smart-xwork.cn/
Apache License 2.0
27.32k stars 4.78k forks source link

/api/open/import_data 提示不存在的导入方式 #2622

Open vulgarLover opened 1 year ago

vulgarLover commented 1 year ago

版本号

~ 1.9.2

什么问题

~ 使用java发送http请求/api/open/import_data 报错提示:不存在的导入方式,type参数试过swagger、json、SWAGGER,都会提示这个错误,但是不传递type会提示缺失type参数,所以type参数肯定是拿到值了,为什么swagger或者json值会不合法

如何复现此问题

~ 请求数据(经过json格式化之后的):{"content":"[{\"name\":\"login-controller\",\"index\":0,\"up_time\":1666773311,\"list\":[{\"query_path\":{\"path\":\"/captcha\",\"params\":[]},\"req_body_type\":\"json\",\"res_body_type\":\"json\",\"type\":\"static\",\"title\":\"获取图片验证码\",\"path\":\"/captcha\",\"uid\":4417,\"req_body_is_json_schema\":true,\"project_id\":4875,\"__v\":0,\"req_headers\":[{\"name\":\"Content-Type\",\"_id\":\"6358f14021522d6ae3d88825\",\"value\":\"application/json\",\"required\":\"1\"}],\"edit_uid\":0,\"tag\":[],\"req_query\":[],\"res_body_is_json_schema\":true,\"res_body\":\"{\\n \\\"type\\\": \\\"object\\\",\\n \\\"title\\\": \\\"Response\\\\u003cObject\\\\u003e\\\",\\n \\\"required\\\": [],\\n \\\"description\\\": \\\"Response\\\\u003cObject\\\\u003e :Response\\\",\\n \\\"properties\\\": {\\n \\\"code\\\": {\\n \\\"type\\\": \\\"Integer\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"message\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n },\\n \\\"data\\\": {\\n \\\"type\\\": \\\"object\\\",\\n \\\"description\\\": \\\"Object\\\",\\n \\\"properties\\\": {},\\n \\\"required\\\": []\\n }\\n }\\n}\",\"method\":\"GET\",\"index\":0,\"req_body_form\":[],\"req_params\":[],\"up_time\":1666773312,\"api_opened\":false,\"add_time\":1666773312,\"status\":\"undone\",\"desc\":\" <pre><code> /**\\n * 获取图片验证码\\n *\\n * @return 结果\\n */\\n @GetMapping(\\\"/captcha\\\")\\n public Response&lt;Object&gt; captcha() </code></pre>\"},{\"query_path\":{\"path\":\"/getInfo\",\"params\":[]},\"req_body_type\":\"json\",\"res_body_type\":\"json\",\"type\":\"static\",\"title\":\"获取用户信息\",\"path\":\"/getInfo\",\"uid\":4417,\"req_body_is_json_schema\":true,\"project_id\":4875,\"__v\":0,\"req_headers\":[{\"name\":\"Content-Type\",\"_id\":\"6358f14021522d6ae3d88827\",\"value\":\"application/json\",\"required\":\"1\"}],\"edit_uid\":0,\"tag\":[],\"req_query\":[],\"res_body_is_json_schema\":true,\"res_body\":\"{\\n \\\"type\\\": \\\"object\\\",\\n \\\"title\\\": \\\"Response\\\\u003cSysUserVo\\\\u003e\\\",\\n \\\"required\\\": [],\\n \\\"description\\\": \\\"Response\\\\u003cSysUserVo\\\\u003e :Response\\\",\\n \\\"properties\\\": {\\n \\\"code\\\": {\\n \\\"type\\\": \\\"Integer\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"message\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n },\\n \\\"data\\\": {\\n \\\"type\\\": \\\"object\\\",\\n \\\"description\\\": \\\"SysUserVo\\\",\\n \\\"properties\\\": {\\n \\\"id\\\": {\\n \\\"type\\\": \\\"Long\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"nickname\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"description\\\": \\\"昵称\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n },\\n \\\"avatar\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"description\\\": \\\"头像地址\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n },\\n \\\"gender\\\": {\\n \\\"type\\\": \\\"Integer\\\",\\n \\\"description\\\": \\\"性别1:男0:女\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"username\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"description\\\": \\\"账号\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n },\\n \\\"mobile\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"description\\\": \\\"手机号\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n },\\n \\\"isAdmin\\\": {\\n \\\"type\\\": \\\"Integer\\\",\\n \\\"description\\\": \\\"0:不是1:是\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"status\\\": {\\n \\\"type\\\": \\\"Integer\\\",\\n \\\"description\\\": \\\"帐号状态(0正常1停用)\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n }\\n },\\n \\\"required\\\": []\\n }\\n }\\n}\",\"method\":\"GET\",\"index\":0,\"req_body_form\":[],\"req_params\":[],\"up_time\":1666773312,\"api_opened\":false,\"add_time\":1666773312,\"status\":\"undone\",\"desc\":\" <pre><code> /**\\n * 获取用户信息\\n *\\n * @return 用户信息\\n */\\n @GetMapping(\\\"getInfo\\\")\\n public Response&lt;SysUserVo&gt; getInfo() </code></pre>\"},{\"query_path\":{\"path\":\"/getRouters\",\"params\":[]},\"req_body_type\":\"json\",\"res_body_type\":\"json\",\"type\":\"static\",\"title\":\"获取路由信息\",\"path\":\"/getRouters\",\"uid\":4417,\"req_body_is_json_schema\":true,\"project_id\":4875,\"__v\":0,\"req_headers\":[{\"name\":\"Content-Type\",\"_id\":\"6358f14021522d6ae3d88828\",\"value\":\"application/json\",\"required\":\"1\"}],\"edit_uid\":0,\"tag\":[],\"req_query\":[],\"res_body_is_json_schema\":true,\"res_body\":\"{\\n \\\"type\\\": \\\"object\\\",\\n \\\"title\\\": \\\"Response\\\\u003cObject\\\\u003e\\\",\\n \\\"required\\\": [],\\n \\\"description\\\": \\\"Response\\\\u003cObject\\\\u003e :Response\\\",\\n \\\"properties\\\": {\\n \\\"code\\\": {\\n \\\"type\\\": \\\"Integer\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"message\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n },\\n \\\"data\\\": {\\n \\\"type\\\": \\\"object\\\",\\n \\\"description\\\": \\\"Object\\\",\\n \\\"properties\\\": {},\\n \\\"required\\\": []\\n }\\n }\\n}\",\"method\":\"GET\",\"index\":0,\"req_body_form\":[],\"req_params\":[],\"up_time\":1666773312,\"api_opened\":false,\"add_time\":1666773312,\"status\":\"undone\",\"desc\":\" <pre><code> /**\\n * 获取路由信息\\n *\\n * @return 路由信息\\n */\\n @GetMapping(\\\"getRouters\\\")\\n public Response&lt;Object&gt; getRouters() </code></pre>\"}],\"add_time\":1666773311,\"desc\":\"工具上传临时文件夹\"},{\"name\":\"consult-refund-controller\",\"index\":0,\"up_time\":1666773194,\"list\":[{\"query_path\":{\"path\":\"/consultRefund/audit\",\"params\":[]},\"req_body_type\":\"json\",\"res_body_type\":\"json\",\"req_body_other\":\"{\\n \\\"type\\\": \\\"object\\\",\\n \\\"required\\\": [\\n \\\"id\\\",\\n \\\"check\\\"\\n ],\\n \\\"title\\\": \\\"RefundAuditParam\\\",\\n \\\"description\\\": \\\"RefundAuditParam :RefundAuditParam\\\",\\n \\\"properties\\\": {\\n \\\"id\\\": {\\n \\\"type\\\": \\\"Long\\\",\\n \\\"description\\\": \\\"退款订单id\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"check\\\": {\\n \\\"type\\\": \\\"Boolean\\\",\\n \\\"description\\\": \\\"退款订单id\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@boolean\\\"\\n }\\n },\\n \\\"auditRemark\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"description\\\": \\\"备注\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n }\\n }\\n}\",\"type\":\"static\",\"title\":\"/consultRefund/audit\",\"path\":\"/consultRefund/audit\",\"uid\":4417,\"req_body_is_json_schema\":true,\"project_id\":4875,\"__v\":0,\"req_headers\":[{\"name\":\"Content-Type\",\"_id\":\"6358f0f521522d6ae3d88824\",\"value\":\"application/json\",\"required\":\"1\"}],\"edit_uid\":0,\"tag\":[],\"req_query\":[],\"res_body_is_json_schema\":true,\"res_body\":\"{\\n \\\"type\\\": \\\"object\\\",\\n \\\"title\\\": \\\"Response\\\\u003cString\\\\u003e\\\",\\n \\\"required\\\": [],\\n \\\"description\\\": \\\"Response\\\\u003cString\\\\u003e :Response\\\",\\n \\\"properties\\\": {\\n \\\"code\\\": {\\n \\\"type\\\": \\\"Integer\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"message\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n },\\n \\\"data\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"description\\\": \\\"data\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n }\\n }\\n}\",\"method\":\"POST\",\"index\":0,\"req_body_form\":[],\"req_params\":[],\"up_time\":1666773237,\"api_opened\":false,\"add_time\":1666773194,\"status\":\"undone\",\"desc\":\" <pre><code> @PostMapping(\\\"/audit\\\")\\n @Transactional\\n public Response&lt;String&gt; audit(@RequestBody RefundAuditParam refundAuditParam) </code></pre>\"},{\"query_path\":{\"path\":\"/consultRefund/page\",\"params\":[]},\"req_body_type\":\"json\",\"res_body_type\":\"json\",\"req_body_other\":\"{\\n \\\"type\\\": \\\"object\\\",\\n \\\"required\\\": [],\\n \\\"title\\\": \\\"PaginationParam\\\",\\n \\\"description\\\": \\\"PaginationParam :PaginationParam\\\",\\n \\\"properties\\\": {\\n \\\"currentPage\\\": {\\n \\\"type\\\": \\\"Long\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"pageSize\\\": {\\n \\\"type\\\": \\\"Long\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n }\\n }\\n}\",\"type\":\"static\",\"title\":\"分页查询退款信息\",\"path\":\"/consultRefund/page\",\"uid\":4417,\"req_body_is_json_schema\":true,\"project_id\":4875,\"__v\":0,\"req_headers\":[{\"name\":\"Content-Type\",\"_id\":\"6358f1d021522d6ae3d88829\",\"value\":\"application/json\",\"required\":\"1\"}],\"edit_uid\":0,\"tag\":[],\"req_query\":[],\"res_body_is_json_schema\":true,\"res_body\":\"{\\n \\\"type\\\": \\\"object\\\",\\n \\\"title\\\": \\\"Response\\\\u003cPagination\\\\u003cConsultRefundVo\\\\u003e\\\\u003e\\\",\\n \\\"required\\\": [],\\n \\\"description\\\": \\\"Response\\\\u003cPagination\\\\u003cConsultRefundVo\\\\u003e\\\\u003e :Response\\\",\\n \\\"properties\\\": {\\n \\\"code\\\": {\\n \\\"type\\\": \\\"Integer\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"message\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n },\\n \\\"data\\\": {\\n \\\"type\\\": \\\"object\\\",\\n \\\"description\\\": \\\"Pagination\\\",\\n \\\"properties\\\": {\\n \\\"current\\\": {\\n \\\"type\\\": \\\"long\\\",\\n \\\"description\\\": \\\"当前页\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"size\\\": {\\n \\\"type\\\": \\\"long\\\",\\n \\\"description\\\": \\\"每页显示条数,默认10\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"total\\\": {\\n \\\"type\\\": \\\"long\\\",\\n \\\"description\\\": \\\"总数\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"pages\\\": {\\n \\\"type\\\": \\\"long\\\",\\n \\\"description\\\": \\\"总数\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"nextPage\\\": {\\n \\\"type\\\": \\\"boolean\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@boolean\\\"\\n }\\n },\\n \\\"previousPage\\\": {\\n \\\"type\\\": \\\"boolean\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@boolean\\\"\\n }\\n },\\n \\\"records\\\": {\\n \\\"type\\\": \\\"array\\\",\\n \\\"description\\\": \\\"查询数据列表 ,T\\\",\\n \\\"items\\\": {\\n \\\"type\\\": \\\"object\\\",\\n \\\"description\\\": \\\"查询数据列表 ,T\\\",\\n \\\"properties\\\": {\\n \\\"id\\\": {\\n \\\"type\\\": \\\"Long\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"orderNo\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"description\\\": \\\"订单号\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n },\\n \\\"refundNo\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"description\\\": \\\"退款订单号\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n },\\n \\\"refundAmount\\\": {\\n \\\"type\\\": \\\"BigDecimal\\\",\\n \\\"description\\\": \\\"退款金额\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@float\\\"\\n }\\n },\\n \\\"refundStatus\\\": {\\n \\\"type\\\": \\\"Byte\\\",\\n \\\"description\\\": \\\"退款状态0申请退款1退款成功2退款关闭3退款异常\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@byte\\\"\\n }\\n },\\n \\\"reason\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"description\\\": \\\"退款原因\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n }\\n },\\n \\\"required\\\": []\\n }\\n }\\n },\\n \\\"required\\\": []\\n }\\n }\\n}\",\"method\":\"POST\",\"index\":0,\"req_body_form\":[],\"req_params\":[],\"up_time\":1666773456,\"api_opened\":false,\"add_time\":1666773194,\"status\":\"undone\",\"desc\":\" <pre><code> /**\\n * 分页查询退款信息\\n *\\n * @param param\\n * @return\\n */\\n @PostMapping(\\\"/page\\\")\\n public Response&lt;Pagination&lt;ConsultRefundVo&gt;&gt; page(@RequestBody PaginationParam param) </code></pre>\"}],\"add_time\":1666773194,\"desc\":\"工具上传临时文件夹\"},{\"name\":\"meeting-room-account-detail-controller\",\"index\":0,\"up_time\":1666772912,\"list\":[{\"query_path\":{\"path\":\"/meetingRoomAccountDetail\",\"params\":[]},\"req_body_type\":\"json\",\"res_body_type\":\"json\",\"req_body_other\":\"{\\n \\\"type\\\": \\\"object\\\",\\n \\\"required\\\": [],\\n \\\"title\\\": \\\"MeetingRoomAccountDetailDto\\\",\\n \\\"description\\\": \\\"MeetingRoomAccountDetailDto :MeetingRoomAccountDetailDto\\\",\\n \\\"properties\\\": {\\n \\\"id\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n },\\n \\\"roomId\\\": {\\n \\\"type\\\": \\\"Long\\\",\\n \\\"description\\\": \\\"会悟室id\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"accountType\\\": {\\n \\\"type\\\": \\\"Long\\\",\\n \\\"description\\\": \\\"账户类型1:可提现账户2:锁定账户\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"beforeAmount\\\": {\\n \\\"type\\\": \\\"BigDecimal\\\",\\n \\\"description\\\": \\\"改变之前的金额\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@float\\\"\\n }\\n },\\n \\\"changedAmount\\\": {\\n \\\"type\\\": \\\"BigDecimal\\\",\\n \\\"description\\\": \\\"改变的金额\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@float\\\"\\n }\\n },\\n \\\"afterAmount\\\": {\\n \\\"type\\\": \\\"BigDecimal\\\",\\n \\\"description\\\": \\\"改变之后的金额\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@float\\\"\\n }\\n },\\n \\\"deleted\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"description\\\": \\\"删除表示1:已删除,0:未删除\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n },\\n \\\"createTime\\\": {\\n \\\"type\\\": \\\"LocalDateTime\\\",\\n \\\"description\\\": \\\"创建时间\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@timestamp\\\"\\n }\\n },\\n \\\"createBy\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"description\\\": \\\"创建人\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n },\\n \\\"updateTime\\\": {\\n \\\"type\\\": \\\"BigDecimal\\\",\\n \\\"description\\\": \\\"更新时间\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@float\\\"\\n }\\n },\\n \\\"updateBy\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"description\\\": \\\"更新人\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n }\\n }\\n}\",\"type\":\"static\",\"title\":\"/meetingRoomAccountDetail\",\"path\":\"/meetingRoomAccountDetail\",\"uid\":4417,\"req_body_is_json_schema\":true,\"project_id\":4875,\"__v\":0,\"req_headers\":[{\"name\":\"Content-Type\",\"_id\":\"6358efb121522d6ae3d88819\",\"value\":\"application/json\",\"required\":\"1\"}],\"edit_uid\":0,\"tag\":[],\"req_query\":[],\"res_body_is_json_schema\":true,\"res_body\":\"{\\n \\\"type\\\": \\\"object\\\",\\n \\\"title\\\": \\\"Response\\\\u003cString\\\\u003e\\\",\\n \\\"required\\\": [],\\n \\\"description\\\": \\\"Response\\\\u003cString\\\\u003e :Response\\\",\\n \\\"properties\\\": {\\n \\\"code\\\": {\\n \\\"type\\\": \\\"Integer\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"message\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n },\\n \\\"data\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"description\\\": \\\"data\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n }\\n }\\n}\",\"method\":\"POST\",\"index\":0,\"req_body_form\":[],\"req_params\":[],\"up_time\":1666772913,\"api_opened\":false,\"add_time\":1666772913,\"status\":\"undone\",\"desc\":\" <pre><code> @PostMapping()\\n public Response&lt;String&gt; save(@RequestBody MeetingRoomAccountDetailDto meetingRoomAccountDetailDto) </code></pre>\"},{\"query_path\":{\"path\":\"/meetingRoomAccountDetail/{id}\",\"params\":[]},\"req_body_type\":\"json\",\"res_body_type\":\"json\",\"req_body_other\":\"{\\n \\\"type\\\": \\\"object\\\",\\n \\\"required\\\": [],\\n \\\"title\\\": \\\"MeetingRoomAccountDetailDto\\\",\\n \\\"description\\\": \\\"MeetingRoomAccountDetailDto :MeetingRoomAccountDetailDto\\\",\\n \\\"properties\\\": {\\n \\\"id\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n },\\n \\\"roomId\\\": {\\n \\\"type\\\": \\\"Long\\\",\\n \\\"description\\\": \\\"会悟室id\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"accountType\\\": {\\n \\\"type\\\": \\\"Long\\\",\\n \\\"description\\\": \\\"账户类型1:可提现账户2:锁定账户\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"beforeAmount\\\": {\\n \\\"type\\\": \\\"BigDecimal\\\",\\n \\\"description\\\": \\\"改变之前的金额\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@float\\\"\\n }\\n },\\n \\\"changedAmount\\\": {\\n \\\"type\\\": \\\"BigDecimal\\\",\\n \\\"description\\\": \\\"改变的金额\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@float\\\"\\n }\\n },\\n \\\"afterAmount\\\": {\\n \\\"type\\\": \\\"BigDecimal\\\",\\n \\\"description\\\": \\\"改变之后的金额\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@float\\\"\\n }\\n },\\n \\\"deleted\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"description\\\": \\\"删除表示1:已删除,0:未删除\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n },\\n \\\"createTime\\\": {\\n \\\"type\\\": \\\"LocalDateTime\\\",\\n \\\"description\\\": \\\"创建时间\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@timestamp\\\"\\n }\\n },\\n \\\"createBy\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"description\\\": \\\"创建人\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n },\\n \\\"updateTime\\\": {\\n \\\"type\\\": \\\"BigDecimal\\\",\\n \\\"description\\\": \\\"更新时间\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@float\\\"\\n }\\n },\\n \\\"updateBy\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"description\\\": \\\"更新人\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n }\\n }\\n}\",\"type\":\"var\",\"title\":\"/meetingRoomAccountDetail/{id}\",\"path\":\"/meetingRoomAccountDetail/{id}\",\"uid\":4417,\"req_body_is_json_schema\":true,\"project_id\":4875,\"__v\":0,\"req_headers\":[{\"name\":\"Content-Type\",\"_id\":\"6358efb121522d6ae3d8881a\",\"value\":\"application/json\",\"required\":\"1\"}],\"edit_uid\":0,\"tag\":[],\"req_query\":[],\"res_body_is_json_schema\":true,\"res_body\":\"{\\n \\\"type\\\": \\\"object\\\",\\n \\\"title\\\": \\\"Response\\\\u003cString\\\\u003e\\\",\\n \\\"required\\\": [],\\n \\\"description\\\": \\\"Response\\\\u003cString\\\\u003e :Response\\\",\\n \\\"properties\\\": {\\n \\\"code\\\": {\\n \\\"type\\\": \\\"Integer\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"message\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n },\\n \\\"data\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"description\\\": \\\"data\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n }\\n }\\n}\",\"method\":\"PUT\",\"index\":0,\"req_body_form\":[],\"req_params\":[{\"name\":\"id\",\"_id\":\"6358efb121522d6ae3d8881b\",\"desc\":\"\"}],\"up_time\":1666772913,\"api_opened\":false,\"add_time\":1666772913,\"status\":\"undone\",\"desc\":\" <pre><code> @PutMapping(\\\"/{id}\\\")\\n public Response&lt;String&gt; update(@RequestBody MeetingRoomAccountDetailDto meetingRoomAccountDetailDto) </code></pre>\"},{\"query_path\":{\"path\":\"/meetingRoomAccountDetail/{id}\",\"params\":[]},\"req_body_type\":\"json\",\"res_body_type\":\"json\",\"type\":\"var\",\"title\":\"/meetingRoomAccountDetail/{id}\",\"path\":\"/meetingRoomAccountDetail/{id}\",\"uid\":4417,\"req_body_is_json_schema\":true,\"project_id\":4875,\"__v\":0,\"req_headers\":[{\"name\":\"Content-Type\",\"_id\":\"6358efb121522d6ae3d8881c\",\"value\":\"application/json\",\"required\":\"1\"}],\"edit_uid\":0,\"tag\":[],\"req_query\":[],\"res_body_is_json_schema\":true,\"res_body\":\"{\\n \\\"type\\\": \\\"object\\\",\\n \\\"title\\\": \\\"Response\\\\u003cString\\\\u003e\\\",\\n \\\"required\\\": [],\\n \\\"description\\\": \\\"Response\\\\u003cString\\\\u003e :Response\\\",\\n \\\"properties\\\": {\\n \\\"code\\\": {\\n \\\"type\\\": \\\"Integer\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@integer\\\"\\n }\\n },\\n \\\"message\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n },\\n \\\"data\\\": {\\n \\\"type\\\": \\\"String\\\",\\n \\\"description\\\": \\\"data\\\",\\n \\\"mock\\\": {\\n \\\"mock\\\": \\\"@string\\\"\\n }\\n }\\n }\\n}\",\"method\":\"DELETE\",\"index\":0,\"req_body_form\":[],\"req_params\":[{\"name\":\"id\",\"_id\":\"6358efb121522d6ae3d8881d\",\"desc\":\"(String)\",\"example\":\"String\"}],\"up_time\":1666772913,\"api_opened\":false,\"add_time\":1666772913,\"status\":\"undone\",\"desc\":\" <pre><code> @DeleteMapping(\\\"/{id}\\\")\\n public Response&lt;String&gt; del(@PathVariable String id) </code></pre>\"}],\"add_time\":1666772912,\"desc\":\"工具上传临时文件夹\"}]","merge":"merge","token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOjQ0MTcsImlhdCI6MTY2Njc2ODEzNCwiZXhwIjoxNjY3MzcyOTM0fQ.ki10wsFWmHSiL6WRfYlKiwCWolH3U4ED3Jaiff0RKh0","type":"json"}

什么浏览器

~ 谷歌

什么系统(Linux, Windows, macOS)

macos

xwj-vic commented 1 year ago

请问解决了吗