...
|
...
|
@@ -424,9 +424,9 @@ func (c *CompanyController) InitCompany() { |
|
|
return
|
|
|
}
|
|
|
|
|
|
// GetCompanyForUCenter 总后台调用
|
|
|
//@router /ucenter/company/info [post]
|
|
|
func (c *CompanyController) GetCompanyForUCenter() {
|
|
|
// EditCompanyForUCenter 总后台调用
|
|
|
//@router /ucenter/company/edit [post]
|
|
|
func (c *CompanyController) EditCompanyForUCenter() {
|
|
|
var msg *protocol.ResponseMessage
|
|
|
defer func() {
|
|
|
c.ResposeJson(msg)
|
...
|
...
|
@@ -446,9 +446,9 @@ func (c *CompanyController) GetCompanyForUCenter() { |
|
|
return
|
|
|
}
|
|
|
|
|
|
//EditCompanyForUCenter
|
|
|
//@router /ucenter/company/edit [post]
|
|
|
func (c *CompanyController) EditCompanyForUCenter() {
|
|
|
//GetCompanyForUCenter
|
|
|
//@router /ucenter/company/info [post]
|
|
|
func (c *CompanyController) GetCompanyForUCenter() {
|
|
|
var msg *protocol.ResponseMessage
|
|
|
defer func() {
|
|
|
c.ResposeJson(msg)
|
...
|
...
|
|