|
|
@ -98,7 +98,7 @@ async function updateRedCoupons(i) { |
|
|
|
} |
|
|
|
async function onAdClick() { |
|
|
|
let url = 'http://cpl.apkgo.cn/idiomgame/?s=/CashOutInfo/onAdClick' |
|
|
|
let body=`&userId=68331&timeStamp=1653025809131&sign=3206c0256e9ddc0c411bd66d78211c67` |
|
|
|
let body=`&userId=68331&timeStamp=1653354493163&sign=9340f498f77c674b9dd819ec2f75a742` |
|
|
|
let urlObject = populateUrlObject(url,body) |
|
|
|
await httpRequest('post',urlObject) |
|
|
|
if(!httpResult || httpResult.statusCode != 200) {return;} |
|
|
@ -112,7 +112,7 @@ async function onAdClick() { |
|
|
|
|
|
|
|
async function onCheck() { |
|
|
|
let url = 'http://cpl.apkgo.cn/idiomgame/?s=/CashOutInfo/onCheck' |
|
|
|
let body=`&userId=68331&timeStamp=1653026327716&sign=12dd9ffc5eb8dcc73a49a34a2a4261d1` |
|
|
|
let body=`&userId=68331&timeStamp=1653354303857&sign=2e7cb67c97552a0386c3a2e54ac444fc` |
|
|
|
let urlObject = populateUrlObject(url,body) |
|
|
|
await httpRequest('post',urlObject) |
|
|
|
if(!httpResult || httpResult.statusCode != 200) {return;} |
|
|
@ -141,7 +141,7 @@ async function onCheck() { |
|
|
|
} |
|
|
|
async function cashOrder() { |
|
|
|
let url = 'http://cpl.apkgo.cn/idiomgame/?s=/CashOutInfo/cashOrder' |
|
|
|
let body=`&userId=68331&orderId=89716&timeStamp=1653026060663&sign=1a8cd53ed634277771bae755b7427206` |
|
|
|
let body=`&userId=68331&orderId=92132&timeStamp=1653354615535&sign=50474e5b8e9f63264cb7f240d78b7d36` |
|
|
|
let urlObject = populateUrlObject(url,body) |
|
|
|
await httpRequest('post',urlObject) |
|
|
|
//console.log(urlObject)
|
|
|
|