Commit 317af482 authored by 任国军's avatar 任国军

add course

parent 1a562059
Pipeline #16298 passed with stage
in 6 seconds
......@@ -10,7 +10,7 @@ class InstitutionSubController extends Controller {
async institutionList() {
const { ctx } = this;
const input_params = ctx.request.body;
const input_params = ctx.request.query;
const results = await ctx.service.course.institutionSub.getInstitutions(input_params);
ctx.success({ results });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment