This commit is contained in:
苏尹岚
2021-03-04 09:10:55 +08:00
parent a1b17255d2
commit 61b9933717

View File

@@ -18,4 +18,7 @@ type VendorOrgCode struct {
IsOpen int `json:"isOpen"` //主要三方配送用是否配送默认0表示打开1表示关
EmpowerURL string `orm:"column(empower_url)" json:"empowerURL"` //授权地址
StoreBrandName string `json:"storeBrandName"` //建店品牌名(和饿百供应商不同,美团是根据平台账号划分)
Token string `json:"token"`
AppKey string `json:"appKey"`
AppSecret string `json:"appSecret"`
}