kucservice 1.0.3 → 1.0.5

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.
@@ -15413,6 +15413,8 @@ var modulesFiles = webApi_mf.keys().reduce(function (pre, cur) {
15413
15413
  Object.assign(pre, Object(defineProperty["a" /* default */])({}, cur.split('/').slice(-1)[0].split('.')[0], webApi_mf(cur)[Object.keys(webApi_mf(cur))[0]]));
15414
15414
  return pre;
15415
15415
  }, {});
15416
+ console.log("=====modulesFiles========");
15417
+ console.log(modulesFiles);
15416
15418
  /* harmony default export */ var webApi = (modulesFiles);
15417
15419
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js
15418
15420
  var possibleConstructorReturn = __webpack_require__("99de");
@@ -16048,6 +16050,7 @@ watermarkConfig:{text:{content:Ne.videoConfig.title||""},right:10,top:10}});Ie.o
16048
16050
  */
16049
16051
 
16050
16052
  var common_request_useRequest = function useRequest(type) {
16053
+ console.log(webApi);
16051
16054
  var requestObj = webApi[type];
16052
16055
  if (!requestObj) throw new Error('未找到对应的请求方法!');
16053
16056
  return function () {
Binary file