shawenguan hace 2 años
padre
commit
2f89e766c9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Scripts/thwj/thwjHelper.js

+ 1 - 1
Scripts/thwj/thwjHelper.js

@@ -306,7 +306,7 @@ async function doVerifyCodeBy345Api(base64Data) {
             }
             let payLoad = JSON.stringify(reqData);
             let url = {
-                url: `${W_345API_URL}`,
+                url: `${W_345API_URL}?key=${W_345API_KEY}&data=${base64Data}`,
                 headers: headers,
                 body: payLoad,
             };