|  |  |  | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | //图片上传路径 | 
|---|
|  |  |  | public  static  final String IMG_UPLOAD_PATH="/home/javaweb/webresource/ywg/wxcode"; | 
|---|
|  |  |  | public  static  final String IMG_UPLOAD_PATH="/home/javaweb/webresource/ywg/h5/wxcode"; | 
|---|
|  |  |  | public String getQRcode(String ticket) { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | String SHOW_QRCODE_URL = "https://mp.weixin.qq.com/cgi-bin/showqrcode?ticket=TICKET"; | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | String randomNum = MallUtils.getRandomNum(5); | 
|---|
|  |  |  | String imgName="/user_" + randomNum + "_acode_1.jpg"; | 
|---|
|  |  |  | String urlPrefix="https://ywgpzapi.meiao.biz/ywg/wxcode"; | 
|---|
|  |  |  | String urlPrefix="https://ywgouth.meiao.biz/wxcode"; | 
|---|
|  |  |  | String imgPath=IMG_UPLOAD_PATH+imgName; | 
|---|
|  |  |  | if(!FileUtil.exist(imgPath)){ | 
|---|
|  |  |  | try { | 
|---|