充值记录
This commit is contained in:
@@ -38,7 +38,7 @@ public class MemberController {
|
||||
// @SaAdminCheckPermission(value = "member:detail", name = "会员配置列表")
|
||||
@GetMapping
|
||||
public CzgResult<MemberConfigVO> detail() {
|
||||
return CzgResult.success(memberConfigService.detail(StpKit.USER.getShopId()));
|
||||
return CzgResult.success(memberConfigService.detail(StpKit.USER.getHeadShopIdBySession()));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user