小小儁爺
2024-10-22 162eddd7467adfe5de7a1a468e54ea00b2febce3
config/api.js
@@ -317,4 +317,12 @@
// 设备维修验证提交
export const RepairVerificationScanDeviceSave = (data) => http.post('/DeviceManager/RepairVerificationScanDeviceSave',
   data)
// 修改密码
export const UpdateUserPassword = (data) => http.post('/Login/UpdateUserPassword' +
   data)
// 密码重置
export const ResettUserPassword = (data) => http.post('/Login/ResettUserPassword' +
   data)