Skip to content

customerManagement: Update Crud customer, Send Otp - 16/04/2025

Nguyễn Phú Tâm requested to merge feature/crud_customer into develop
  • Edit the code after review by Mr. Duc.
  • Add comments to files
  • CRUD Customer:create: Add new customer with fields Name, phone, address, bankAccount (bankAccount is encrypted when adding); get: get customer list information; update: Update customer information; delete: Delete customer information.
  • Create a transaction and get a list of transaction history by customerId
  • Create API send Otp via phone number when user wants to change bank account

Merge request reports