Ejemplo n.º 1
0
function sendMessage($msg)
{
    return API_Item_Open_Weixin::answerText(array('content' => $msg));
}