Skip to content

Commit

Permalink
Update dkd_coin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSiMai authored Feb 24, 2021
1 parent a18c697 commit 83dbfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkd_coin.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ if(result.status_code == 10020){
return new Promise((resolve) => {
let url = {
url : 'http://dkd-api.dysdk.com/task/get_ad_award',
headers : JSON.parse($.getdata('dkdhd')),
headers : JSON.parse(dkdhd),
body : 'adType=2&'+dkdbody+'&type=1&overLimit',}
$.post(url, async (err, resp, data) => {
try {
Expand Down

0 comments on commit 83dbfdc

Please sign in to comment.