lianbingjie 1 vuosi sitten
vanhempi
commit
130c8c88bc
3 muutettua tiedostoa jossa 8 lisäystä ja 1 poistoa
  1. 4 0
      api/application.api
  2. 0 1
      api/internal/handler/routes.go
  3. 4 0
      api/internal/types/types.go

+ 4 - 0
api/application.api

@@ -28,7 +28,11 @@ type (
 		User         []int64 `json:"user,optional"`         //企业用户id
 		EmployInfoId int64   `json:"employInfoId,optional"` //资讯收录id
 		CreateName   string  `json:"createName"`            //创建人
+<<<<<<< HEAD
 		Channel      string  `json:"channel"`               //渠道来源:网页、手动创建
+=======
+		Channel      string  `json:"channel"`               //来源
+>>>>>>> master
 	}
 	SaleChanceReq {
 		AppId             string  `header:"appId,default=10000"`

+ 0 - 1
api/internal/handler/routes.go

@@ -73,6 +73,5 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
 				Handler: canAddReqHandler(serverCtx),
 			},
 		},
-		rest.WithMaxBytes(104857600),
 	)
 }

+ 4 - 0
api/internal/types/types.go

@@ -30,7 +30,11 @@ type ClueAddReq struct {
 	User         []int64 `json:"user,optional"`         //企业用户id
 	EmployInfoId int64   `json:"employInfoId,optional"` //资讯收录id
 	CreateName   string  `json:"createName"`            //创建人
+<<<<<<< HEAD
 	Channel      string  `json:"channel"`               //渠道来源:网页、手动创建
+=======
+	Channel      string  `json:"channel"`               //来源
+>>>>>>> master
 }
 
 type SaleChanceReq struct {