@be-link/ecommerce-client-backend-service-node-sdk 0.1.81 → 0.1.82
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.
|
@@ -331,6 +331,10 @@ export interface UserInfo {
|
|
|
331
331
|
lastWatchTime: string;
|
|
332
332
|
/** 累计消费金额(元) */
|
|
333
333
|
accumulatedConsumptionAmount: number;
|
|
334
|
+
/** 累计退款金额(元) */
|
|
335
|
+
accumulatedRefundAmount: number;
|
|
336
|
+
/** 7天累计消费金额(元) */
|
|
337
|
+
sevenDaysTotalAmount: number;
|
|
334
338
|
/** 最近消费时间 */
|
|
335
339
|
lastConsumptionTime: string;
|
|
336
340
|
/** 首次消费时间 */
|