fix商品接口报错

This commit is contained in:
litianxiang
2026-05-21 16:41:16 +08:00
parent cddd74db2a
commit 41bb344e97

View File

@@ -50,12 +50,12 @@ spring:
uri: http://18.167.251.121:9994
predicates:
- Path=/python/**
# - id: aida-buyer
# uri: lb://aida-buyer
# predicates:
# - Path=/buyer/**
# filters:
# - StripPrefix=1
- id: aida-buyer
uri: lb://aida-buyer
predicates:
- Path=/buyer/**
filters:
- StripPrefix=1
# ---------- Knife4j 网关聚合配置 ----------
knife4j:
gateway:
@@ -73,11 +73,11 @@ knife4j:
service-name: aida-seller
context-path: /seller
order: 2
# - name: 买家端服务 (Buyer)
# url: /buyer/v3/api-docs
# service-name: aida-buyer
# context-path: /buyer
# order: 3
- name: 买家端服务 (Buyer)
url: /buyer/v3/api-docs
service-name: aida-buyer
context-path: /buyer
order: 3
# ---------- Gateway JWT 认证gateway 独有) ----------
gateway: