|
@@ -106,7 +106,7 @@ public class UserWithBeisenController {
|
|
|
return httpRespMsg;
|
|
|
}
|
|
|
|
|
|
- @RequestMapping("getSwipingCards")
|
|
|
+ @RequestMapping("/getSwipingCards")
|
|
|
public HttpRespMsg getSwipingCards(String createDate){
|
|
|
HttpRespMsg httpRespMsg=new HttpRespMsg();
|
|
|
Integer companyId = userMapper.selectById(request.getHeader("token")).getCompanyId();
|