|
|
@@ -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();
|