|
|
@@ -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) => {
|