fix(sql): fix connection issues in the sql connection loosing it

This commit is contained in:
2025-12-31 07:54:26 -06:00
parent e8a2ef8b85
commit 56934216f7
6 changed files with 43 additions and 6 deletions

View File

@@ -0,0 +1,22 @@
meta {
name: sscc
type: http
seq: 4
}
post {
url: {{url}}/lst/old/api/logistics/getsscc
body: json
auth: inherit
}
body:json {
{
"runningNr": ""
}
}
settings {
encodeUrl: true
timeout: 0
}