| | |
| | | import com.ruoyi.common.core.domain.AjaxResult; |
| | | |
| | | public interface TripartiteInterfaceService { |
| | | boolean receiveQuestionBank(JSONObject jsonObject); |
| | | AjaxResult receiveQuestionBank(JSONObject jsonObject) throws Exception; |
| | | |
| | | AjaxResult receiveCourse(JSONObject jsonObject); |
| | | |
| | |
| | | |
| | | AjaxResult receiveBatchOpen(JSONObject jsonObject); |
| | | |
| | | AjaxResult receiveBarchEnd(JSONObject jsonObject); |
| | | AjaxResult receiveBatchEnd(JSONObject jsonObject); |
| | | |
| | | /** |
| | | * 学时证书推送 |
| | | * @param jsonObject |
| | | * @return |
| | | */ |
| | | AjaxResult receiveCerts(JSONObject jsonObject) throws Exception; |
| | | } |