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

Merge pull request !1147 from 山野羡民/N/A
This commit is contained in:
芋道源码 2024-12-07 02:27:39 +00:00 committed by Gitee
commit 97021dd519
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -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