pg_auth_reset_phone_service.go 257 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 package service import "gitlab.fjmaimaimai.com/allied-creation/allied-creation-user/pkg/domain" // PgAuthResetPhoneService 重置手机号服务 type PgAuthResetPhoneService interface { ResetPhone(optUser *domain.User, oldPhone, newPhone string) error }