name 按前缀匹配。X-Client-Key: ********************X-Timestamp: ********************X-Sign: ********************{
"ids": [
1,
2
],
"name": "Amazon"
}curl --location --request POST '/api/provider/list' \
--header 'X-Client-Key: <api-key>' \
--header 'X-Timestamp: <api-key>' \
--header 'X-Sign: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
1,
2
],
"name": "Amazon"
}'{
"code": 0,
"msg": "OK",
"data": {
"items": [
{
"id": 0,
"name": "string",
"description": "string",
"website_url": "string",
"logo_url": "string",
"thumbnail_url": "string",
"integration_guide_url": "string",
"type": 0,
"create_time": "string",
"update_time": "string",
"access_document": "string",
"access_command": "string"
}
]
}
}