You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/03/15 08:05:36 UTC

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2735: 使用@path@post注解时,请求参数中存在Boolean类型时会把Boolean类型识别为Body

liubao68 commented on issue #2735:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2735#issuecomment-1067680347


   ```
   @HeaderParam("x-is-sync")
     private Boolean isSync;
     @HeaderParam("x-is-gray")
     private Boolean isGray;
   ```
   
   是 IntentRequest  的属性吗?


-- 
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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org