This commit is contained in:
苏尹岚
2021-03-05 11:10:07 +08:00
15 changed files with 109 additions and 51 deletions

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"`
}