You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i can't set Request Method to get,here is my code:
reqwest({
url: 'http://www.zanbaa.com/',
method: 'get',
data: {
results: 10,
...params,
},
type: 'json',
})
The text was updated successfully, but these errors were encountered:
i can't set Request Method to get,here is my code:
reqwest({
url: 'http://www.zanbaa.com/',
method: 'get',
data: {
results: 10,
...params,
},
type: 'json',
})
The text was updated successfully, but these errors were encountered: