{ "country_id": 10000 }
curl --location --request POST 'https://testapi.666visa.cn/openvisa/country_embassy_get' \ --header 'X-Date: ' \ --header 'X-Appid: {{appid}}' \ --header 'Authorization: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "country_id": 10000 }'
{"ret":0,"msg":"ok","body":{"embassy_set":[{"country_id":10000,"earliest_date":"2019-03-30","city_id":1,"city_name":"北京"},{"country_id":10000,"earliest_date":"2019-03-30","city_id":2,"city_name":"上海"}]}}