This commit is contained in:
2024-11-11 17:31:55 +08:00
parent 74e6d5a1da
commit e5e514b522
8 changed files with 92 additions and 92 deletions

View File

@@ -183,7 +183,7 @@ public interface AccountService extends IService<Account> {
void halfPricePromotion();
String googleCallback(String code, HttpSession session);
// String googleCallback(String code, HttpSession session);
List<String> getPaidCustomerEmail();
}