(options = {})
| 1189 | } |
| 1190 | |
| 1191 | remainTeacher (options = {}) { |
| 1192 | options.url = '/db/user/-/remain-teacher' |
| 1193 | options.type = 'PUT' |
| 1194 | return this.fetch(options) |
| 1195 | } |
| 1196 | |
| 1197 | destudent (options = {}) { |
| 1198 | options.url = _.result(this, 'url') + '/destudent' |