客服公告
招商合作
关于我们
网站代理
网站首页
短信产品
短信集成
短信接口
短信引擎
短信营销
短信平台
彩信产品
家 校 通
软件下载
最新动态
:
◆
凌凯移动商务引擎系列产品及短信网关二次开发接口合作伙伴数突破80家,涵盖了教育软件、美容美发软件、汽修管理软件、CRM、电子商务网站等一系列软件公司及网络公司,凌凯的信誉和短信集成方面的专业性获得了合作伙伴的认同和信赖。
凌凯短信接口说明书
例程下载
①.
C#例程下载
②.
VB例程下载
③.
delphi引用WS例程
提供
Web Service、Http
两种接入模式
WEB Service
路径
http://mb345.com/WS/linkWS.asmx
注册接口 Reg
输入参数
:
CorpID
-帐号,
Pwd
-密码,
CorpName
-企业名称、
LinkMan
-联系人、
Tel
-联系电话、
Mobile
-联系人手机、
Email
-邮件、
Memo
-其他备注
输出参数
:整数,0:注册成功;-1、帐号已经注册;-2、其他错误;-3、帐号密码不匹配
public int
Reg(
string
CorpID,
string
Pwd,
string
CorpName,
string
LinkMan,
string
Tel,
string
Mobile,
string
Email,
string
Memo)
{}
http://mb345.com/WS/Reg.aspx?CorpID=*&Pwd=*&CorpName=*&LinkMan=*&Tel=*&Mobile=*&Email=*&Memo=*
更改密码 UpdPwd
输入参数
:
CorpID
-
帐号,
Pwd
-密码,
NewPwd
-新密码
输出参数
:整数,0:密码修改成功;-1、帐号未注册;-2、其他错误;-3、密码错误
public int
UpdPwd(
string
CorpID,
string
Pwd,
string
NewPwd)
{}
http://mb345.com/WS/UpdPwd.aspx?CorpID=*&Pwd=*&NewPwd=*
修改注册信息 UpdReg
输入参数
:
CorpID
-帐号,
Pwd
-密码,
CorpName
-企业名称、
LinkMan
-联系人、
Tel
-联系电话、
Mobile
-联系人手机、
Email
-邮件、
Memo
-其他备注
输出参数
:整数,0:修改成功;-1、帐号未注册;-2、其他错误;-3、密码错误
public int
UpdReg(
string
CorpID,
string
Pwd,
string
CorpName,
string
LinkMan,
string
Tel,
string
Mobile,
string
Email,
string
Memo)
{}
http://mb345.com/WS/UpdReg.aspx?CorpID=*&Pwd=*&CorpName=*&LinkMan=*&Tel=*&Mobile=*&Email=*&Memo=*
查询余额SelSum
输入参数
:
CorpID
-帐号,
Pwd
-密码
输出参数
:整数,>=0,剩余条数;-1、帐号未注册;-2、其他错误;-3、密码错误
public int
SelSum(
string
CorpID,
string
Pwd)
{}
http://mb345.com/WS/SelSum.aspx?CorpID=*&Pwd=*
发送短信 Send
输入参数
:
CorpID
-帐号,
Pwd
-密码,
Mobile
-发送手机号,
Content
-发送内容,
Cell
-子号(可为空),
SendTime
-定时发送时间(固定14位长度字符串,比如:20060912152435代表2006年9月12日15时24分35秒,
可为空
)
输出参数
:整数,0,发送成功;-1、帐号未注册;-2、其他错误;-3、密码错误;-4、手机号格式不对;-5、余额不足;-6、定时发送时间不是有效的时间格式
;
注意:
禁止10小时以内向同一手机号发送相同短信;
public int
Send(
string
CorpID,
string
Pwd,
string
Mobile,
string
Content,
string
Cell,
string
SendTime)
{}
http://mb345.com/WS/Send.aspx?CorpID=*&Pwd=*&Mobile=*&Content=*&Cell=*&SendTime=*
接收短信 Get
输入参数
:
CorpID
-帐号,
Pwd
-密码
输出参数
:字串,具体字串;-1、帐号未注册;-2、其他错误;-3、密码错误
返回格式
:||手机号#上行内容#发送时间#子号||手机号#上行内容#发送时间#子号……
public string
Get(
string
CorpID,
string
Pwd)
{}
http://mb345.com/WS/Get.aspx?CorpID=*&Pwd=*
帐号充值 ChargeUp
输入参数
:
CorpID
-帐号,
Pwd
-密码,
CardNo
-充值卡卡号,
CardPwd
-充值卡密码
输出参数
:整数,0,充值成功;-1、帐号未注册;-2、其他错误;-3、密码错误;-7、充值失败(可能原因:充值卡号密码不匹配或者卡已经被使用)
public int
ChargeUp(
string
CorpID,
string
Pwd,
string
CardNo,
string
CardPwd)
{}
http://mb345.com/WS/ChargeUp.aspx?CorpID=*&Pwd=*&CardNo=*&CardPwd=*
注销 UnReg
输入参数
:
CorpID
-帐号,
Pwd
-密码
输出参数
:整数,0,注销成功;-1、帐号未注册;-2、其他错误;-3、密码错误
public int
UnReg(
string
CorpID,
string
Pwd)
{}
http://mb345.com/WS/UnReg.aspx?CorpID=*&Pwd=*
>> 短信软件产品
凌凯短信客服中心
凌凯Wap短信中心
亿美满意通3G pro
>> 二次接口产品
凌凯短信引擎标准版
凌凯短信引擎服务版
凌凯二次开发接口
>> 亿美资质
亿美资质授权
>> 相关资料
凌凯短信引擎安装手册
凌凯二次接口常见问题
凌凯二次接口注意事项
移动商务
移动营销解决方案
短信产品使用流程
短信集成流程
在线申请
凌凯短信平台
返回首页介绍
诚聘英才
-
友情链接
-
客户问答
-
常见问题
-
终客模式
-
凌凯软件
-
凌凯学讯通
-
个人代理
-
提交在线申请
-
加入收藏
-
TOP
地址:大安东路61号太升大厦22楼 邮编:610017 24小时客服热线:
028-68223866
(多线) 传真号码:028-86916059
在线客服及短信群发软件咨询:QQ
763416117
569345234
MSN
xxr1978@21cn.com
短信引擎和接口咨询:QQ
594656175
852213631
MSN
LinkmobileB@hotmail.com
Copyright © 2009
mb345
All rights reserved. 成都凌凯软件科技有限公司 版权所有
蜀ICP备05032077号
SP证:
川B2-20090068