ShuanghongS 6 tháng trước cách đây
mục cha
commit
6bdf20d37a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();