diff --git a/business/model/store.go b/business/model/store.go index 1718afb8e..56a40f236 100644 --- a/business/model/store.go +++ b/business/model/store.go @@ -464,6 +464,7 @@ type StoreMap struct { VendorAccount string `orm:"size(255)" json:"vendorAccount"` //商户在平台上的账号(授权用 VendorPasswaord string `orm:"size(255)" json:"vendorPasswaord"` //商户在平台上的密码( aes cbc base64后的 + AuditStatus int `json:"auditStatus"` //审核状态(授权状态 } func (*StoreMap) TableUnique() [][]string {