haozhi-ly opened a new issue #2646:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2646


   
使用serviceComb提供的方法转发用spring-cloud-huawei开发的微服务post接口有问题,服务provide一直报缺少Required 
request body is 
missing。转发get请求时正常的,看serviceComb的文档说对springmvc的大部分注解都是支持的,例如@requestBody,@requestParam等,但实际调用发现post请求在使用上述2个注解的情况下一直接收不到参数。serviceComb是不是对spring-cloud-huawei的服务不支持啊?麻烦能解答下
   
   serviceComb的调用方式如下
   ` 
   EdgeInvocation edgeInvocation = new EdgeInvocation();
   edgeInvocation.init(microserviceName, context, path, httpServerFilters);
   edgeInvocation.edgeInvoke();
   `
   serviceComb的版本
   <groupId>org.apache.servicecomb</groupId>
       <artifactId>java-chassis-dependencies-parent</artifactId>
       <version>2.5.3</version>
   spring-cloud-huawei版本
   <dependency>
           <groupId>com.huaweicloud</groupId>
           <artifactId>spring-cloud-huawei-bom</artifactId>
           <version>1.7.0-2020.0.x</version>
           <type>pom</type>
           <scope>import</scope>
         </dependency>
   


-- 
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]


Reply via email to