Skip to content

Commit 615cab0

Browse files
authored
fix: show failure (#2338)
Signed-off-by: 张启航 <[email protected]>
1 parent 38b533a commit 615cab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/controller/apigateway/api_gateway_loadbalancer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ func (g Struct) GetLoadBalancer(w http.ResponseWriter, r *http.Request) {
186186
k := k8s.Default().Clientset.CoreV1()
187187

188188
// 获取查询参数
189-
appID := r.URL.Query().Get("appID")
189+
appID := r.URL.Query().Get("intID")
190190
serviceName := r.URL.Query().Get("service_name")
191191

192192
// 构建标签选择器

0 commit comments

Comments
 (0)