qingyiay
2023-03-27 7986bc00e330411ffc73da24fdd168c6af8cf295
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'];