This commit is contained in:
2024-11-28 17:26:53 +08:00
parent 13397fa1f7
commit ea4cd29723
2 changed files with 6 additions and 6 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();
}