wang1
2023-07-13 af73b1917e58e37daaa3e63f5303da1056cedfa3
Source/UBCS-WEB/src/api/system/user.js
@@ -137,3 +137,14 @@
    data:UserPwdstrategyVO
  })
}
// 提醒时间
export const check =(userId) => {
  return request({
    url: '/api/ubcs-user/check-renexpr',
    method: 'post',
    params:{
      userId
    }
  })
}