Commit f95f20db by zhangxingmin

push

parent cdce65e4
...@@ -56,9 +56,9 @@ public interface ApiCoSessionFeignClient { ...@@ -56,9 +56,9 @@ public interface ApiCoSessionFeignClient {
* @param roomPwd 房间密码 * @param roomPwd 房间密码
* @return true-是同一人 false-不是同一人 * @return true-是同一人 false-不是同一人
*/ */
@GetMapping("/isMy/{roomId}/{roomPwd}") @GetMapping("/isMy")
Result<Boolean> isMy(@PathVariable("roomId") String roomId, Result<Boolean> isMy(@RequestParam("roomId") String roomId,
@PathVariable("roomPwd") String roomPwd, @RequestParam("roomPwd") String roomPwd,
HttpServletRequest httpRequest); HttpServletRequest httpRequest);
/** /**
......
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