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