by Robin at 20240510 #425

Merged
chenhao merged 1 commits from feat-IRONFANS-112-Robin into test 2024-05-10 22:36:31 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 77efdcc607 - Show all commits

View File

@ -517,7 +517,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