diwenzheng commented on issue #2569:
URL:
https://github.com/apache/servicecomb-java-chassis/issues/2569#issuecomment-917337089
<definitions:
RxxxponseRxxxult:
type: "object"
propertixxx:
data:
type: "object"
code:
type: "string"
mxxxsage:
type: "string"
x-java-class: "xxx.xxx.foundation.rxxxponse.common.data.RxxxponseRxxxult"
LicInfo:
type: "object"
propertixxx:
lsn:
type: "string"
product:
type: "string"
version:
type: "string"
issuer:
type: "string"
creator:
type: "string"
createTime:
type: "string"
format: "date-time"
customer:
type: "string"
country:
type: "string"
expirationTime:
type: "string"
format: "date-time"
licenseType:
type: "string"
dxxxcription: "- PERMANENT_LICENSE: \n- YEAR_LICENSE: \n-
TRY_OUT_BUSINxxxS_LICENSE:\
\ \n- BUSINxxxS_LICENSE: \n"
enum:
- "0"
- "1"
- "2"
- "3"
x-java-class: "xxx.license.enums.LicenseType"
licenseApplyYear:
type: "string"
electronicSerialNumber:
type: "string"
contractNumber:
type: "string"
sign:
type: "string"
x-java-class: "xxx.license.pojo.LicInfo"
license:
type: "object"
propertixxx:
licInfo:
$ref: "#/definitions/LicInfo"
controlItem:
type: "array"
xml:
name: "controlItems"
wrapped: true
items:
xml:
name: "controlItem"
$ref: "#/definitions/ControlItem"
xml:
name: "license"
x-java-class: "XXXX.vo.License"
]
看起来确实是 这个问题 那么该如何修改
--
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]