ShuanghongS 6 月之前
父節點
當前提交
6bdf20d37a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      service/robot.class.php

+ 1 - 0
service/robot.class.php

@@ -256,6 +256,7 @@ class robot{
             // $sqlWhere = ' and  ' . common::searchExtendHand_KLN("ocean", $_SESSION["ONLINE_USER"]);
             // $sql .= $sqlWhere;
             // $rs = common::excuteListSql($sql);
+            $response['message'] = json_decode(common::getChatAimessage($response['message']),true);
             $rs = $response;
             common::echo_json_encode(200,$rs);            
             exit();