$.ajax({
  type: 'POST',
  url: '/ushm/edu/contentsViewAviProcessCheckSub',
  data: {
    scheduleMemberProgressNo: window.location.href.match(/scheduleMemberProgressNo=(.*)/)[1],
    currentTime: 3000,
    isEnd: true,
    isMobile: true
  }
});