@be-link/ecommerce-trade-service-node-sdk 0.1.54 → 0.1.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.
|
@@ -312,6 +312,9 @@ export declare namespace PosOrderQueryService {
|
|
|
312
312
|
};
|
|
313
313
|
user: {
|
|
314
314
|
userId: string;
|
|
315
|
+
unionId: string;
|
|
316
|
+
/** 用户昵称 */
|
|
317
|
+
nickname?: string;
|
|
315
318
|
memberLevel?: string;
|
|
316
319
|
receiverName: string;
|
|
317
320
|
receiverPhone: string;
|
|
@@ -326,6 +329,9 @@ export declare namespace PosOrderQueryService {
|
|
|
326
329
|
};
|
|
327
330
|
userDetail: {
|
|
328
331
|
userId: string;
|
|
332
|
+
unionId: string;
|
|
333
|
+
/** 用户昵称 */
|
|
334
|
+
nickname?: string;
|
|
329
335
|
memberLevel?: string;
|
|
330
336
|
receiverName: string;
|
|
331
337
|
receiverPhone: string;
|