|
@@ -7,6 +7,7 @@ const rkey = 'lessonStudent';
|
|
|
const ckey = 'business.lessonStudent';
|
|
|
const keyZh = '课程-学员';
|
|
|
const routes = [
|
|
|
+ { method: 'post', path: `${rkey}/checkCanUse`, controller: `${ckey}.checkCanUse`, name: `${ckey}checkCanUse`, zh: `查询是否可以报名${keyZh}` },
|
|
|
{ method: 'post', path: `${rkey}/toComputed`, controller: `${ckey}.toComputed`, name: `${ckey}toComputed`, zh: `计算价格${keyZh}` },
|
|
|
{ method: 'get', path: `${rkey}`, controller: `${ckey}.index`, name: `${ckey}Query`, zh: `${keyZh}列表查询` },
|
|
|
{ method: 'get', path: `${rkey}/:id`, controller: `${ckey}.show`, name: `${ckey}Show`, zh: `${keyZh}查询` },
|