1
This commit is contained in:
@@ -219,10 +219,10 @@ type ShopOrderDetail struct {
|
||||
PromotionPayAmount int64 `json:"promotion_pay_amount"`
|
||||
// 收件人电话
|
||||
PostTel string `json:"post_tel"`
|
||||
encryptPostTel string `json:"encrypt_post_tel"`
|
||||
EncryptPostTel string `json:"encrypt_post_tel"`
|
||||
// 收件人姓名
|
||||
PostReceiver string `json:"post_receiver"`
|
||||
encryptPostReceiver string `json:"encrypt_post_receiver"`
|
||||
EncryptPostReceiver string `json:"encrypt_post_receiver"`
|
||||
// 收件人地址
|
||||
PostAddr *PostAddr `json:"post_addr"`
|
||||
// 预计发货时间,时间戳,秒
|
||||
@@ -299,7 +299,7 @@ type PostAddr struct {
|
||||
Street *Street `json:"street"`
|
||||
// 详细地址
|
||||
Detail string `json:"detail"`
|
||||
encryptDetail string `json:"encrypt_detail"`
|
||||
EncryptDetail string `json:"encrypt_detail"`
|
||||
}
|
||||
type SkuSpecsItem struct {
|
||||
// 规格名称
|
||||
@@ -324,7 +324,7 @@ type AccountInfoItem struct {
|
||||
AccountType string `json:"account_type"`
|
||||
// 账号值
|
||||
AccountId string `json:"account_id"`
|
||||
encryptAccountId string `json:"encrypt_account_id"`
|
||||
EncryptAccountId string `json:"encrypt_account_id"`
|
||||
}
|
||||
type LogisticsInfoItem struct {
|
||||
// 物流单号
|
||||
@@ -551,10 +551,10 @@ type SkuOrderListItem struct {
|
||||
Code string `json:"code"`
|
||||
// 收件人电话
|
||||
PostTel string `json:"post_tel"`
|
||||
encryptPostTel string `json:"encrypt_post_tel"`
|
||||
EncryptPostTel string `json:"encrypt_post_tel"`
|
||||
// 收件人姓名
|
||||
PostReceiver string `json:"post_receiver"`
|
||||
encryptPostReceiver string `json:"encrypt_post_receiver"`
|
||||
EncryptPostReceiver string `json:"encrypt_post_receiver"`
|
||||
// 收件人地址
|
||||
PostAddr *PostAddr `json:"post_addr"`
|
||||
// 预计发货时间
|
||||
@@ -741,10 +741,10 @@ type OrderPhaseListItem struct {
|
||||
type UserIdInfo struct {
|
||||
// 证件号
|
||||
IdCardNo string `json:"id_card_no"`
|
||||
encryptIdCardNo string `json:"encrypt_id_card_no"`
|
||||
EncryptIdCardNo string `json:"encrypt_id_card_no"`
|
||||
// 证件姓名
|
||||
IdCardName string `json:"id_card_name"`
|
||||
encryptIdCardName string `json:"encrypt_id_card_name"`
|
||||
EncryptIdCardName string `json:"encrypt_id_card_name"`
|
||||
}
|
||||
type ShopOrderTagUiItem struct {
|
||||
// 标签key
|
||||
|
||||
Reference in New Issue
Block a user