@be-link/ecommerce-client-backend-service-node-sdk 0.1.64 → 0.1.65
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/modules/data/service.js +2 -1
- package/package.json +1 -1
package/modules/data/service.js
CHANGED
|
@@ -173,7 +173,8 @@ __decorate([
|
|
|
173
173
|
], DataServiceClass.prototype, "dailyUpdateUserSevenDaysAmount", null);
|
|
174
174
|
__decorate([
|
|
175
175
|
(0, tsoa_1.OperationId)('初始化用户数据-刷入所有用户'),
|
|
176
|
-
(0, tsoa_1.Post)('init-user-extra-info-users')
|
|
176
|
+
(0, tsoa_1.Post)('init-user-extra-info-users'),
|
|
177
|
+
__param(0, (0, tsoa_1.Body)())
|
|
177
178
|
], DataServiceClass.prototype, "initUserExtraInfoUsers", null);
|
|
178
179
|
__decorate([
|
|
179
180
|
(0, tsoa_1.OperationId)('初始化用户数据-刷最近看播时间'),
|