mirror of
https://github.com/hex-ci/smzdm_script.git
synced 2026-02-03 02:53:17 +08:00
Update smzdm_lottery.js
This commit is contained in:
@@ -27,11 +27,12 @@ class SmzdmLotteryBot extends SmzdmBot {
|
||||
};
|
||||
}
|
||||
|
||||
const { isSuccess, data, response } = await requestApi('https://zhiyou.smzdm.com/user/lottery/jsonp_get_current', {
|
||||
const { isSuccess, data, response } = await requestApi('https://zhiyou.smzdm.com/user/lottery/jsonp_draw', {
|
||||
sign: false,
|
||||
parseJSON: false,
|
||||
headers: {
|
||||
...this.getHeadersForWeb(),
|
||||
'x-requested-with': 'com.smzdm.client.android',
|
||||
Referer: 'https://m.smzdm.com/'
|
||||
},
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user