# 获取小程序已备案详情
接口应在服务器端调用,详细说明参见服务端API。
# 接口说明
# 接口英文名
getOnlineIcpOrder
# 功能描述
使用该接口获取小程序已备案详情。使用过程中如遇到问题,可在开放平台服务商专区发帖交流
# 注意事项
- 该接口不会返回图片、视频材料。
- 该接口返回的备案主体信息会经过脱敏处理。
# 调用方式
# HTTPS 调用
GET https://api.weixin.qq.com/wxa/icp/get_online_icp_order?access_token=ACCESS_TOKEN
# 第三方调用
调用方式以及出入参和HTTPS相同,仅是调用的token不同
该接口所属的权限集id为:18、156
服务商获得其中之一权限集授权后,可通过使用authorizer_access_token代商家进行调用
# 请求参数
属性 | 类型 | 必填 | 说明 |
---|---|---|---|
access_token | string | 是 | 接口调用凭证,该参数为 URL 参数,非 Body 参数。使用authorizer_access_token |
# 返回参数
属性 | 类型 | 说明 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
errcode | number | 错误码 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
errmsg | string | 错误信息 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
icp_subject | object | 备案主体信息,不包括图片、视频材料(参考:申请小程序备案接口的 ICPSubject ) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
icp_applets | array<object> | 微信小程序信息,不包括图片、视频材料(参考:申请小程序备案接口的 ICPApplets ) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
# 调用示例
示例说明: 个人类型
# 请求数据示例
curl https://api.weixin.qq.com/wxa/icp/get_online_icp_order?access_token=ACCESS_TOKEN
# 返回数据示例
{
"errcode": 0,
"errmsg": "ok",
"icp_subject": {
"base_info": {
"type": 5, // 个人类型
"name": "*三",
"province": "110000", // 北京市
"city": "110100",
"district": "110105", // 朝阳区
"address": "高碑************5室",
"comment": "主体备注"
},
"organize_info": {
"certificate_type": 2,
"certificate_number": "11**************34",
"certificate_address": "北京******************5室"
},
"principal_info": {
"name": "*三",
"mobile": "13*******21",
"email": "zh*********************om",
"emergency_contact": "17*******34",
"certificate_type": 2, // 身份证
"certificate_number": "11**************34",
"certificate_validity_date_start": "20230815",
"certificate_validity_date_end": "20330815"
}
},
"icp_applets": {
"appid": "wx1111111122222222",
"name": "张三测试号",
"base_info": {
"service_content_types": [
3,
4
], // 工具 & 家政
"nrlx_details": [
{
"type": 24 // 以上都不涉及
}
],
"comment": "小程序备注"
},
"principal_info": {
"name": "张三",
"mobile": "13012344321",
"email": "zhangsan@zhangsancorp.com",
"emergency_contact": "17743211234",
"certificate_type": 2, // 身份证
"certificate_number": "110105199001011234",
"certificate_validity_date_start": "20230815",
"certificate_validity_date_end": "20330815"
}
}
}
示例说明: 企业类型
# 请求数据示例
curl https://api.weixin.qq.com/wxa/icp/get_online_icp_order?access_token=ACCESS_TOKEN
# 返回数据示例
{
"errcode": 0,
"errmsg": "ok",
"icp_subject": {
"base_info": {
"type": 4, // 企业类型
"name": "李四******公司",
"province": "440000", // 广东省
"city": "440100", // 广州市
"district": "440105", // 海珠区
"address": "新港********6栋",
"comment": "主体备注"
},
"organize_info": {
"certificate_type": 1, // 营业执照
"certificate_number": "92**************3F",
"certificate_address": "广东*****************6栋"
},
"principal_info": {
"name": "*四",
"mobile": "13*******21",
"email": "li******************om",
"emergency_contact": "17*******34",
"certificate_type": 2, // 身份证
"certificate_number": "44**************34",
"certificate_validity_date_start": "20230815",
"certificate_validity_date_end": "20330815"
}
},
"icp_applets": {
"base_info": {
"appid": "wx1111222233334444",
"name": "ABC123家政服务",
"service_content_types": [
3,
4
], // 工具 & 家政
"nrlx_details": [
{
"type": 24 // 以上都不涉及
}
],
"comment": "小程序备注"
},
"principal_info": {
"name": "王五",
"mobile": "13011111111",
"email": "wangwu@lisiwangwucorp.com",
"emergency_contact": "15522223333",
"certificate_type": 2, // 身份证
"certificate_number": "440105199001019999",
"certificate_validity_date_start": "20230815",
"certificate_validity_date_end": "20330815"
}
}
}
# 错误码
错误码 | 错误描述 | 解决方案 |
---|---|---|
0 | ok | ok |
86328 | 无法找到资源 | 无法找到资源 |