請求支持 POST 和 GET 兩種方法,字符編碼為 utf-8 ,支持全天24小時(shí)發(fā)送。
https://api.ihuyi.com/idcard/entcopy/Submit.json
參數(shù)名稱 | 參數(shù)值描述 | 示例 | 類型 | 必填 |
Content-Type | 內(nèi)容類型,固定值 | application/x-www-form-urlencoded | string | 是 |
參數(shù)名稱 | 參數(shù)值描述 | 示例 | 類型 | 必填 |
account | APIID(用戶中心【認(rèn)證核驗(yàn)】-【企業(yè)信息驗(yàn)證】-【產(chǎn)品總覽】查看) | xxxxxxxx | string | 是 |
password | 1、APIKEY(用戶中心【認(rèn)證核驗(yàn)】-【企業(yè)信息驗(yàn)證】-【產(chǎn)品總覽】查看) 2、動(dòng)態(tài)密碼(生成動(dòng)態(tài)密碼方式請看該文檔末尾的說明) |
xxxxxxxxx | string | 是 |
ent_name | 企業(yè)名稱 | 上海************有限公司 | string | 否 |
ent_code | 社會(huì)信用代碼 | 913****** | string | 否 |
organization_code | 組織機(jī)構(gòu)代碼 | 403925****** | string | 否 |
year | 公布年份(格式為yyyy) | 2024 | string | 否 |
copyright_type | 著作權(quán)類型代碼(P:著作權(quán);S:軟件著作權(quán)) | P | string | 否 |
reg_num | 登記號(hào) | 403925****** | string | 否 |
copyright_name | 作品名稱(支持模糊搜索) | **著作 | string | 否 |
owner | 著作權(quán)人(支持模糊搜索) | 張 | string | 否 |
page_index | 頁碼,默認(rèn)第一頁 | 1 | string | 否 |
page_size | 每頁條數(shù)(默認(rèn)50條,最大50條) | 50 | string | 否 |
time | Unix時(shí)間戳(10位整型數(shù)字,當(dāng)使用動(dòng)態(tài)密碼方式時(shí)為必填) | 1623643787 | string | 否 |
參數(shù)名稱 | 參數(shù)值描述 | 示例 | 類型 | 必返 |
code | 返回值為2時(shí),表示提交成功 | 2|1 | int | |
msg | 提交結(jié)果描述 | 查詢成功|查詢失敗 | string | |
idcardid | 當(dāng)提交成功后,此字段為流水號(hào),否則為0或空 | 16236437872836|0 | string | |
result | 認(rèn)證結(jié)果 | object | ||
total | 總數(shù) | 1 | string | |
lists[] | 數(shù)據(jù)列表 | array | ||
entityName | 企業(yè)名稱 | 上海市************ | string | |
copyrightType | 著作權(quán)類型 | 軟件著作權(quán)證書 | string | |
copyrightTypeCode | 著作權(quán)類型代碼(P:著作權(quán);S:軟件著作權(quán)) | S | string | |
registrationNum | 登記號(hào) | 2017******* | string | |
categoryType | 分類號(hào) | string | ||
copyrightName | 軟件全稱 | ***軟件 | string | |
copyrightNameAbbr | 作品簡稱 | string | ||
copyrightOwner | 著作權(quán)人 | 上海市***********公司 | string | |
copyrightOwnerType | 著作權(quán)人類型 | E | string | |
author | 作者 | string | ||
relatedEntity | 關(guān)聯(lián)企業(yè) | [{"item":"2141***","name":"上海******公司","by":"ByName","type":"E"}] | string | |
version | 版本號(hào) | V1.0 | string | |
finishDate | 創(chuàng)作完成日期 | 2017-03-08T00:00:00 | string | |
publishDate | 首次發(fā)表日期 | 2017-07-12T00:00:00 | string | |
registrationDate | 登記批準(zhǔn)日期 | 2017-12-13T00:00:00 | string | |
publishYear | 公布年份 | 2017 | string | |
state | 狀態(tài) | 登記 | string | |
stateDate | 日期 | string | ||
powerScope | 權(quán)利范圍 | 全部權(quán)利 | string | |
powerGainMethod | 權(quán)利取得方式 | 原始取得 | string | |
isHistory | 是否歷史 | 0 | string |
code | msg |
0 | 未知錯(cuò)誤 |
1 | 提交失敗 |
2 | 提交成功 |
400 | 非法ip訪問 |
401 | 帳號(hào)不能為空 |
402 | 密碼不能為空 |
403 | 應(yīng)用不存在 |
404 | 姓名不能為空 |
4041 | 姓名格式不正確(2-10個(gè)中文漢字) |
406 | 企業(yè)名稱、統(tǒng)代、組織機(jī)構(gòu)代碼、工商注冊號(hào)四選一 |
407 | 每頁條數(shù)最大50 |
4061 | 身份證格式不正確 |
405 | API ID 或 API KEY 不正確 |
4050 | 賬號(hào)被凍結(jié) |
40501 | 動(dòng)態(tài)密碼已過期 |
40502 | 動(dòng)態(tài)密碼校驗(yàn)失敗 |
40505 | 沒有簽定合同 |
4051 | 剩余條數(shù)不足 |
4052 | 訪問 ip 與備案 ip 不符 |
4086 | 通道無效 |
4010 | 通道錯(cuò)誤 |
https://api.ihuyi.com/idcard/entcopy/Submit.json?account=xxxxxxxx&password=xxxxxxxxx&ent_name=上海************有限公司&ent_code=913******&organization_code=403925******&year=2024©right_type=P®_num=403925******©right_name=**著作&owner=張&page_index=1&page_size=50&time=1623643787
示例(成功)
<?xml version="1.0" encoding="utf-8"?><SubmitResult><code>2</code><msg>查詢成功</msg><idcardid>16236437872836</idcardid><result><total>1</total><lists><list><entityName>上海市************</entityName><copyrightType>軟件著作權(quán)證書</copyrightType><copyrightTypeCode>S</copyrightTypeCode><registrationNum>2017*******</registrationNum><categoryType></categoryType><copyrightName>***軟件</copyrightName><copyrightNameAbbr></copyrightNameAbbr><copyrightOwner>上海市***********公司</copyrightOwner><copyrightOwnerType>E</copyrightOwnerType><author></author><relatedEntity>[{"item":"2141***","name":"上海******公司","by":"ByName","type":"E"}]</relatedEntity><version>V1.0</version><finishDate>2017-03-08T00:00:00</finishDate><publishDate>2017-07-12T00:00:00</publishDate><registrationDate>2017-12-13T00:00:00</registrationDate><publishYear>2017</publishYear><state>登記</state><stateDate></stateDate><powerScope>全部權(quán)利</powerScope><powerGainMethod>原始取得</powerGainMethod><isHistory>0</isHistory></list><list><entityName>上海市************</entityName><copyrightType>軟件著作權(quán)證書</copyrightType><copyrightTypeCode>S</copyrightTypeCode><registrationNum>2017*******</registrationNum><categoryType></categoryType><copyrightName>***軟件</copyrightName><copyrightNameAbbr></copyrightNameAbbr><copyrightOwner>上海市***********公司</copyrightOwner><copyrightOwnerType>E</copyrightOwnerType><author></author><relatedEntity>[{"item":"2141***","name":"上海******公司","by":"ByName","type":"E"}]</relatedEntity><version>V1.0</version><finishDate>2017-03-08T00:00:00</finishDate><publishDate>2017-07-12T00:00:00</publishDate><registrationDate>2017-12-13T00:00:00</registrationDate><publishYear>2017</publishYear><state>登記</state><stateDate></stateDate><powerScope>全部權(quán)利</powerScope><powerGainMethod>原始取得</powerGainMethod><isHistory>0</isHistory></list><list><entityName>上海市************</entityName><copyrightType>軟件著作權(quán)證書</copyrightType><copyrightTypeCode>S</copyrightTypeCode><registrationNum>2017*******</registrationNum><categoryType></categoryType><copyrightName>***軟件</copyrightName><copyrightNameAbbr></copyrightNameAbbr><copyrightOwner>上海市***********公司</copyrightOwner><copyrightOwnerType>E</copyrightOwnerType><author></author><relatedEntity>[{"item":"2141***","name":"上海******公司","by":"ByName","type":"E"}]</relatedEntity><version>V1.0</version><finishDate>2017-03-08T00:00:00</finishDate><publishDate>2017-07-12T00:00:00</publishDate><registrationDate>2017-12-13T00:00:00</registrationDate><publishYear>2017</publishYear><state>登記</state><stateDate></stateDate><powerScope>全部權(quán)利</powerScope><powerGainMethod>原始取得</powerGainMethod><isHistory>0</isHistory></list></lists></result></SubmitResult>
{"code":2,"msg":"查詢成功","idcardid":"16236437872836","result":{"total":1,"lists":[{"entityName":"上海市************","copyrightType":"軟件著作權(quán)證書","copyrightTypeCode":"S","registrationNum":"2017*******","categoryType":"","copyrightName":"***軟件","copyrightNameAbbr":"","copyrightOwner":"上海市***********公司","copyrightOwnerType":"E","author":"","relatedEntity":"[{\"item\":\"2141***\",\"name\":\"上海******公司\",\"by\":\"ByName\",\"type\":\"E\"}]","version":"V1.0","finishDate":"2017-03-08T00:00:00","publishDate":"2017-07-12T00:00:00","registrationDate":"2017-12-13T00:00:00","publishYear":"2017","state":"登記","stateDate":"","powerScope":"全部權(quán)利","powerGainMethod":"原始取得","isHistory":"0"},{"entityName":"上海市************","copyrightType":"軟件著作權(quán)證書","copyrightTypeCode":"S","registrationNum":"2017*******","categoryType":"","copyrightName":"***軟件","copyrightNameAbbr":"","copyrightOwner":"上海市***********公司","copyrightOwnerType":"E","author":"","relatedEntity":"[{\"item\":\"2141***\",\"name\":\"上海******公司\",\"by\":\"ByName\",\"type\":\"E\"}]","version":"V1.0","finishDate":"2017-03-08T00:00:00","publishDate":"2017-07-12T00:00:00","registrationDate":"2017-12-13T00:00:00","publishYear":"2017","state":"登記","stateDate":"","powerScope":"全部權(quán)利","powerGainMethod":"原始取得","isHistory":"0"},{"entityName":"上海市************","copyrightType":"軟件著作權(quán)證書","copyrightTypeCode":"S","registrationNum":"2017*******","categoryType":"","copyrightName":"***軟件","copyrightNameAbbr":"","copyrightOwner":"上海市***********公司","copyrightOwnerType":"E","author":"","relatedEntity":"[{\"item\":\"2141***\",\"name\":\"上海******公司\",\"by\":\"ByName\",\"type\":\"E\"}]","version":"V1.0","finishDate":"2017-03-08T00:00:00","publishDate":"2017-07-12T00:00:00","registrationDate":"2017-12-13T00:00:00","publishYear":"2017","state":"登記","stateDate":"","powerScope":"全部權(quán)利","powerGainMethod":"原始取得","isHistory":"0"}]}}
示例(失?。?/p>
<?xml version="1.0" encoding="utf-8"?><SubmitResult><code>1</code><msg>查詢失敗</msg></SubmitResult>
{"code":1,"msg":"查詢失敗"}
$account = 'xxxxxxxx'; $password = 'xxxxxxxxx'; $app = 'entcopy'; //固定值 $ent_name = '上海************有限公司'; $ent_code = '913******'; $time = '1623643787'; $password=md5($account.$password.$app.$ent_name.$ent_code.$time); $password=md5('xxxxxxxxxxxxxxxxxentcopy上海************有限公司913******1623643787'); //注意:所有字符編碼統(tǒng)一為UTF-8
國內(nèi)專業(yè)互聯(lián)網(wǎng)團(tuán)隊(duì)
21年行業(yè)經(jīng)驗(yàn)
7x24小時(shí)售后支持
豐富的行業(yè)經(jīng)驗(yàn)
互 億 無 線 官 方 微 信 號(hào)
Copyright ? 2004-2025 上海思銳信息技術(shù)有限公司 All rights reserved. 滬ICP備07035915號(hào)-15 電信增值業(yè)務(wù)許可證:B2-20160082
服務(wù)熱線:
4008 808 898
服務(wù)熱線(工作時(shí)間):
4008 808 898
業(yè)務(wù)咨詢(非工作時(shí)間):
售后咨詢(非工作時(shí)間):
驗(yàn)證碼已發(fā)送到您的手機(jī),請查收!
輸入驗(yàn)證碼后,點(diǎn)擊“開通體驗(yàn)賬戶”按鈕可立即開通體驗(yàn)賬戶。