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
Because I get the resposne like:
[Message 2]
{"data": {"user_id": 1, "sid": "98e899c456ecba2fcaff269de7569196"}, "code": 1000, "command": {"path": "employee.consumer.Login"}}
then I think it's because "[Message 2]" is the cause for not a json string.
Then I use json extractor like $.data.sid, I can't get the sid value
The text was updated successfully, but these errors were encountered:
Because I get the resposne like:
[Message 2]
{"data": {"user_id": 1, "sid": "98e899c456ecba2fcaff269de7569196"}, "code": 1000, "command": {"path": "employee.consumer.Login"}}
then I think it's because "[Message 2]" is the cause for not a json string.
Then I use json extractor like $.data.sid, I can't get the sid value
The text was updated successfully, but these errors were encountered: