付延余
2023-03-21 dc46a242306048ac558c287cdf8d421399cb4fdd
api/index.js
@@ -45,6 +45,7 @@
      opt.header = typeObj['headerPOST'];
   } else if (urlType == 'json') {
      opt.header = typeObj['jsonPOST'];
      opt.data = params;
   } else {
      opt.data = params;
      opt.header = typeObj['headerPOST'];