|
@@ -129,7 +129,7 @@ public class GameAppletServiceImpl extends ServiceImpl<GameAppletMapper, GameApp
|
|
|
.queryParam("appId", "wx91208c6c8651a97d")
|
|
|
.queryParam("orderId", order.getOrderId())
|
|
|
.queryParam("amount", order.getAmount())
|
|
|
- .queryParam("description", URIUtil.decodeURIComponent("购买" + order.getAmount() + "元档充值"))
|
|
|
+ .queryParam("description", URIUtil.encodeURIComponent("购买" + order.getAmount() + "元档充值"))
|
|
|
.build().toUri();
|
|
|
//添加参数
|
|
|
linkMap.put("url", url);
|