Toggle navigation
Toggle navigation
This project
Loading...
Sign in
huayandong
/
recommend-api
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
huayandong
2019-01-10 11:01:56 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d3bddf3c95fc656141834eb2f436fa2c71e1cf9e
d3bddf3c
1 parent
ed92d0c9
add api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
boxfish-paper/paper-免校审接口.md
boxfish-paper/paper-免校审接口.md
0 → 100644
View file @
d3bddf3
### 免校审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
...
...
Please
register
or
login
to post a comment