Commit 74281c78 authored by hanfeng's avatar hanfeng

Merge remote-tracking branch 'origin/dev' into dev

parents 85053ab3 4b00bea3
...@@ -342,7 +342,7 @@ public class AppUserController extends CommonBaseController{ ...@@ -342,7 +342,7 @@ public class AppUserController extends CommonBaseController{
} }
@PostMapping("/bind") @PostMapping("/bind")
private ObjectRestResponse accountBinding(@RequestBody AccountBindDTO accountBindDTO, HttpServletRequest request){ public ObjectRestResponse accountBinding(@RequestBody AccountBindDTO accountBindDTO, HttpServletRequest request){
try { try {
IJWTInfo infoFromToken = userAuthUtil.getInfoFromToken(userAuthConfig.getToken(request)); IJWTInfo infoFromToken = userAuthUtil.getInfoFromToken(userAuthConfig.getToken(request));
return appUserLoginBiz.bindAccount(accountBindDTO, Integer.valueOf(infoFromToken.getId()), request); return appUserLoginBiz.bindAccount(accountBindDTO, Integer.valueOf(infoFromToken.getId()), request);
......
...@@ -72,7 +72,6 @@ public class ServiceTest { ...@@ -72,7 +72,6 @@ public class ServiceTest {
} }
@Test @Test
public void handlerTeset() { public void handlerTeset() {
handler.execute("2019-09-29"); handler.execute("2019-09-29");
......
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