(ctx context.Context, number string)
| 30 | IncrCnt(ctx context.Context, number string) error |
| 31 | ReleaseLock(ctx context.Context, number string) error |
| 32 | SendCode(ctx context.Context, number string) error |
| 33 | } |
| 34 | |
| 35 | // smsRepository 实现了 SmsRepository 接口 |
no outgoing calls