配置获取
开发中
vgs_dev
vgs_dev
POST
/openvisa/sys_config_get
一、变更说明#
变更内容 | 变更人 | 变更时间 |
---|---|---|
增加国旗字段national_flag_img | 周建成 | 2023-11-29 |
二、鉴权#
1、Date/X-Date#
报文创建的日期和时间(格林尼治标准时间,而不是本地时间),例如:Date: Wed, 21 Oct 2022 07:28:00 GMT。这个时间上下误差不能超过5分钟,否则会报错。
2、X-Appid#
我方给的appid
3、Authorization#
string s = access_key + '\n' + appid + '\n' + date
string t = base64(hmac_sha1(secret_key, s)),
string Authorization = "Basic " + t
请求参数
Header 参数
X-Date
string
可选
示例值:
{{gmt}}
X-Appid
string
可选
示例值:
{{appid}}
Authorization
string
可选
示例值:
{{sign}}
Body 参数application/json
object {0}
示例
{}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dapi.visageniusglobal.com/openvisa/sys_config_get' \
--header 'X-Date: ' \
--header 'X-Appid: ' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{}'
返回响应
🟢200成功
application/json
Body
ret
integer
必需
msg
string
必需
body
object
必需
addr_json_url
string
地址下载链接
country_set
array [object {6}]
国家信息
city_set
array [object {2}]
必需
示例
{
"ret": 0,
"msg": "ok",
"body": {
"addr_json_url": "https://o.666visa.cn/static/addr_202201.json",
"city_set": [
{
"city_id": 1,
"name": "北京"
},
{
"city_id": 2,
"name": "上海"
},
{
"city_id": 3,
"name": "广州"
},
{
"city_id": 4,
"name": "深圳"
},
{
"city_id": 5,
"name": "杭州"
},
{
"city_id": 6,
"name": "成都"
},
{
"city_id": 7,
"name": "南京"
},
{
"city_id": 8,
"name": "武汉"
},
{
"city_id": 9,
"name": "重庆"
},
{
"city_id": 10,
"name": "沈阳"
},
{
"city_id": 11,
"name": "济南"
},
{
"city_id": 12,
"name": "西安"
},
{
"city_id": 13,
"name": "昆明"
},
{
"city_id": 14,
"name": "长沙"
},
{
"city_id": 15,
"name": "福州"
}
],
"country_set": [
{
"continent_id": 1,
"area": 0,
"country_id": 10000,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_adabc9de61f3d6b53348a30c91930aa2.jpg",
"country_name": "奥地利",
"country_code": "at"
},
{
"continent_id": 1,
"area": 0,
"country_id": 10001,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_adabc9de61f3d6b53348a30c91930aa2.jpg",
"country_name": "埃及",
"country_code": "eg"
},
{
"continent_id": 0,
"area": 0,
"country_id": 10002,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_729743e0cfe5a7d296a1ea25673d62f7.jpg",
"country_name": "中国",
"country_code": "cn"
},
{
"continent_id": 0,
"area": 1,
"country_id": 10003,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_ab93f61f2620da68381bf7cc8d21272f.jpg",
"country_name": "日本",
"country_code": "jp"
},
{
"continent_id": 0,
"area": 2,
"country_id": 10004,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_0d2a18f22876997ca67cc6eaaa7c32a9.jpg",
"country_name": "韩国",
"country_code": "kr"
},
{
"continent_id": 0,
"area": 0,
"country_id": 10005,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_4b8f12facd86875475d35eed5f2f4cac.jpg",
"country_name": "新加坡",
"country_code": "sg"
},
{
"continent_id": 0,
"area": 0,
"country_id": 10006,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_791380155d6b38b18c36c37803287d7b.jpg",
"country_name": "台湾",
"country_code": "tw"
},
{
"continent_id": 2,
"area": 0,
"country_id": 10007,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_fc2e0456d69fd6b6eb021cb4765e43e9.png",
"country_name": "爱尔兰",
"country_code": "ie"
},
{
"continent_id": 0,
"area": 0,
"country_id": 10008,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_06d7f910ffb772628233088d4a1f1070.png",
"country_name": "腾讯",
"country_code": ""
},
{
"continent_id": 0,
"area": 1,
"country_id": 10009,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_285107ad6b614e66fd5638da01b10316.jpg",
"country_name": "柬埔寨",
"country_code": "kh"
},
{
"continent_id": 1,
"area": 0,
"country_id": 10010,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_ceecf427cbd386c6769dc9d91a533e38.jpg",
"country_name": "土耳其",
"country_code": "tr"
},
{
"continent_id": 2,
"area": 0,
"country_id": 10011,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_964e861b911aa8b5097c4734cfb95e06.jpg",
"country_name": "美国",
"country_code": "us"
},
{
"continent_id": 0,
"area": 0,
"country_id": 10012,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_81190a72b320a1e51196a2f5b46936c9.jpg",
"country_name": "印度",
"country_code": "in"
},
{
"continent_id": 3,
"area": 0,
"country_id": 10013,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_3910d032995e71c24a9d09aa5e88795f.jpg",
"country_name": "澳大利亚",
"country_code": "au"
},
{
"continent_id": 0,
"area": 0,
"country_id": 10014,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_f957c320e5745a06af82e6d10869181b.jpg",
"country_name": "泰国",
"country_code": "th"
},
{
"continent_id": 0,
"area": 0,
"country_id": 10015,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_f7dd048181731115e6fdf1e1495c66b2.jpg",
"country_name": "菲律宾",
"country_code": "ph"
},
{
"continent_id": 1,
"area": 0,
"country_id": 10016,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_9eb8b8739da2f01a3a019ae0accf2b30.jpg",
"country_name": "英国",
"country_code": "gb"
},
{
"continent_id": 1,
"area": 0,
"country_id": 10017,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_f63384fa5b819151fe58e6c36a3b292e.jpg",
"country_name": "德国",
"country_code": "de"
},
{
"continent_id": 3,
"area": 0,
"country_id": 10018,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_4569c2ff663f4ff29a2c95835ee678de.jpg",
"country_name": "新西兰",
"country_code": "nz"
},
{
"continent_id": 1,
"area": 0,
"country_id": 10019,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_42a34fd90a163a927ed2fb5a604381ac.jpg",
"country_name": "法国",
"country_code": "fr"
},
{
"continent_id": 2,
"area": 0,
"country_id": 10020,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_3251debfee70b611d12a805cd38f9cb7.jpg",
"country_name": "加拿大",
"country_code": "ca"
},
{
"continent_id": 1,
"area": 0,
"country_id": 10021,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_d322618f23efbdf4ae4f03579ccd1b7a.png",
"country_name": "西班牙",
"country_code": "es"
},
{
"continent_id": 3,
"area": 0,
"country_id": 10022,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_ca593b9a2e4be3083bf84e95494f127c.png",
"country_name": "南非",
"country_code": "za"
},
{
"continent_id": 1,
"area": 0,
"country_id": 10023,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_7e77378a4ac88562fe68183431d3963c.png",
"country_name": "俄罗斯",
"country_code": "ru"
},
{
"continent_id": 0,
"area": 0,
"country_id": 10025,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_2413121984d486c018ac35e72b08e90c.png",
"country_name": "北马里亚纳",
"country_code": "mp"
},
{
"continent_id": 1,
"area": 1,
"country_id": 10027,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_67812df3ece74a5609f3f596df129f5d.png",
"country_name": "比利时",
"country_code": "be"
},
{
"continent_id": 1,
"area": 0,
"country_id": 10028,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_9a6f1faddfd79cceab8ad48efde3e27a.jpg",
"country_name": "挪威",
"country_code": "no"
},
{
"continent_id": 1,
"area": 1,
"country_id": 10029,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_c26abf9a14e8eb902c54208c89fb0509.png",
"country_name": "荷兰",
"country_code": "nl"
},
{
"continent_id": 1,
"area": 0,
"country_id": 10030,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_5b9f30e6ced4c4bdc008ce4ac95f2c64.png",
"country_name": "智利",
"country_code": "cl"
},
{
"continent_id": 0,
"area": 1,
"country_id": 10032,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_5879c481fbac1ababa95efc4a8fbadd7.jpg",
"country_name": "波斯尼亚和黑塞哥维那",
"country_code": ""
},
{
"continent_id": 1,
"area": 0,
"country_id": 10033,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_bff2d09f3cf911dd541a0b7f3a722f2e.jpg",
"country_name": "阿塞拜疆",
"country_code": "az"
},
{
"continent_id": 3,
"area": 1,
"country_id": 10034,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_900ce97cddc90ca6d027f209b5f5435a.jpg",
"country_name": "阿根廷",
"country_code": "ar"
},
{
"continent_id": 0,
"area": 0,
"country_id": 10035,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_b13fda68d05ac47ae89a0ecd57afd926.jpg",
"country_name": "斯里兰卡",
"country_code": "lk"
},
{
"continent_id": 1,
"area": 0,
"country_id": 10036,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_8fef2f36951d34f4fd595494e735845f.jpg",
"country_name": "意大利",
"country_code": "it"
},
{
"continent_id": 0,
"area": 0,
"country_id": 10039,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_c3c7ecdff3e807a87e38d2862516d399.jpg",
"country_name": "马来西亚",
"country_code": "my"
},
{
"continent_id": 0,
"area": 0,
"country_id": 10040,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_3258ea89496a600b6f2b6a785b4a9422.jpg",
"country_name": "中国香港",
"country_code": "hk"
},
{
"continent_id": 0,
"area": 0,
"country_id": 10041,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_c765481bc4b141b25d35a7e20986803a.jpg",
"country_name": "中国台湾",
"country_code": "tw"
},
{
"continent_id": 0,
"area": 0,
"country_id": 10042,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_2f53f824138df8e7e5f6e6c27b83734d.jpg",
"country_name": "向向",
"country_code": ""
},
{
"continent_id": 3,
"area": 0,
"country_id": 10043,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_2f5d403d5dd0d7692b85f54b19b016a1.jpg",
"country_name": "asdfa",
"country_code": ""
},
{
"continent_id": 3,
"area": 0,
"country_id": 10044,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_5ac3339d3ccfd05fce3f09745c798c58.jpg",
"country_name": "啦啦啦晒出前",
"country_code": ""
},
{
"continent_id": 3,
"area": 0,
"country_id": 10047,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_23b0b45f4868a5a51f0ae1467dbea5d3.jpg",
"country_name": "阿斯蒂芬asd",
"country_code": ""
},
{
"continent_id": 0,
"area": 1,
"country_id": 10051,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_31c63497c2da757f490fac6be419037f.jpg",
"country_name": "程畔国",
"country_code": ""
},
{
"continent_id": 1,
"area": 0,
"country_id": 10052,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_adabc9de61f3d6b53348a30c91930aa2.jpg",
"country_name": "丹麦",
"country_code": "dk"
},
{
"continent_id": 1,
"area": 0,
"country_id": 10053,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_adabc9de61f3d6b53348a30c91930aa2.jpg",
"country_name": "芬兰",
"country_code": "fi"
},
{
"continent_id": 1,
"area": 0,
"country_id": 10054,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_adabc9de61f3d6b53348a30c91930aa2.jpg",
"country_name": "尼泊尔",
"country_code": "np"
},
{
"continent_id": 1,
"area": 0,
"country_id": 10057,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_adabc9de61f3d6b53348a30c91930aa2.jpg",
"country_name": "乌拉圭",
"country_code": "uy"
},
{
"continent_id": 1,
"area": 0,
"country_id": 10059,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_adabc9de61f3d6b53348a30c91930aa2.jpg",
"country_name": "巴西",
"country_code": "br"
},
{
"continent_id": 3,
"area": 1,
"country_id": 10060,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_25a8bff24cf2703b998ce01dfbc2293b.jpg",
"country_name": "伊甸",
"country_code": ""
},
{
"continent_id": 1,
"area": 1,
"country_id": 10061,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_db9b52aa0a0e5ff7199c8ba4360ad92d.jpg",
"country_name": "捷克",
"country_code": "cz"
},
{
"continent_id": 0,
"area": 1,
"country_id": 10062,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_6272626153527cc8a729e773d87521c8.jpg",
"country_name": "请问",
"country_code": ""
},
{
"continent_id": 0,
"area": 1,
"country_id": 10063,
"national_flag_img": "https://devo.666visa.cn/visa/visa_country_national_flag_img_b9c1725e944442f5a992d7e824463da0.jpg",
"country_name": "测试国",
"country_code": ""
},
{
"continent_id": 1,
"area": 0,
"country_id": 10064,
"national_flag_img": "",
"country_name": "印度尼西亚",
"country_code": "id"
},
{
"continent_id": 2,
"area": 0,
"country_id": 10065,
"national_flag_img": "",
"country_name": "速度快放假",
"country_code": ""
},
{
"continent_id": 1,
"area": 0,
"country_id": 10066,
"national_flag_img": "https://devo.666visa.cn/visa/f8fd93cc6594e1db88f84a1fb5457a3061548926041.jpg",
"country_name": "测试图片上传新接口",
"country_code": ""
},
{
"continent_id": 1,
"area": 0,
"country_id": 10067,
"national_flag_img": "https://devo.666visa.cn/visa/f2c336dcf6432c63e584a979ebf5362ba1548987691.jpg",
"country_name": "图片上传",
"country_code": ""
},
{
"continent_id": 0,
"area": 0,
"country_id": 10068,
"national_flag_img": "https://devo.666visa.cn/visa/fff9a42b0b11a5d94997d9343c14fa20c1553154315.jpg",
"country_name": "杀杀杀水水",
"country_code": ""
},
{
"continent_id": 0,
"area": 1,
"country_id": 10070,
"national_flag_img": "https://devo.666visa.cn/visa/f420a3a8843373c6a6dda3fe5b58cfd371555293827.jpg",
"country_name": "越南",
"country_code": "vn"
},
{
"continent_id": 1,
"area": 0,
"country_id": 10071,
"national_flag_img": "https://devo.666visa.cn/visa/fe23fabf4dc53a840a40548212b1723b91555403910.png",
"country_name": "只有办签攻略",
"country_code": ""
},
{
"continent_id": 0,
"area": 2,
"country_id": 10073,
"national_flag_img": "https://devo.666visa.cn/visa/f15607662987a880d6bd55b3541c4c8409f9d7a33a6.jpg",
"country_name": "台湾地区",
"country_code": ""
},
{
"continent_id": 0,
"area": 0,
"country_id": 10074,
"national_flag_img": "https://devo.666visa.cn/visa/f1562897556c421ec88184a4ec4e760ac5180f8d3f4.jpg",
"country_name": "xwy 测试",
"country_code": ""
},
{
"continent_id": 0,
"area": 1,
"country_id": 10075,
"national_flag_img": "https://devo.666visa.cn/visa/f156289789615a47a207a0df67df119a9f592e1b651.jpg",
"country_name": "测试国家111111111",
"country_code": ""
},
{
"continent_id": 0,
"area": 0,
"country_id": 10076,
"national_flag_img": "https://devo.666visa.cn/visa/f15680140092b7934f532096919e7834699fd56d0cd.jpg",
"country_name": "测试ABCD",
"country_code": ""
},
{
"continent_id": 1,
"area": 1,
"country_id": 10077,
"national_flag_img": "https://devo.666visa.cn/visa/f157864850315f45502c7b6014ebd286bb6cf98ca80.jpg",
"country_name": "公证认证",
"country_code": ""
},
{
"continent_id": 1,
"area": 2,
"country_id": 10078,
"national_flag_img": "https://devo.666visa.cn/visa/f1578648580b415e8790e1d51c8ee42e646ff83821b.jpg",
"country_name": "国际汽车驾驶执照",
"country_code": ""
},
{
"continent_id": 0,
"area": 2,
"country_id": 10079,
"national_flag_img": "https://devo.666visa.cn/visa/f15907367553afe14617b7fc208945e0aa2ab5c86c4.jpg",
"country_name": "a测试一个超级长的国家名测试一个超级长的国家名测试一个超级",
"country_code": ""
},
{
"continent_id": 0,
"area": 0,
"country_id": 10080,
"national_flag_img": "https://devo.666visa.cn/visa/f1678085847ebacc9993a0d54559db885d970c0fd98.jpg",
"country_name": "asdf",
"country_code": ""
},
{
"continent_id": 0,
"area": 0,
"country_id": 10081,
"national_flag_img": "https://devo.666visa.cn/visa/f16977655656fc7fdd4700c45876911cb91b30d4f6f.jpg",
"country_name": "pdv国家",
"country_code": ""
},
{
"continent_id": 4,
"area": 0,
"country_id": 10082,
"national_flag_img": "https://devo.666visa.cn/visa/f17004479318eabad38795335ff7704298167b4e327.jpg",
"country_name": "冰岛",
"country_code": "is"
},
{
"continent_id": 2,
"area": 0,
"country_id": 10083,
"national_flag_img": "https://devo.666visa.cn/visa/f1700448249f987aa985a241b163c92ae74dffaf5f3.jpg",
"country_name": "葡萄牙",
"country_code": "pt"
},
{
"continent_id": 1,
"area": 0,
"country_id": 10084,
"national_flag_img": "https://devo.666visa.cn/visa/f170243119937715baff24d02124c6a2121b16c1790.jpg",
"country_name": "瑞士",
"country_code": "ch"
},
{
"continent_id": 0,
"area": 0,
"country_id": 10085,
"national_flag_img": "https://devo.666visa.cn/visa/f1717552892649293ea20d92b63353d2b0cb5c6c0d4.jpg",
"country_name": "璃月",
"country_code": ""
}
]
}
}
🟢200接口异常
🟠400参数不正确
🔴503服务异常
修改于 2024-07-23 08:27:39