mayunSaicmotor commented on issue #10648: URL: https://github.com/apache/apisix/issues/10648#issuecomment-1869615780
curl http://120.78.12.91:9180/apisix/admin/upstreams/1 -X PUT -d ' { "nodes": { "172.18.0.67:7809": 1 }, "type": "roundrobin" }' curl http://120.78.12.91:9180/apisix/admin/routes/1 -X PUT -d ' { "uris": [ "/hello" ], "plugins": { "dubbo-proxy": { "service_name": "com.rrht.common.service.sys.SysUserService", "service_version": "1.2.0", "method": "selectSysUserInfo" } }, "upstream_id": 1 }' curl http://120.78.12.91:9070/hello -X POST --data ' { "service": "com.rrht.common.service.sys.SysUserService", # 指定需要调用的Dubbo服务接口完整限定名 "method": "selectSysUserInfo", # 指定需要调用的Dubbo服务接口方法 "parameters": [ # 指定需要调用的Dubbo服务接口方法参数列表,每一个参数都要指定类型和值 { "type": "java.lang.Integer", "value": 1 } ] }' -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
