寒窗轩,寒川的个人网络博客,记录互联网事,学习网络编程、分享工作经验、人生感悟,包括但不限于程序代码、数据库、Office办公、随笔等内容。

我也发个飞信API接口发飞信短消息。

    目前Fetion APIji接口挺多的,自己鼓捣了半天,终于也弄了个API接口出来,欢迎大家使用。请勿用于非法勾当哦。。。。。
    API接口地址:http://fetion.huikon.cn/?mobile_no=******&pwd=******&to=******&msg=******说明:分别将“******”部分替换为你的手机号码、飞信密码、发送对象的手机号码(必须是你飞信好友)、发送的短信内容。本程序采用php编的,同时支持POST和GET两种参数传递形式。欢迎大家试用。。。。
html例子如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>飞信</title>
</head><body>
<form action="http://fetion.huikon.cn/ method="post" enctype="application/x-www-form-urlencoded" name="form1" id="form1">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
  <td width="34%" height="200">&nbsp;</td>
  <td width="66%">&nbsp;</td>
  </tr>
  <tr>
  <td align="right">Mobile No.:</td>
  <td><input type="text" name="mobile_no" id="mobile_no" /></td>
  </tr>
  <tr>
  <td align="right">PassWord:</td>
  <td><input type="password" name="pwd" id="pass" /></td>
  </tr>
  <tr>
  <td align="right">To:</td>
  <td><input type="text" name="to" id="to" /></td>
  </tr>
  <tr>
  <td align="right"></td>
  <td>SMS:<br /><textarea name="msg" id="msg" cols="45" rows="5">测试!</textarea></td>
  </tr>
  <tr>
  <td align="right" height="40">&nbsp;</td>
  <td><input type="submit" value=" 发送 " /><input type="reset" value=" 重置 " /></td>
  </tr>
</table>
</form>
</body>
</html>

当然,你还可以使用框架或其他方式隐藏提交后的地址。 
注意:此html例子中需要修改星号部分,且需采用utf-8编码,以免出现乱码。 
 

程序 2009-07-31 00:46:16 4 0 10200 编程fetionapi
文章写得不错?我是土豪我要在线打赏!
在线打赏

昵称:

验证码:验证码

评论:

文章分类
系统
程序
数据
Office
随笔
热门文章
请不要奇怪,为什么最近博客的文章是几年前的内容
Excel动态引用各表格指定单元格数据
开篇第一章
ubuntu24.04无法安装向日葵,提示依赖libgconf-2-4怎么办?
如何利用python修改文件的创建时间,修改时间,访问时间
发现一个好网站——春燕文档
ubuntu24.04安装网易云音乐
Ubuntu22.04中用thunar替换默认文件管理器,提示无法启动“TerminalEmulator“的首选应用程序
MySQL如何按每个分类查询10条数据,即MySQL如何每个分类查询10条数据
python读取旧的Excel文件的数据到新的Excel表中
文章推荐
免责声明
关于博主
开篇第一章
随机推荐
为emlog增加一个日志列表插件
CentOS无法删除文件怎么办
Linux VS Windows 究竟哪个系统更好之思考
冲动是魔鬼
感冒了
是否我们都老了?
更新一下友情链接插件
教训
Google will say no to China because of hackers attack gmail?
emlog升级5.0.0
友情连接
春燕网络
谢润的博客