qingyiay
2023-03-24 09c2ac7911db8993b6b435cb5af23fcf69c0fbe2
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'];