13 lines
175 B
JSON
13 lines
175 B
JSON
|
|
{
|
||
|
|
"code": 400,
|
||
|
|
"msg": "داده نامعتبر.",
|
||
|
|
"data": {
|
||
|
|
"lat": [
|
||
|
|
"This field is required."
|
||
|
|
],
|
||
|
|
"lon": [
|
||
|
|
"This field is required."
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|