|
@@ -334,104 +334,104 @@ service crmApplication {
|
|
|
@doc "添加线索"
|
|
|
@handler clueAdd
|
|
|
post /crmApplication/clue/add (ClueAddReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "创建销售机会"
|
|
|
@handler saleChanceAdd
|
|
|
post /crmApplication/saleChance/add (SaleChanceReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "收录操作"
|
|
|
@handler employOperate
|
|
|
post /crmApplication/employ/operate (EmployOperateReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "商业资讯的转办"
|
|
|
@handler transfer
|
|
|
post /crmApplication/information/transfer (TransferReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "忽略操作"
|
|
|
@handler ignoreOperate
|
|
|
post /crmApplication/ignore/operate (IgnoreOperateReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "收录情况"
|
|
|
@handler employInfo
|
|
|
post /crmApplication/employ/info (InfoEmployinfoReq) returns (InfoReply)
|
|
|
-
|
|
|
+
|
|
|
@doc "创建客户"
|
|
|
@handler customAdd
|
|
|
post /crmApplication/custom/add (CustomAddReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "文件上传"
|
|
|
@handler fileUpload
|
|
|
post /crmApplication/file/upload (FileUploadReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "分发"
|
|
|
@handler employDistribute
|
|
|
post /crmApplication/employ/distribute (EmployDistributeReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "企业详情"
|
|
|
@handler entinfo
|
|
|
post /crmApplication/ent/info (EntInfoReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "消息推送"
|
|
|
@handler pushMsg
|
|
|
post /crmApplication/info/push (PushMsgReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "是否可以创建"
|
|
|
@handler canAddReq
|
|
|
post /crmApplication/info/canAdd (CanAddReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "人脉可达潜客业主列表"
|
|
|
@handler ownerList
|
|
|
post /crmApplication/owner/list (OwnerListReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "人脉可达商机列表"
|
|
|
@handler projectList
|
|
|
post /crmApplication/network/project/list (ProjectListReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "项目公关渠道分析-项目名称联想"
|
|
|
@handler PrPnameAss
|
|
|
post /crmApplication/pr/pname/ass (PnameAssReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "项目公关渠道分析-与业主合作历史"
|
|
|
@handler CoopHistoryList
|
|
|
post /crmApplication/pr/project/analyse (CoopHistoryReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "人脉库-添加/修改人脉"
|
|
|
@handler addOrUpdate
|
|
|
post /crmApplication/network/addOrUpdate (AddOrUpdateReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "人脉库-业主名称联想"
|
|
|
@handler associate
|
|
|
post /crmApplication/network/associate (AssociateReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "人脉库-全部人脉项目"
|
|
|
@handler allProject
|
|
|
post /crmApplication/network/allProject (AllprojectReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "人脉库-列表"
|
|
|
@handler networkList
|
|
|
post /crmApplication/network/networkList (NetWorkListReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "忽略操作"
|
|
|
@handler ignoreAction
|
|
|
post /crmApplication/ignore/action (IgnoreReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "情报详情"
|
|
|
@handler infoDetail
|
|
|
post /crmApplication/infomation/detail (InfoDetailReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "人脉项目分析-业主合作历史"
|
|
|
@handler projectHistory
|
|
|
post /crmApplication/pr/project/history (PrjectHistoryReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "可介绍业主路径"
|
|
|
@handler ownerRoute
|
|
|
post /crmApplication/owner/route (RouteOwnerListReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "可介绍业主合作次数"
|
|
|
@handler ownerCooperate
|
|
|
post /crmApplication/owner/cooperate (CooperateOwnerListReq) returns (Reply)
|
|
|
-
|
|
|
+
|
|
|
@doc "候选渠道列表"
|
|
|
- @handler candidateChannel
|
|
|
- post /crmApplication/candidate/channel (ChannelListReq) returns (Reply)
|
|
|
+ @handler candidateChannelList
|
|
|
+ post /crmApplication/candidate/channel/list (ChannelListReq) returns (Reply)
|
|
|
}
|