shaoyongjun 43d28c5500 to:sync
2024-09-29 21:12:57 +08:00

16 lines
179 B
Go

package service
import "context"
type limit struct {
}
var ApiLimit limit
func (limit) BreakLimit(ctx context.Context, corpId, bizId, uid uint64) bool {
//
return false
}