小小儁爺
2024-06-04 909097fb4e143250de194c928d91cc95a4ed2c5a
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)