You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.
With this curl,
curl -XENSURE http://192.168.1.57:81/apiv1/tokens -F"phone=989141194300" -F"name=12345678910" -F"cryptomoduleId=1" -F"expireDate=2840140800" -F"bankId=2"
I get below response with the expire date "2022-12-29"
In another curl which I change the timestamp in curl input, I still get the same expire date in response:
curl -XENSURE http://192.168.1.57:81/apiv1/tokens -F"phone=989141194300" -F"name=12345678910" -F"cryptomoduleId=1" -F"expireDate=1572264891" -F"bankId=2"
The response:
It only changes per user, if I change the phone number I get another constant expire date.
The text was updated successfully, but these errors were encountered: