aa
This commit is contained in:
@@ -124,3 +124,18 @@ func (c *SysController) GetEbaiRTFDetail() {
|
||||
w.WriteHeader(http.StatusOK)
|
||||
io.WriteString(w, html)
|
||||
}
|
||||
|
||||
// @Title 得到平台账号信息
|
||||
// @Description 得到平台账号信息
|
||||
// @Param token header string true "token"
|
||||
// @Param vendorID query int false "平台ID"
|
||||
// @Param vendorOrgCode query string false "平台账号"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /GetVendorOrgCode [get]
|
||||
func (c *SysController) GetVendorOrgCode() {
|
||||
c.callGetVendorOrgCode(func(params *tSysGetVendorOrgCodeParams) (retVal interface{}, errCode string, err error) {
|
||||
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user