# API-Gateway-new **Repository Path**: track_718/api-gateway-new ## Basic Information - **Project Name**: API-Gateway-new - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-23 - **Last Updated**: 2026-07-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### API网关服务 转发请求服务 #### 新增渠道图片 - 把LOGO图片编辑为72×72和34×34,在线PS:https://www.photopea.com/ - 把编辑好的图片放到./public/image/icon/logistics/ (图片命名根据后台配置的) - 在根目录执行gulp sprites1 && gulp sprites2 (会在"./pulic/sprites/"生成 sprite-72×72.png 和 sprite-34×34.png图片) - 生成好的图片比较大,通过 https://tinypng.com/ 压缩图片大小, 压缩完覆盖原图 - 代替压缩图片的网站:https://yasuo.xunjiepdf.com/img/ #### 签名 在前端PC的目录文件 src/utils/secret.js src\compotents\resultdetail\showresult.vue 还有外部调用的查询请看PC根目录extcallSign 在前端M端的目录文件 src/utils/secret.js src\compotents\resultdetail\showresult.vue