API 参考
/- 云手机
- 本地 API
/
查询品牌和型号列表
POST
curl -i -X POST \
http://127.0.0.1:40000/api/cloudphone/brand/models \
-H 'Content-Type: application/json' \
-d '{
"skuId": 0
}'Response
{ "code": 0, "msg": "string", "requestId": "string", "timestamp": 0, "data": [ { … } ] }