@be-link/ecommerce-trade-service-node-sdk 0.1.84 → 0.1.85
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.
|
@@ -109,6 +109,10 @@ export declare namespace PosCoreService {
|
|
|
109
109
|
couponInfos?: Dto.ICoupon[];
|
|
110
110
|
/** 用户选择使用的积分数 */
|
|
111
111
|
pointNum?: number;
|
|
112
|
+
/** 小程序 appId(可选) */
|
|
113
|
+
appId?: string;
|
|
114
|
+
/** 用户 openId(可选) */
|
|
115
|
+
openId?: string;
|
|
112
116
|
}
|
|
113
117
|
interface IUpdateAddress {
|
|
114
118
|
userId: string;
|