apache / dubbo-admin

The ops and reference implementation for Apache Dubbo
https://dubbo.apache.org
Apache License 2.0
3.99k stars 2.17k forks source link

动态配置,前端页面不展示列表 #1120

Closed chickenlj closed 1 year ago

chickenlj commented 1 year ago

响应内容格式与之前格式一致,具体数据如下

[{
    "application": "",
    "service": "org.apache.dubbo.springboot.demo.DemoService:",
    "id": "org.apache.dubbo.springboot.demo.DemoService::",
    "serviceVersion": "",
    "serviceGroup": "",
    "configVersion": "v3.0",
    "enabled": true,
    "configs": [{
        "side": "consumer",
        "addresses": [],
        "providerAddresses": [],
        "parameters": {
            "retries": "4"
        },
        "applications": [],
        "services": [],
        "type": "",
        "enabled": false,
        "match": {
            "address": {
                "wildcard": "",
                "cird": "",
                "exact": ""
            },
            "service": {
                "oneof": []
            },
            "application": {
                "oneof": []
            },
            "param": []
        }
    }]
}]

image

SDUWYS commented 1 year ago

I will work on this issue.