add setting token
This commit is contained in:
@@ -10,11 +10,25 @@ Content-Type: application/json
|
||||
|
||||
### Wynacom - check token
|
||||
POST https://{{host}}/one-api/tools/wynacom/check_token
|
||||
Content-Type: application/jsons
|
||||
Content-Type: application/json
|
||||
Authorization: Bearer {{accessToken}}
|
||||
|
||||
{}
|
||||
|
||||
### Wynacom - get token setting
|
||||
POST https://{{host}}/one-api/tools/wynacom/token_setting
|
||||
Content-Type: application/json
|
||||
|
||||
{}
|
||||
|
||||
### Wynacom - save token setting exp 10 hari
|
||||
POST https://{{host}}/one-api/tools/wynacom/save_token_setting
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"token_expired_days": 3
|
||||
}
|
||||
|
||||
### Wynacom - cek timestamp gabungan nonlab dan lab
|
||||
POST https://{{host}}/one-api/tools/wynacom/sampling
|
||||
Content-Type: application/json
|
||||
@@ -26,6 +40,7 @@ Content-Type: application/json
|
||||
### Wynacom - cek union records nonlab dan lab
|
||||
POST https://{{host}}/one-api/tools/wynacom/sampling_timestamp
|
||||
Content-Type: application/json
|
||||
Authorization: Bearer {{accessToken}}
|
||||
|
||||
{
|
||||
"T_OrderHeaderLabNumber": "{{labNumber}}"
|
||||
|
||||
Reference in New Issue
Block a user