基础信息

查看接口基本信息和返回格式

免责声明

本平台提供的API服务均来自互联网,可能包含生成式AI内容。所有返回内容仅供参考,平台不对内容的准确性、完整性、时效性或适用性做任何保证。使用者应自行判断并承担使用风险。

接口描述

检测P12证书有效状态以及描述权限信息

七日请求统计

本周总请求: - 日均: -

接口地址

https://mdu.cc/api/AppleProfileCertCheck

请求方式

POST推荐

返回方式

JSON默认返回格式,包含完整数据结构

返回预览

{
    "code": 200,
    "message": "检测成功",
    "data": {
        "certificates": {
            "name": "iPhone Distribution: Ministere de I Emploi de la Protection Sociale",
            "from": "2023-11-16 13:47:52",
            "to": "2026-11-15 13:47:51",
            "unit": "Apple Inc.",
            "is_revoked": true,
            "status": "已吊销",
            "fingerprint": "51:F5:F2:7E:83:BD:51:73:BC:87:82:37:1F:24:DD:ED:AF:F4:6B:CD",
            "serial": 76783665671638534154865607128819835567
        },
        "mobileprovision": {
            "cert_type": "Individual",
            "developers": [
                "开发者账号 (Team ID: VV6YRRU69K)"
            ],
            "app_id": "00008130-001845511A02001C65",
            "id": "VV6YRRU69K.com.neicexiahh2303.sign9316",
            "platform": [
                "iOS",
                "xrOS",
                "visionOS"
            ],
            "from": "2025-01-06 12:14:51",
            "cert_end_date": 281,
            "expiration_time": "2025-10-14 12:14:51",
            "is_expired": false,
            "certificates": [
                "00008130-001845511A02001C"
            ],
            "developer_certificates": [
                {
                    "fingerprint": "51:F5:F2:7E:83:BD:51:73:BC:87:82:37:1F:24:DD:ED:AF:F4:6B:CD",
                    "serial": 76783665671638534154865607128819835567
                }
            ],
            "is_matching": false,
            "uuid": "4cdfe7ea-7073-4f0f-ab81-5217dc48d990",
            "version": 1,
            "team_name": "Jing Tong"
        },
        "is_matching": false,
        "permissions": {
            "wifi": true,
            "hotspot": false,
            "aps": true,
            "keychain": true,
            "debug": false,
            "siri": true,
            "health": true,
            "groups": true,
            "purchase": true,
            "domains": true,
            "autofill": true,
            "class": true,
            "home": true,
            "game": true,
            "audio": true,
            "multipath": true,
            "networkextension": true,
            "nfc": true,
            "vpn": true,
            "wireless": true,
            "hls_low_latency": false,
            "health_access": true,
            "extended_virtual_addressing": true,
            "increased_memory_limit": true
        }
    }
}