...
|
...
|
@@ -3219,7 +3219,7 @@ Handling Information |
|
|
"response_mode": "blocking",
|
|
|
"user": "C6"
|
|
|
}
|
|
|
const dify_api_token = 'app-zGJ1ujI9JXWVusnJwe2KGRqd'
|
|
|
const dify_api_token = 'app-EzFueapoXIV8ZuxBDkDarYlc'
|
|
|
return getInfo(dify_para_ship, dify_api_token)
|
|
|
.then(response => {
|
|
|
let response_data = response.data;
|
...
|
...
|
@@ -3405,7 +3405,7 @@ Handling Information |
|
|
"response_mode": "blocking",
|
|
|
"user": "C6"
|
|
|
}
|
|
|
const dify_api_token = 'app-zGJ1ujI9JXWVusnJwe2KGRqd'
|
|
|
const dify_api_token = 'app-EzFueapoXIV8ZuxBDkDarYlc'
|
|
|
getInfo(dify_para_ship, dify_api_token)
|
|
|
.then(response => {
|
|
|
let response_data = response.data;
|
...
|
...
|
|