苹果开发者证书管理平台 V3 无限对接版本 已发布,宝塔一键部署可以一键部署免费使用!
curl --location 'https://udid.v-team.cn/api/config' \
--form 'ui="newUI"' \
--form 'token=""' \
--form 'app_name=""' \
--form 'app_class_id=""' \
--form 'page="1"'{
"code": 0,
"status": true,
"message": null,
"data": {
"name": "string",
"multiple_max": "string",
"cert_download": "string",
"app_class": [
{
"label": "string",
"value": 0
}
],
"help": [
{
"label": "string",
"value": "string"
}
],
"about_us": [
{
"label": "string",
"value": "string",
"url": "string"
}
],
"free_cert": [
{
"label": "string",
"value": "string"
}
],
"sign_model": [
{
"label": "string",
"value": "string"
}
],
"ipa_editor": "string",
"app_list": [
{
"app_id": "string",
"app_bid": "string",
"app_name": "string",
"app_version": "string",
"app_introduction": "string",
"app_icon_image": "string"
}
],
"pagination": {
"app_total": 0,
"current_page": "string",
"last_page": 0
}
}
}