Skip to content

Instantly share code, notes, and snippets.

@alihesari
Created February 16, 2020 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alihesari/3aa9d9181f9fdf78a0fa8e97096820b6 to your computer and use it in GitHub Desktop.
Save alihesari/3aa9d9181f9fdf78a0fa8e97096820b6 to your computer and use it in GitHub Desktop.
shenase.ir - Get bill status
const axios = require('axios');
// Send a POST request
axios({
method: 'post',
url: 'http://shenase.net/api/bills/stateByIds',
data: {
username: 'ali',
password: 'ali12@34',
billId: 5431,
paymentId: 5512
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment