This commit is contained in:
苏尹岚
2021-03-12 09:15:47 +08:00
parent 52efee5f96
commit 656e679140

View File

@@ -161,3 +161,14 @@ func (c *SysController) UpdateVendorOrgCode() {
return retVal, "", err
})
}
// @Title 添加平台账号信息
// @Description 添加平台账号信息
// @Param token header string true "token"
// @Param payload formData string true "json数据vendorOrgCode对象()"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /AddVendorOrgCode [post]
func (c *SysController) AddVendorOrgCode() {
}