curl --location --request POST 'http://192.168.8.18:3080/api/customer/operation/country' \
--header 'apiKey: 5ff6e6a70376ba11a42e277086598d4a' \
--header 'signature: 4590A48221F34CE299EA2D74036246F5' \
--header 'timestamp: 1717381423' \
--header 'sourceFrom: lingxing'{
"success": true,
"message": "操作成功!",
"code": 200,
"result": {
"data": [
{
"code": "US",
"cnName": "美国",
"enName": "United States of America"
},
{
"code": "FR",
"cnName": "法国",
"enName": "FRANCE"
},
{
"code": "CN",
"cnName": "中国",
"enName": "CHINA"
}
]
},
"timestamp": 1717055821417
}