Merge pull request 'by Robin at 20240510' (#425) from feat-IRONFANS-112-Robin into test

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/425
This commit is contained in:
chenhao 2024-05-10 22:36:30 +08:00
commit ea48594fc9
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ func Init(r *gin.Engine) {
// 空间代运营表
opZoneThirdPartnerGroup := r.Group("/op/zone_third_partner", PrepareOp())
apiZoneThirdPartnerGroup.POST("set_is_hided", middleware.JSONParamValidator(zone_third_partner_proto.OpSetIsHidedReq{}), middleware.JwtAuthenticator(), OpSetIsHidedZoneThirdPartner)
opZoneThirdPartnerGroup.POST("set_is_hided", middleware.JSONParamValidator(zone_third_partner_proto.OpSetIsHidedReq{}), middleware.JwtAuthenticator(), OpSetIsHidedZoneThirdPartner)
opZoneThirdPartnerGroup.POST("list", middleware.JSONParamValidator(zone_third_partner_proto.ApiListReq{}), middleware.JwtAuthenticator(), OpGetZoneThirdPartnerList)
// 视频审核callback