Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
D
dbp
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • credit_data
  • dbp
  • Wiki
    • Copyright.wiki
  • open_copyRight_search

open_copyRight_search · Changes

Page history
init authored Oct 21, 2019 by 李林坳's avatar 李林坳
Hide whitespace changes
Inline Side-by-side
Showing with 83 additions and 0 deletions
+83 -0
  • copyRight.wiki/open_copyRight_search.md copyRight.wiki/open_copyRight_search.md +83 -0
  • No files found.
copyRight.wiki/open_copyRight_search.md 0 → 100644
View page @ 34c365d3
## 著作权查询(新)
----
本接口用于著作权查询
### 调用路径
> http://api.shuidi.cn/open/copyRight/search
### 输入参数
|参数名称 | 是否必填 | 说明 |
| -------- | -------- | -------- |
|认证相关参数 | 是| 见接口认证章节说明 |
|key | 是 | 公司名称 |
|pageIndex | 否 | 页码,查询页码列表信息,默认第一页 |
|pageSize | 否 | 每页条数,默认10,最大不超过50 |
{% include '../common/authenticate.md' %}
### 输出结果
{% include '../common/output_format.md' %}
#### 输出样例
```json
{
"statusCode": 1,
"statusMessage": "请求成功",
"data": {
"paging": {
"pageSize": 10,
"pageIndex": 1,
"totalRecords": 143
},
"result": [
{
"owner": "小米科技有限责任公司",
"category": "美术",
"name": "米兔趣味童年",
"registerNo": "国作登字-2018-F-00576287",
"registerDate": "2018-07-09 00:00:00",
"publishDate": "2018-07-09 00:00:00",
"finishDate": "2018-07-09 00:00:00"
},
{
"owner": "小米科技有限责任公司",
"category": "文字",
"name": "爱的梦想(客服之歌)",
"registerNo": "国作登字-2018-A-00548611",
"registerDate": "2018-05-18 00:00:00",
"publishDate": "2018-05-18 00:00:00",
"finishDate": "2018-05-18 00:00:00"
},
{
"owner": "小米科技有限责任公司",
"category": "美术",
"name": "Mitype17",
"registerNo": "国作登字-2018-F-00501179",
"registerDate": "2018-03-16 00:00:00",
"publishDate": "2018-03-16 00:00:00",
"finishDate": "2018-03-16 00:00:00"
}
]
}
}
```
#### 输出结果字段含义
| 属性名 | 含义 |
| -------- | -------- |
| paging.pageSize | 每页条数,默认10,最大不超过50 |
| paging.pageIndex | 页码,查询页码列表信息,默认第一页 |
| paging.totalRecords | 总记录数 |
| result.owner | 作品著作权人 |
| result.category | 类别 |
| result.name | 作品名称 |
| result.registerNo | 登记号 |
| result.registerDate | 登记日期 |
| result.publishDate | 首次发布日期 |
| result.finishDate | 创作完成日期 |
{% include '../common/error_code.md'%}
Clone repository
  • README
  • SUMMARY
  • bidchance.wiki
    • README
    • open_bidchance_batchGetDatas
    • open_bidchance_batchGetKeywords
    • open_bidchance_count
    • open_bidchance_find
    • open_bidchance_keywords
    • open_bidchance_search
    • open_bidchance_searchPage
  • common
    • authenticate
    • error_code
    • output_format
    • service_hosts_pub
  • company.wiki
    • README
View All Pages