huayandong

add api

### 免校审APP接口参数
##### 1. URL上拼接参数
参数 | 类型 | 说明
--- | --- | ---
appIsExperience | boolean | 默认值为false
> 说明:如果`appIsExperience = true`,表示该请求是免校审APP发出,走免校审逻辑;
如果不传该参数或者`appIsExperience = false`,表示是从正式APP发出,不走免校审逻辑,识别结果需要校审APP提交后才能看见;
e.g: {{localhost}}/boxfish-wudaokou-paper/xxxxxx?access_token=ZBMkbBAgIz&appIsExperience=true
##### 2. URL上拼接参数
1. 智能培优课课程列表接口:`/paper/ai/getPaperList`
2. 获取主观题详细接口:`/paper/student/paper_detail`
\ No newline at end of file
... ...