欢迎访问“苹果开发者证书管理平台”接口文档,演示接口地址默认为中国接口,更多地区接口请联系平台管理员获取。
curl --location --request POST 'http://api-cer.jfkjtg.com/api/basic/create_certificate' \
--header 'ApiEmail;' \
--header 'ApiToken;' \
--form 'kid=""' \
--form 'iss=""' \
--form 'key=""' \
--form 'del=""' \
--form 'mark=""' \
--form 'type=""' \
--form 'password=""'
{
"code": 201,
"status": true,
"message": "添加成功",
"error": null,
"data": [
{
"is_revoked": false,
"from": "2023-09-04 20:31:33",
"to": "2024-09-03 20:31:32",
"uid": "3FJ****79Z",
"unid": "W8T****GUK",
"unit": "**** ****",
"name": "Apple Development: Created via API (3FJ****79Z)",
"apple_id": "12***890@qq.com",
"type": "DEVELOPMENT",
"number": "12***44"
}
]
}