文档
测试

基本数据

GET
/tstd/base/

返回值

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:成功
必填
data
array
数据列表
必填
title
string
示例:北京清大天达光电科技股份有限公司
必填
address
string
示例:地址:北京市平谷区马坊镇金马北街61号院2号楼1至2层101
必填
icp
string
备案号,示例:京 ICP备 xxxxxxxxxxxxxx号
必填
links
array
友情链接,数据列表
必填
title
string
示例:友情链接1
必填
urls
string
示例:http://coda.org.cn/
必填
p_code
string
公安部备案号
必填

返回值示例

{ "code": 200, "msg": "成功", "data": [ { "title": "北京清大天达光电科技股份有限公司", "address": "地址:北京市平谷区马坊镇金马北街61号院2号楼1至2层101", "icp": "京 ICP备 xxxxxxxxxxxxxx号", "links": [ { "title": "友情链接1", "urls": "http://coda.org.cn/" }, { "title": "友情链接2", "urls": "http://www.qq.com" }, { "title": "友情链接3", "urls": "http://www.baidu.com" } ] } ] }