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.
@@ -15422,6 +15422,8 @@ var modulesFiles = webApi_mf.keys().reduce(function (pre, cur) {
15422
15422
  Object.assign(pre, Object(defineProperty["a" /* default */])({}, cur.split('/').slice(-1)[0].split('.')[0], webApi_mf(cur)[Object.keys(webApi_mf(cur))[0]]));
15423
15423
  return pre;
15424
15424
  }, {});
15425
+ console.log("=====modulesFiles========");
15426
+ console.log(modulesFiles);
15425
15427
  /* harmony default export */ var webApi = (modulesFiles);
15426
15428
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js
15427
15429
  var possibleConstructorReturn = __webpack_require__("99de");
@@ -16057,6 +16059,7 @@ watermarkConfig:{text:{content:Ne.videoConfig.title||""},right:10,top:10}});Ie.o
16057
16059
  */
16058
16060
 
16059
16061
  var common_request_useRequest = function useRequest(type) {
16062
+ console.log(webApi);
16060
16063
  var requestObj = webApi[type];
16061
16064
  if (!requestObj) throw new Error('未找到对应的请求方法!');
16062
16065
  return function () {
Binary file