Showing
1 changed file
with
20 additions
and
0 deletions
boxfish-paper/paper-免校审接口.md
0 → 100644
1 | +### 免校审APP接口参数 | ||
2 | + | ||
3 | + | ||
4 | +##### 1. URL上拼接参数 | ||
5 | + | ||
6 | +参数 | 类型 | 说明 | ||
7 | +--- | --- | --- | ||
8 | +appIsExperience | boolean | 默认值为false | ||
9 | + | ||
10 | + | ||
11 | +> 说明:如果`appIsExperience = true`,表示该请求是免校审APP发出,走免校审逻辑; | ||
12 | +如果不传该参数或者`appIsExperience = false`,表示是从正式APP发出,不走免校审逻辑,识别结果需要校审APP提交后才能看见; | ||
13 | + | ||
14 | +e.g: {{localhost}}/boxfish-wudaokou-paper/xxxxxx?access_token=ZBMkbBAgIz&appIsExperience=true | ||
15 | + | ||
16 | +##### 2. URL上拼接参数 | ||
17 | + | ||
18 | +1. 智能培优课课程列表接口:`/paper/ai/getPaperList` | ||
19 | + | ||
20 | +2. 获取主观题详细接口:`/paper/student/paper_detail` |
-
Please register or login to post a comment