Commit 9f6265b4 authored by 罗超's avatar 罗超

1

parent 31f962d6
......@@ -219,7 +219,7 @@ export function saveChapter(data) {
* 保存课程章节
* @param {JSON参数} data
*/
export function getCourseRate(data) {
export function getCourseRate(data) {
return request({
url: "/Course/GetCourseRateEnumList",
method: 'post',
......@@ -231,7 +231,7 @@ export function saveChapter(data) {
* 保存课程章节
* @param {JSON参数} data
*/
export function deleteChapters(data) {
export function deleteChapters(data) {
return request({
url: "/Course/BatchRemoveChapter",
method: 'post',
......@@ -243,7 +243,7 @@ export function saveChapter(data) {
* 保存课程章节
* @param {JSON参数} data
*/
export function setChaptersRate(data) {
export function setChaptersRate(data) {
return request({
url: "/Course/BatchSetChapterRate",
method: 'post',
......@@ -255,7 +255,7 @@ export function saveChapter(data) {
* 批量更新章节编号和ID
* @param {JSON参数} data
*/
export function batchUpdateChapterNo(data) {
export function batchUpdateChapterNo(data) {
return request({
url: "/Course/SetBatchChapterNo",
method: 'post',
......@@ -267,7 +267,7 @@ export function saveChapter(data) {
* 修改章节名称
* @param {JSON参数} data
*/
export function updateChapterName(data) {
export function updateChapterName(data) {
return request({
url: "/Course/SetChapterName",
method: 'post',
......@@ -396,7 +396,7 @@ export function saveOfferToOrder(data) {
method: 'post',
data
})
}
}
/**
* 报价单申请改价
......@@ -535,7 +535,3 @@ export function SetImportCourse(data) {
data
})
}
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
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