예제 #1
0
파일: index.php 프로젝트: dalinhuang/andyou
function sendMessage($msg)
{
    return API_Item_Open_Weixin::answerText(array('content' => $msg));
}