|
@@ -38,7 +38,7 @@ var (
|
|
|
group.POST("/userService", controller.GetUserService) //获取账户大会员服务
|
|
|
group.POST("/userChangePhone", controller.UserChangePhone) //用户编辑手机号个人权益
|
|
|
group.GET("/getSalesChannelItem", controller.GetSalesChannelItem) //销售区点&0原订单类型
|
|
|
- group.POST("/search/ent/association", controller.GetSalesChannelItem) //中标企业名称联想
|
|
|
+ group.POST("/search/ent/association", controller.EntAssociation) //中标企业名称联想
|
|
|
})
|
|
|
|
|
|
//产品相关
|