Commit 6b51fc92 by 周晓航

日志变动

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 59fc762b
...@@ -34,7 +34,7 @@ public interface ActivityApplicationClient { ...@@ -34,7 +34,7 @@ public interface ActivityApplicationClient {
/** /**
* 查询可领券活动 * 查询可领券活动
* 目前: 评价有礼活动使用 * 目前: 评价有礼活动使用
*/ */
@PostMapping("/promotionActivity/evaluate/checkAndJoin") @PostMapping("/promotionActivity/evaluate/checkAndJoin")
public BaseResponse<CheckAndJoinResponse> checkAndJoin(@RequestBody ActivityRequestCommon requestVo); public BaseResponse<CheckAndJoinResponse> checkAndJoin(@RequestBody ActivityRequestCommon requestVo);
......
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