mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
18 lines
228 B
JSON
18 lines
228 B
JSON
[
|
|
{
|
|
"resource": "good",
|
|
"limitApp": "abc",
|
|
"strategy": 0
|
|
},
|
|
{
|
|
"resource": "bad",
|
|
"limitApp": "bcd",
|
|
"strategy": 1
|
|
},
|
|
{
|
|
"resource": "terrible",
|
|
"limitApp": "aaa",
|
|
"strategy": 1
|
|
}
|
|
]
|