wangting
2023-06-02 b47493e37a857208c47d1421edcad81260c734ce
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
    }
  })
}