aa
This commit is contained in:
@@ -161,3 +161,14 @@ func (c *SysController) UpdateVendorOrgCode() {
|
|||||||
return retVal, "", err
|
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() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user