【功能优化】SYSTEM:支持通过 refreshToken 认证,解决部分场景不方便刷新访问令牌场景
This commit is contained in:
@@ -142,7 +142,7 @@ public class AppCouponTemplateController {
|
||||
ProductSpuRespDTO spu = productSpuApi.getSpu(spuId).getCheckedData();
|
||||
return spu != null ? spu.getCategoryId() : null;
|
||||
}
|
||||
// 商品卷:直接返回
|
||||
// 商品劵:直接返回
|
||||
return spuId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user