feat(work): 新增数据与智能调用程序、调试模式、订单管理等相关接口

This commit is contained in:
Fu Diwei
2025-02-05 14:00:49 +08:00
parent 06bbc32043
commit 20e13bc8ab
51 changed files with 1332 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"debug_mode_status": 1
}

View File

@@ -0,0 +1,4 @@
{
"program_id": "xxx",
"debug_token": "xxx"
}

View File

@@ -0,0 +1,6 @@
{
"errcode": 0,
"errmsg": "ok",
"response_errcode": 0,
"response_data": "{\"output\":\"xxx\"}"
}

View File

@@ -0,0 +1,5 @@
{
"program_id": "xxx",
"ability_id": "xxx",
"request_data": "{\"input\":\"xxx\"}"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"jobid": "JOBID"
}

View File

@@ -0,0 +1,6 @@
{
"program_id": "xxx",
"ability_id": "xxx",
"notify_id": "xxx",
"request_data": "{\"input\":\"xxx\"}"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"response_data": "{\"output\":\"xxx\"}"
}