shawenguan hace 2 años
padre
commit
c5a024b2fa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Scripts/buyu/wbankBuYu.js

+ 1 - 1
Scripts/buyu/wbankBuYu.js

@@ -398,7 +398,7 @@ async function tryToUploadSocre(pNumStr) {
     return retPlay;
 }
 
-async function wRequest(type = 'post', { data: data, headers: headers }) {
+async function wRequest(type = 'post', url, { data: data, headers: headers }) {
 
     lk.log("#########################2");
     return new Promise((resolve, reject) => {