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. CRUD Customer:

  • create: Add new customer with fields Name, phone, address, bankAcount (bankAcount is encrypted when adding)
  • get: get customer list information
  • update: Update customer information
  • delete: Delete customer information Create API send Otp via phone number when user wants to change bank account

Merge request reports