mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-23 04:23:47 +08:00
feat(work): 新增数据与智能调用程序、调试模式、订单管理等相关接口
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"program_id": "xxx"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"debug_mode_status": 1
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"program_id": "xxx"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"program_id": "xxx",
|
||||
"debug_token": "xxx"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"jobid": "JOBID"
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"response_errcode": 0,
|
||||
"response_data": "{\"output\":\"xxx\"}"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"program_id": "xxx",
|
||||
"ability_id": "xxx",
|
||||
"request_data": "{\"input\":\"xxx\"}"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"jobid": "JOBID"
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"program_id": "xxx",
|
||||
"ability_id": "xxx",
|
||||
"notify_id": "xxx",
|
||||
"request_data": "{\"input\":\"xxx\"}"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"response_data": "{\"output\":\"xxx\"}"
|
||||
}
|
Reference in New Issue
Block a user