活动-用户相关功能
This commit is contained in:
parent
9851770521
commit
16e6520546
@ -112,13 +112,14 @@ public class UserController {
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户查询活动分页数据。
|
||||
* 用户查询活动详细信息。
|
||||
*
|
||||
* @param activityId 活动ID
|
||||
* @param wxOpenId OpenID
|
||||
* @return 登陆结果
|
||||
*/
|
||||
@GetMapping("activity/info")
|
||||
public JsonResult<?> activityInfo(@NotNull(message = "活动ID不能为空") Long activityId,@NotNull(message = "活动ID不能为空") String wxOpenId) {
|
||||
public JsonResult<?> activityInfo(@NotNull(message = "活动ID不能为空") Long activityId,@NotNull(message = "OpenID不能为空") String wxOpenId) {
|
||||
ActivityInfo activityInfo = userService.activityInfo(activityId,wxOpenId);
|
||||
return JsonResult.success(activityInfo);
|
||||
}
|
||||
|
||||
BIN
target/classes/com/cdzy/activity/controller/UserController.class
Normal file
BIN
target/classes/com/cdzy/activity/controller/UserController.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
target/classes/com/cdzy/activity/model/dto/ActivityInfo.class
Normal file
BIN
target/classes/com/cdzy/activity/model/dto/ActivityInfo.class
Normal file
Binary file not shown.
BIN
target/classes/com/cdzy/activity/service/UserService.class
Normal file
BIN
target/classes/com/cdzy/activity/service/UserService.class
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user