增加个人中心

This commit is contained in:
2026-02-23 02:27:32 +08:00
parent 5b3047f675
commit af23c8779e
8 changed files with 434 additions and 428 deletions

View File

@@ -19,7 +19,7 @@ import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
*/
@Tag(name = "用户 APP - 会员档案")
@RestController
@RequestMapping("/api/muye/member-profile")
@RequestMapping("/api/tik/muye/member-profile")
@Validated
public class AppMemberUserProfileController {