yangdamao 2 年 前
コミット
7427a6fa3f

+ 1 - 1
zhongzheng-api/src/main/java/com/zhongzheng/controller/cmmon/CommonController.java

@@ -293,7 +293,7 @@ public class CommonController extends BaseController {
      */
     @ApiOperation("领取题库活动记录")
     @GetMapping("/save/activity/record/{crowdType}")
-    public AjaxResult<Void> saveActivityRecord(@PathVariable("crowd") Integer crowdType) {
+    public AjaxResult<Void> saveActivityRecord(@PathVariable("crowdType") Integer crowdType) {
         DataWxTpClick dataWxTpClick = new DataWxTpClick();
         dataWxTpClick.setCrowdType(crowdType);
         dataWxTpClick.setCreateTime(DateUtils.getNowTime());