优化通道资源取用逻辑
This commit is contained in:
@@ -37,7 +37,7 @@ func (s *channelBaiyinService) CreateChannels(source netip.Addr, resourceId int3
|
||||
batch := ID.GenReadable("bat")
|
||||
|
||||
// 获取用户套餐
|
||||
resource, err := findResource(q.Q, resourceId, count, now)
|
||||
resource, err := findResource(resourceId)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user