wangting
2023-05-31 8befde9f52a8bf1a7cd13666d4396587b0a0b1cc
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
    }
  })
}