denghg commented on issue #3024:
URL:
https://github.com/apache/servicecomb-java-chassis/issues/3024#issuecomment-1143118872
通过前端传递
updateDate:
type: "string"
format: "date-time"
description: "修改时间"
数据,通过edge网关传递到微服务的时候,只判断类型,没有判断数据需要转换的格式,微服务之间通过highway没有什么问题,但是前端到网关是json格式,由于微服务配置的通讯方式为rest和highway,这样日期类型在使用highway的时候会出问题,有没有什么方法能够转换一下日期格式?或者是在edge中转换类型时引入format方法?
--
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]