Selaa lähdekoodia

fix : Websocket客服系统优化处理03

bilingfeng 1 vuosi sitten
vanhempi
commit
ef17cbf0d4

+ 1 - 1
game-module/game-module-manage/src/main/java/com/zanxiang/game/module/manage/ManageApplication.java

@@ -23,7 +23,7 @@ public class ManageApplication {
 
     public static void main(String[] args) {
         SpringApplication.run(ManageApplication.class, args);
-        System.out.println("赞象Manage服务启动成功 <Websocket客服系统优化处理02> ( ´・・)ノ(._.`) \n" +
+        System.out.println("赞象Manage服务启动成功 <Websocket客服系统优化处理03> ( ´・・)ノ(._.`) \n" +
                 "___  ___  ___   _   _   ___  _____  _____ \n" +
                 "|  \\/  | / _ \\ | \\ | | / _ \\|  __ \\|  ___|\n" +
                 "| .  . |/ /_\\ \\|  \\| |/ /_\\ \\ |  \\/| |__  \n" +

+ 2 - 2
game-module/game-module-manage/src/main/java/com/zanxiang/game/module/manage/service/impl/KfAppletMsgServiceImpl.java

@@ -324,8 +324,8 @@ public class KfAppletMsgServiceImpl implements IKfAppletMsgService {
                 .build().toUri();
         //link参数构造
         Map<String, Object> linkMap = new HashMap<>(4);
-        linkMap.put("title", "点我充值");
-        linkMap.put("description", "点我充值" + amount + "元,用于购买" + amount + "元档充值");
+        linkMap.put("title", "点我支付");
+        linkMap.put("description", amount + "元\n" + "充值后返回游戏查看\n编号: " + order.getId());
         linkMap.put("url", url);
         linkMap.put("thumb_url", thumbUrl);
         //发送消息