فهرست منبع

【接口文档标签归类错误】update module/member/controller/app/signin/AppMemberSignInRecordController.java.

Signed-off-by: 山野羡民 <liyujiang_tk@yeah.net>
山野羡民 8 ماه پیش
والد
کامیت
a704ac3771

+ 1 - 1
yudao-module-member/yudao-module-member-biz/src/main/java/cn/iocoder/yudao/module/member/controller/app/signin/AppMemberSignInRecordController.java

@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RestController;
 import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
 import static cn.iocoder.yudao.framework.security.core.util.SecurityFrameworkUtils.getLoginUserId;
 
-@Tag(name = "管理后台 - 签到记录")
+@Tag(name = "用户 App - 签到记录")
 @RestController
 @RequestMapping("/member/sign-in/record")
 @Validated