# cy-code **Repository Path**: czweicc/cy-code ## Basic Information - **Project Name**: cy-code - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 安装 ```shell npm i cy-code ``` ##使用方法 ```javascript //数据格式 let cy={ area:{//地区数据 '910000': { '810000': '香港特别行政区', '820000': '澳门特别行政区' } }, country:{//国家国别代码 '999':{ code: '999', //国别代码 ciq_code: '999',//国家代码 name: '中性包装原产国别', en_name: 'Conutries of Neutral Package', brief_name: 'H' } }, pack:{//包装种类 '5H9': { name: '集装袋', code: '5H9' } }, unit:{ //计量单位 '999': { code: '999', name: '元' } }, traf:{},//运输方式 _pack:{},//海关包装种类 } ```