欢迎访问“云趣开发者管理平台”接口文档,演示接口地址默认为中国接口,更多地区接口请联系平台管理员获取。
curl --location --request POST '/api/v1/create_devices' \ --header 'ApiEmail;' \ --header 'ApiToken;' \ --form 'udid=""' \ --form 'exception_udid=""' \ --form 'type=""' \ --form 'force_use_appleid=""' \ --form 'mark=""'
{ "code": 200, "status": true, "error": null, "message": "添加成功", "data": [ { "status": "ENABLED", "p12_file_date": "MIIMYA...", "mobile_provision_file_data": "MII3aQYJ...", "password": "1", "devices_id": "2B4****3J3" } ] }