File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -300,12 +300,12 @@ function todaycoin() {
300300 }
301301 $ . post ( todaycoinurl , async ( error , resp , data ) => {
302302 let todaycoin = JSON . parse ( data ) ;
303- $ . log ( `【今日金币】:${ todaycoin . data . today_score } 个金币🏅 ` ) ;
304- $ . log ( `【账户金币】:${ todaycoin . data . score } 个金币🏅,折算 ${ todaycoin . data . money } ` ) ;
305- $ . log ( `【获取金币总计 】:${ todaycoin . data . total_score } 个金币🏅 ` ) ;
306- tz += `【今日金币】:${ todaycoin . data . today_score } 个金币 \n` ;
307- tz += `【账户金币】:${ todaycoin . data . score } 个金币🏅,折算 ${ todaycoin . data . money } ` ;
308- tz += `【获取金币总计 】:${ todaycoin . data . total_score } 个金币🏅 ` ;
303+ $ . log ( `【今日金币】:${ todaycoin . data . today_score } 金币 ` ) ;
304+ $ . log ( `【账户金币】:${ todaycoin . data . score } 金币, ${ todaycoin . data . money } ` ) ;
305+ $ . log ( `【获取总计 】:${ todaycoin . data . total_score } 金币 ` ) ;
306+ tz += `【今日金币】:${ todaycoin . data . today_score } 金币 \n` ;
307+ tz += `【账户金币】:${ todaycoin . data . score } 金币, ${ todaycoin . data . money } \n ` ;
308+ tz += `【获取总计 】:${ todaycoin . data . total_score } 金币\n ` ;
309309 resolve ( )
310310 } )
311311 } )
You can’t perform that action at this time.
0 commit comments