私域操盘手 - 修复设备配置错误的问题

This commit is contained in:
柳清爽
2025-05-08 15:16:29 +08:00
parent 40000b397b
commit 6354dd8565
5 changed files with 11 additions and 11 deletions

View File

@@ -136,7 +136,7 @@ export const deviceApi = {
momentsSync?: number;
aiChat?: number;
}): Promise<ApiResponse<Device>> {
const response = await fetch(`${API_BASE}/task-config`, {
const response = await fetch(`${API_BASE}/devices/task-config`, {
method: "POST",
headers: {
"Content-Type": "application/json",