添加手机归属地查询

This commit is contained in:
邹宗楠
2023-03-10 18:00:07 +08:00
parent c7050f26fe
commit e56541a548
4 changed files with 27 additions and 3 deletions

View File

@@ -158,8 +158,9 @@ type GoodsOrder struct {
EarningType int `json:"earningType"` //订单结算方式2为扣点1为报价
OrderType int `json:"orderType"` //订单类型0为普通订单1为物料订单2为进货订单
OrderPayPercentage int `json:"orderPayPercentage"`
CouponIDs string `orm:"column(coupon_ids)" json:"couponIDs"` //优惠券IDs京西商城
NotifyType int `json:"notifyType"` //0表示没有通知1表示发的短信2表示发的语音
CouponIDs string `orm:"column(coupon_ids)" json:"couponIDs"` //优惠券IDs京西商城
NotifyType int `json:"notifyType"` //0表示没有通知1表示发的短信2表示发的语音
PhoneAscription string `orm:"phone_ascription" json:"phoneAscription"` // 电话号码归属地
// 以下只是用于传递数据
OriginalData string `orm:"-" json:"-"`