Commit 3a9b1995 by zhangxingmin

push

parent 30c7bd23
......@@ -45,9 +45,9 @@ public interface ApiCoSessionFeignClient {
* @param roomPwd 房间密码
* @return 完整会话信息
*/
@GetMapping("/detail/{roomId}/{roomPwd}")
Result<SessionDetailResponse> get(@PathVariable("roomId") String roomId,
@PathVariable("roomPwd") String roomPwd);
@GetMapping("/detail/roomIdAndPwd")
Result<SessionDetailResponse> get(@RequestParam("roomId") String roomId,
@RequestParam("roomPwd") String roomPwd);
/**
* 判断资源创建者和参与者是否是同一个人(供参与者调用)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment