feat-IRONFANS-112-Robin #448

Merged
chenhao merged 8 commits from feat-IRONFANS-112-Robin into release-20240517 2024-05-17 16:10:50 +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