fujunling
2023-06-02 c6a54f63df671de4592e336b9b8cd8406d4e3b51
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
    }
  })
}