教程
问答
博客
Python源码
Java源码
开源
论坛
教程
问答
博客
Python源码
Java源码
开源
论坛
登录
注册
开源软件
程序开发
网络工具包
PyFetion
PyFetion
- 飞信的Python模块
网络工具包
授权协议:
LGPL
操作系统:
Linux
开发语言:
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
软件首页