@be-link/ecommerce-client-backend-service-node-sdk 0.1.52 → 0.1.54
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.
|
@@ -54,7 +54,7 @@ let MiniProgramServiceClass = class MiniProgramServiceClass extends BaseService_
|
|
|
54
54
|
};
|
|
55
55
|
__decorate([
|
|
56
56
|
(0, tsoa_1.OperationId)('客户端获取当前正在使用的小程序信息'),
|
|
57
|
-
(0, tsoa_1.Post)('
|
|
57
|
+
(0, tsoa_1.Post)('clientUsed')
|
|
58
58
|
], MiniProgramServiceClass.prototype, "clientUsed", null);
|
|
59
59
|
__decorate([
|
|
60
60
|
(0, tsoa_1.OperationId)('后台获取当前正在使用的小程序信息'),
|