fix(quality request): bug fixes

lots of bug fixes plug 2 new counters, quality inspect time and warehouse return time
This commit is contained in:
2025-11-12 20:22:21 -06:00
parent fef0303cd6
commit 6f632ecd68
17 changed files with 4986 additions and 316 deletions

View File

@@ -5,11 +5,16 @@ meta {
}
get {
url:
url: {{url}}/lst/api/user/me
body: none
auth: inherit
auth: bearer
}
auth:bearer {
token: jpHHbLNGJRpUMvfrVOYmhbJL2Ux0arse
}
settings {
encodeUrl: true
timeout: 0
}

View File

@@ -0,0 +1,20 @@
meta {
name: otacheck
type: http
seq: 3
}
get {
url: http://10.193.0.56:4000/api/mobile/updates
body: none
auth: inherit
}
headers {
expo-runtime-version: 1.0.0
}
settings {
encodeUrl: true
timeout: 0
}