提交 20729e0b authored 作者: yangyanxin's avatar yangyanxin

订单结构体

上级 91d815c7
......@@ -67,11 +67,11 @@ type OrderCreateReq struct {
Consignee string `json:"consignee"`
Mobile string `json:"mobile"`
OrderSn string `json:"channelOrderSn"`
IsUseCipher string `json:"isUseCipher"`
IsUseCipher bool `json:"isUseCipher"`
AddressCipher string `json:"addressCipher,omitempty"` //详细地址加密, 加密类型:RSA2048
ConsigneeCipher string `json:"consigneeCipher,omitempty"` //收件人加密, 加密类型:RSA2048
MobileCipher string `json:"mobileCipher,omitempty"` //收件人手机号加密, 加密类型:RSA2048
SizeInfo string `json:"sizeInfo"`
SizeInfo interface{} `json:"sizeInfo"`
}
type OrderCreateSizeInfo struct {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论