|
@@ -199,7 +199,7 @@ public class MidjourneyController {
|
|
|
}
|
|
}
|
|
|
MidjourneyUserConversation conversation;
|
|
MidjourneyUserConversation conversation;
|
|
|
try {
|
|
try {
|
|
|
- conversation = midjourneyService.submitDescribe(user, submitDescribeDTO.getBase64(), submitDescribeDTO.getBotType());
|
|
|
|
|
|
|
+ conversation = midjourneyService.submitDescribe(user, submitDescribeDTO.getBotType(),submitDescribeDTO.getBase64());
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
recoverUserLimit(user.getId(), user.getMode(),num);
|
|
recoverUserLimit(user.getId(), user.getMode(),num);
|
|
|
throw BusinessRuntimeException.getInstance(e.getMessage());
|
|
throw BusinessRuntimeException.getInstance(e.getMessage());
|