Commit 4a46c71d authored by 吴春's avatar 吴春

1

parent 48583cd1
...@@ -327,6 +327,17 @@ export function saveStudent(data) { ...@@ -327,6 +327,17 @@ export function saveStudent(data) {
} }
/**
* 添加修改学员
*/
export function saveStudentBaseInfo(data) {
return request({
url: '/CustomerStudent/SetStudentBaseInfo',
method: 'post',
data
})
}
/** /**
* 获取客户阶段列表 * 获取客户阶段列表
*/ */
......
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