PyFetion飞信的Python模块
PyFetion 是中国移动飞信的 Python 语言模块。下面是几个该模块提供的发送短信的函数:
| FX_EXPORT BOOL | fs_send_sms (const long who, const char *message) | 
| simple send smsfunctions  |  
  |
| FX_EXPORT BOOL | fs_send_sms_by_mobile_no (const char *mobile_no, const char *message) | 
| simple send smsfunctions  |  
  |
| FX_EXPORT BOOL | fs_send_sms_to_self (const char *message) | 
| send a shortmessage to user self | 
评论
