|
|
@@ -422,6 +422,8 @@ public class ClaudeCodeServiceImpl implements ClaudeCodeService {
|
|
|
if (sku.getIsCodex()) {
|
|
|
parmas.put("openai_daily_limit", sku.getOpenaiDailyLimit());
|
|
|
parmas.put("openai_quota", sku.getOpenaiQuota());
|
|
|
+ //组合
|
|
|
+ parmas.put("service_type", "combined");
|
|
|
} else {
|
|
|
parmas.put("openai_daily_limit", 0);
|
|
|
parmas.put("openai_quota", 0);
|