发放优惠券

This commit is contained in:
2026-04-27 14:05:35 +08:00
parent d59f4ca37f
commit e70f2337cb
6 changed files with 38 additions and 3 deletions

View File

@@ -99,6 +99,7 @@ func (s *channelBaiyinProvider) CreateChannels(source netip.Addr, resourceId int
Sort: u.P("ip_unchanged_time_asc"),
})
if err != nil {
fmt.Printf("获取可用节点失败: %v\n", err)
return nil, core.NewBizErr("获取可用节点失败", err)
}
if edgesResp.Total != count && len(edgesResp.Edges) != count {