refactor(prod): 更新生产环境配置和微信小程序支付参数
- 修改静态资源 URL 和路径
- 更新微信小程序码生成路径和 URL前缀
| | |
| | | * @return |
| | | */ |
| | | //图片上传路径 |
| | | public static final String IMG_UPLOAD_PATH="/mnt/sdc/webresource/blnka/wxcode"; |
| | | public static final String IMG_UPLOAD_PATH="/home/javaweb/webresource/upload/wxcode"; |
| | | public String generateAcode(String scene,String path,String imgName,String width, Integer type){ |
| | | String urlPrefix="https://file.blnka.cn/blnka/wxcode"; |
| | | String urlPrefix="http://hcres.csxuncong.com/wxcode"; |
| | | String imgPath=IMG_UPLOAD_PATH+imgName; |
| | | if(!FileUtil.exist(imgPath)){ |
| | | |
| | |
| | | |
| | | static: |
| | | resource: |
| | | url: http://file.blnka.cn/file/ |
| | | path: /mnt/sdc/webresource/file/ |
| | | url: http://hcres.csxuncong.com/ |
| | | path: /home/javaweb/webresource/upload/ |
| | | |
| | | system: |
| | | job: true |