@be-link/ecommerce-promotion-service-node-sdk 0.1.59 → 0.1.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -104,10 +104,12 @@ export declare namespace Service {
|
|
|
104
104
|
userId: string;
|
|
105
105
|
/** 逆向单号(退款单号) */
|
|
106
106
|
reverseOrderId: string;
|
|
107
|
+
/** 会员模板ID;为空表示历史兼容数据(未初始化权益),仅回收会员身份 */
|
|
108
|
+
templateId?: string;
|
|
107
109
|
/**
|
|
108
110
|
* 用户券状态英文枚举(`ENUM.PRICING_CALCULATION_ENUM.COUPON_STATUS`),须与用户服务返回的 `couponBenefitCouponStatus` 一致
|
|
109
111
|
*/
|
|
110
|
-
couponStatus
|
|
112
|
+
couponStatus?: ENUM.PRICING_CALCULATION_ENUM.COUPON_STATUS;
|
|
111
113
|
}
|
|
112
114
|
/** 查询用户所属福利官 */
|
|
113
115
|
interface listBenefitOfficers {
|