私域操盘手 - 修复设备配置错误的问题
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user