PyFetion是中国移动飞信的Python语言模块。下面是几个该模块提供的发送短信的函数:
FX_EXPORT BOOL fs_send_sms (constlongwho,constchar*message) simplesendsmsfunctions FX_EXPORT BOOL fs_send_sms_by_mobile_no (constchar*mobile_no,constchar*message) simplesendsmsfunctions FX_EXPORT BOOL fs_send_sms_to_self (constchar*message) sendashortmessagetouserself点击空白处退出提示
评论