config path

This commit is contained in:
wangchuxiao
2023-02-24 11:01:33 +08:00
parent dd7a7d9cda
commit bb94a7947c
24 changed files with 245 additions and 801 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ type PushInterface interface {
}
type PushDataBase struct {
cache cache.MsgCache
cache cache.Cache
}
func (p *PushDataBase) DelFcmToken(ctx context.Context, userID string, platformID int) error {