|
@@ -480,7 +480,7 @@ public class MidjourneyServiceImpl implements MidjourneyService {
|
|
|
// }
|
|
// }
|
|
|
param.put("accountFilter",MapUtil.builder(new HashMap<String,Object>())
|
|
param.put("accountFilter",MapUtil.builder(new HashMap<String,Object>())
|
|
|
//.put("instanceId",accountWithMinUsage).build());
|
|
//.put("instanceId",accountWithMinUsage).build());
|
|
|
- .put("",List.of(mode == 1 ? "FAST" : "RELAX")).build());
|
|
|
|
|
|
|
+ .put("modes",List.of(mode == 1 ? "FAST" : "RELAX")).build());
|
|
|
if (mode == 2) {
|
|
if (mode == 2) {
|
|
|
synchronized (user.getId()){
|
|
synchronized (user.getId()){
|
|
|
userSubmitLimit(user,action,param.get("customId"),again);
|
|
userSubmitLimit(user,action,param.get("customId"),again);
|