Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jiaozijun
/
teaching-service-wiki
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
jiangtengfei
2017-01-14 16:33:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b6cfc01c24249186d8ed8af8f3f26e54bc4feecd
b6cfc01c
1 parent
3662da9b
edit
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
smallclass.md
smallclass.md
View file @
b6cfc01
...
...
@@ -142,3 +142,40 @@ response:
"returnMsg"
:
"success"
}
```
## 一对一、小班课加积分接口
>1.此接口需要access_token
>
>2.class_type:
>
>正常课,NORMAL
>
>小班课,SMALL
>
>
接口地址: /teaching/student/score
Request method:POST
Request Params:
|参数名 |是否必须 |说明 |参数类型 |
|--------------|-----------|-------------------------------|-----------------|
|work_order_id |是 |鱼卡id |Long |
|class_type |否 |不传默认值为
`NORMAL `
,课程类型见说明|String |
response:
```
{
"data"
:
{
"score"
:
300
},
"returnCode"
:
200
,
"returnMsg"
:
"success"
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment