Giter Club home page Giter Club logo

tcb2021's Introduction

Techcombank 2021 mã hóa

Api Techcombank kiểu đéo thể đọc được nhưng cam đoan an toàn do mai mình đi nvqs :)))

  1. Mặc định server chạy trên port 6789. Tiến hành mở port
sudo iptables -I INPUT -p tcp --dport 6789 -j ACCEPT

Cách cài đặt

  1. Cài đặt MongoDB

  2. Cài đặt Nodejs

  3. Cài đặt PM2

  4. Khởi chạy server

cd /tcb2021
sudo pm2 start node.js

Để kiểm tra log thì dùng lệnh: sudo pm2 logs

  1. Kết thúc

Bây giờ có thể sử dụng server ở địa chỉ: http://IP.Server.XXX:6789

Các API

Copy curl này vào POSTMAN hoặc một phần mềm tương tự để test

  1. Kiểm tra lịch sử giao dịch
curl --location --request POST 'IP:6789/api/techcombank/getTransactions' \
--header 'Content-Type: application/json' \
--data-raw '{
    "username": "tk",
    "password": "mk",
    "begin": "28/12/2020",
    "end": "26/02/2021"
}'
  • Giải thích thông số POST
{
    "begin": "DD/MM/YYYY",
    "end": "DD/MM/YYYY",
    "username": "ten_dang_nhap_TCB",
    "password": "mat_khau_TCB"
}

tcb2021's People

Contributors

notad avatar

Stargazers

Nguyen Duc Vuong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.