付延余
2023-03-20 c2efd87e150d0ab5d92d398c3b367345def3cc35
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'];