灰儿 发表于 2017-7-2 09:12:02

江湖家居V6.0至尊版短信模块接口配置说明

短信模块接口配置文件:
\system\models\sms\smsbao.mdl.php   第三方短信平台(smsbao.com)接口和短信错误代码释义
\system\models\sms\56dxw.mdl.php      第三方短信平台(56dxw.com)接口和短信错误代码释义
\system\models\sms\duanxin.mdl.php    第三方短信平台(duanxin.cm)接口和短信错误代码释义\system\models\sms\sms.mdl.php          短信接口配置(定义使用哪个短信接口文件)
\system\models\sms\interface.php          定义开发接口
\system\models\sms\log.mdl.php            短信发送日志

与短信相关的数据表:
jh_system_config短信设置
jh_systmpl   短信模板
jh_sms_log   短信发送日志

江湖家居常用的第三方短信平台:
http://www.smsbao.com   短信宝(推荐)
http://www.duanxin.cm/   短信网
http://www.56dxw.com/56短信网

第三方短信平台API接口 :
http://api.smsbao.com/sms?短信宝
http://jiekou.56dxw.com/sms/HttpInterface.aspx   56短信网
http://smsapi.duanxin.cm?ac=send短信网

管理后台短信模板文件:
\system\admin\view\config\sms.html短信设置样式模板
调用模板:http://域名/admin/index.php?system/config-sms.html短信设置

\system\admin\view\sms\log\edit.html   编辑短信模板
调用模板:http://域名/admin/index.php?sms/log-edit.html   编辑短信(无权限直接访问)

\system\admin\view\system\smstmpl\create.html   新增模板样式
调用模板:http://域名/admin/index.php?system/smstmpl-create.html    新增模板

与短信设置相关的文件:
\system\home\controllers\tenders.ctl.php
\system\schemas\systmpl.php
\system\admin\controllers\system\smstmpl.ctl.php

\system\admin\view\config\access.html
可设置如下内容:
同一IP24小时可以接收短信数
同一IP接收短信的时间隔(分钟)
同一IP24小时可以可以发布招标数
同一IP发布招标的时间隔(分钟)




页: [1]
查看完整版本: 江湖家居V6.0至尊版短信模块接口配置说明