From 69515ff39c52cb87442010c9e917d2990e99c905 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Sat, 27 Sep 2025 18:05:22 +0800 Subject: [PATCH] =?UTF-8?q?/app/h5/identity=20=E6=8E=A5=E5=8F=A3=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../circle/other/adapter/app/h5/MemberActiveController.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rc-service/rc-service-other/other-adapter/src/main/java/com/red/circle/other/adapter/app/h5/MemberActiveController.java b/rc-service/rc-service-other/other-adapter/src/main/java/com/red/circle/other/adapter/app/h5/MemberActiveController.java index 2414d78c..9b79efdf 100644 --- a/rc-service/rc-service-other/other-adapter/src/main/java/com/red/circle/other/adapter/app/h5/MemberActiveController.java +++ b/rc-service/rc-service-other/other-adapter/src/main/java/com/red/circle/other/adapter/app/h5/MemberActiveController.java @@ -2,6 +2,7 @@ package com.red.circle.other.adapter.app.h5; import com.red.circle.common.business.dto.cmd.AppExtCommand; import com.red.circle.common.business.dto.cmd.PageUserIdCmd; +import com.red.circle.common.business.dto.cmd.app.AppUserIdCmd; import com.red.circle.framework.dto.PageResult; import com.red.circle.framework.web.controller.BaseController; import com.red.circle.order.inner.endpoint.UserFreightRechargeRecordClient; @@ -54,8 +55,8 @@ public class MemberActiveController extends BaseController { * 用户身份信息. */ @GetMapping("/identity") - public UserIdentityVO getUserIdentity(AppExtCommand cmd) { - return userIdentityService.getUserIdentity(cmd.getReqUserId()); + public UserIdentityVO getUserIdentity(AppUserIdCmd cmd) { + return userIdentityService.getUserIdentity(cmd.getUid()); } /**