@be-link/pos-cli-nodejs 0.0.55 → 0.0.56
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.
package/package.json
CHANGED
|
@@ -145,7 +145,7 @@ export declare namespace Service {
|
|
|
145
145
|
}
|
|
146
146
|
interface calculateUserConsumeInfo {
|
|
147
147
|
/** 用户id */
|
|
148
|
-
|
|
148
|
+
unionIdList: string[];
|
|
149
149
|
/** 创建时间(开始) */
|
|
150
150
|
startTime: number;
|
|
151
151
|
/** 创建时间(结束) */
|
|
@@ -483,10 +483,10 @@ export declare namespace Service {
|
|
|
483
483
|
orderId: string;
|
|
484
484
|
rejectReasons: string[];
|
|
485
485
|
}[];
|
|
486
|
-
|
|
486
|
+
type calculateUserConsumeInfo = {
|
|
487
487
|
cnt: number;
|
|
488
488
|
fee: number;
|
|
489
|
-
}
|
|
489
|
+
}[];
|
|
490
490
|
}
|
|
491
491
|
/** 用户维度查询 */
|
|
492
492
|
interface QueryByUserController {
|