Commit a9132a6d authored by dragondean@qq.com's avatar dragondean@qq.com

解决合并冲突

parent 3a277b31
...@@ -13,3 +13,11 @@ export function locale() { ...@@ -13,3 +13,11 @@ export function locale() {
method: 'get' method: 'get'
}) })
} }
export function checkCountryCode(params){
return request({
url: '/app-api/ecw/region/check/dest-currency/area-code/',
method: 'get',
params
})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment