BUGFIX;
This commit is contained in:
@@ -99,7 +99,7 @@ public interface AccountService extends IService<Account> {
|
||||
|
||||
Boolean completeGuidance();
|
||||
|
||||
Boolean addTrialUser(AccountTrialDTO accountTrialDTO);
|
||||
Boolean addTrialUser(AccountTrialDTO accountTrialDTO, HttpServletRequest request);
|
||||
|
||||
IPage<TrialOrder> trialOrderList(TrialOrderDTO trialOrderDTO);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user