Commit f95f20db by zhangxingmin

push

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