|
@@ -118,7 +118,7 @@ public class GameAppletServiceImpl extends ServiceImpl<GameAppletMapper, GameApp
|
|
|
linkMap.put("title", "点我充值");
|
|
|
linkMap.put("description", "点我充值" + order.getAmount() + "元,用于购买" + order.getAmount() + "元档充值");
|
|
|
linkMap.put("url", "http://gg.84game.cn/wechatPay/index.html?orderId=" + order.getId());
|
|
|
- //linkMap.put("thumb_url", "图片地址");
|
|
|
+ linkMap.put("thumb_url", "https://book.zanxiangnet.com/qc-tip/1.jpg");
|
|
|
|
|
|
paramMap.put("link", linkMap);
|
|
|
|