Authored by bblu

修改

... ... @@ -26,7 +26,7 @@ public class UserdaySigninController {
public ApiResponse signin(int uid) throws Exception {
log.debug("enter signin. param uid={}", uid);
userdaySigninService.signin(uid);
return new ApiResponse(new Object());
return new ApiResponse("");
}
}
... ...
... ... @@ -26,7 +26,7 @@ redis.proxy.auth=
execute.timetask.host=192.168.90.9
#zkAddress
zkAddress=192.168.102.211:2181
zkAddress=127.0.0.1:2181
# web context
web.context=activity
... ...