コンテンツへスキップ

設定可能なプラットフォームを取得する

Request

リクエストデータなし

GET
/api/system/platform/list
curl -i -X GET \
  http://127.0.0.1:40000/api/system/platform/list

Responses

Headers
any
Bodyapplication/json
codeinteger
msgnull
dataArray of objects
requestIdstring
Response
{ "code": 0, "msg": null, "data": [ {} ], "requestId": "string" }