{
"type": "加载插件",
"fromSoftId":1
}
curl --location --request POST '/myauth/web/getStorageTypeListEx' \
--header 'token: a9c2d5d97ddb454ab944aa60383c183e' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "加载插件",
"fromSoftId":1
}'
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": [
{
"id": 1,
"type": "测试2"
},
{
"id": 2,
"type": "测试"
}
],
"timestamp": 1648890149396
}