心动苹果开发者证书管理
  1. 官方接口V1【同步】
心动苹果开发者证书管理
  • 简介
  • 基础接口
    • 获取价格
      POST
    • 卡密充值
      POST
    • 重置令牌
      POST
    • 添加证书
      POST
    • 查询证书
      POST
    • 删除证书
      POST
    • 重构证书
      POST
    • 证书开关
      POST
    • 修改证书备注
      POST
    • 拉取设备
      POST
    • 添加设备
      POST
    • 查询设备
      POST
    • 禁用设备
      POST
    • 启用设备
      POST
    • 修改设备备注
      POST
    • 创建描述文件
      POST
    • 删除描述文件
      POST
    • 添加公池设备
      POST
    • 查询公池设备
      POST
    • 禁用公池设备
      POST
    • 启用公池设备
      POST
    • 修改公池设备备注
      POST
    • 证书有效性检测
      POST
    • 证书&描述文件检测
      POST
  • 官方接口V1【同步】
    • 验证UDID
      POST
    • 统计数据
      POST
    • 新闻列表
      POST
    • 免费证书
      POST
    • 添加设备
      POST
    • 查询设备
      POST
    • 证书列表
      POST
    • 设备列表
      POST
    • 公池设备列表
      POST
  • 内测侠无感迁移接口
  • 速托云无感迁移接口
  • DumpApp无感迁移接口
  • 快闪签&喵喵签无感迁移接口
  • 本平台上的常见问题与更多帮助
    • 添加证书 - 新接口模式「P8模式」
    • 安装&使用同款源码过程出现错误
  • 官方接口V2【同步】
    • 创建设备
    • 查询设备
  • 官方接口V3【异步】
    • 创建异步任务
  1. 官方接口V1【同步】

新闻列表

POST
/api/v1/lists_news
最后修改时间:2025-04-08 18:45:10

请求参数

Header 参数
ApiEmail
string 
邮箱账号
必需
ApiToken
string 
Token令牌
必需
Body 参数multipart/form-data
object {0}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://cert.iosyuan.cn/api/v1/lists_news' \
--header 'ApiEmail;' \
--header 'ApiToken;'

返回响应

🟢200成功
application/json
Body
code
integer 
必需
HTTP状态码丨类型:integer
status
boolean 
必需
响应状态丨类型:boolean
message
string 
必需
提示文本|类型:string
error
null 
必需
data
object 
必需
draw
integer 
必需
limit
integer 
必需
recordsTotal
integer 
必需
recordsFiltered
integer 
必需
data
array [object {4}] 
必需
示例
{
    "code": 200,
    "status": true,
    "message": "获取成功",
    "error": null,
    "data": {
        "draw": 0,
        "limit": 200,
        "recordsTotal": 7,
        "recordsFiltered": 7,
        "data": [
            {
                "id": 7,
                "publisher": "极速网络",
                "content": "经过八个月的内测调整优化,苹果开发者平台正式对外开放注册!平台注册赠送永久 MAC 伪装权限!新增:P12证书密码修改、证书权限在线开关、证书状态实时检测、等等功能!",
                "created_at": "1周前"
            },
            {
                "id": 6,
                "publisher": "极速网络",
                "content": "开发者证书管理正式开始对外开放(部分选中人员可测、估计名额由“极速网络(本站主要开发者)”、“诺思客(全能签所有者)”精选)!暂不对所有人开放!",
                "created_at": "9个月前"
            },
            {
                "id": 5,
                "publisher": "极速网络",
                "content": "实现App Store Connect API接口伪造数据添加700 iPhone,分别包含(iPhone、iPad、iPod、Mac、Apple Watch、Apple TV、Apple Vision Pro),目前为测试阶段,稳定性与持久性有待验证!",
                "created_at": "9个月前"
            },
            {
                "id": 4,
                "publisher": "极速网络",
                "content": "由于App Store Connect API的稳定性、可靠性、完整性、可扩展性,暂时关闭idmsa.apple.com苹果开发者模拟登录接口,后续一切功能皆以App Store Connect API实现!",
                "created_at": "10个月前"
            },
            {
                "id": 3,
                "publisher": "极速网络",
                "content": "实现以idmsa.apple.com苹果开发者模拟登录实现Mac额度伪装iPhone实现200 iPhone,100 iPad!",
                "created_at": "10个月前"
            },
            {
                "id": 2,
                "publisher": "极速网络",
                "content": "实现idmsa.apple.com苹果开发者模拟登录,并且已稳定保持Cookie三个月之久。",
                "created_at": "11个月前"
            },
            {
                "id": 1,
                "publisher": "极速网络",
                "content": "开发者证书管理系统,开始内测运营!并且以App Store Connect API为接口实现P8文件对接,支持Mac额度伪装iPhone实现200 iPhone设备,100 iPad!",
                "created_at": "1年前"
            }
        ]
    }
}
修改于 2025-04-08 18:45:10
上一页
统计数据
下一页
免费证书
Built with