@pisell/pisellos 0.0.503 → 0.0.504
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.
|
@@ -270,7 +270,7 @@ export var ScanOrderImpl = /*#__PURE__*/function (_BaseModule) {
|
|
|
270
270
|
var loggerProvider = ((_this2$otherParams = _this2.otherParams) === null || _this2$otherParams === void 0 ? void 0 : _this2$otherParams.scanOrderLoggerProvider) || 'feishu';
|
|
271
271
|
var loggerConfig = ((_this2$otherParams2 = _this2.otherParams) === null || _this2$otherParams2 === void 0 ? void 0 : _this2$otherParams2.scanOrderLoggerConfig) || {
|
|
272
272
|
feishu: {
|
|
273
|
-
|
|
273
|
+
webhook: 'https://open.feishu.cn/open-apis/bot/v2/hook/216b3fe6-af98-424e-8706-f0471241a7ed'
|
|
274
274
|
}
|
|
275
275
|
};
|
|
276
276
|
_this2.core.registerModule(targetModule, {
|
|
@@ -204,7 +204,7 @@ var ScanOrderImpl = class extends import_BaseModule.BaseModule {
|
|
|
204
204
|
const loggerProvider = ((_c2 = this.otherParams) == null ? void 0 : _c2.scanOrderLoggerProvider) || "feishu";
|
|
205
205
|
const loggerConfig = ((_d2 = this.otherParams) == null ? void 0 : _d2.scanOrderLoggerConfig) || {
|
|
206
206
|
feishu: {
|
|
207
|
-
|
|
207
|
+
webhook: "https://open.feishu.cn/open-apis/bot/v2/hook/216b3fe6-af98-424e-8706-f0471241a7ed"
|
|
208
208
|
}
|
|
209
209
|
};
|
|
210
210
|
this.core.registerModule(targetModule, {
|