暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

sms.htm 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. {include file="public/layout" /}
  2. <body class="bodystyle" style="overflow-y: scroll;min-width:auto;">
  3. <div id="toolTipLayer" style="position: absolute; z-index: 9999; display: none; visibility: visible; left: 95px; top: 573px;"></div>
  4. <div id="append_parent"></div>
  5. <div id="ajaxwaitid"></div>
  6. <div class="page min-hg-c-i" style="min-width: auto;box-shadow:none;">
  7. <div class="fixed-bar">
  8. <div class="item-title">
  9. <a class="back_xin" href="{:url('System/api_conf')}" title="返回"><i class="iconfont e-fanhui"></i></a>
  10. <div class="subject">
  11. <h3>云短信</h3>
  12. <h5></h5>
  13. </div>
  14. <ul class="tab-base nc-row">
  15. {eq name="'System@sms'|is_check_access" value="1"}
  16. <li><a href="{:url('System/sms')}" {if condition="'sms'==$Think.const.ACTION_NAME"}class="current"{/if}><span>短信配置</span></a></li>
  17. {/eq}
  18. {eq name="'System@sms_tpl'|is_check_access" value="1"}
  19. <li><a href="{:url('System/sms_tpl')}" {if condition="'sms_tpl'==$Think.const.ACTION_NAME"}class="current"{/if}><span>自定义模板</span></a></li>
  20. {/eq}
  21. </ul>
  22. </div>
  23. </div>
  24. <form class="form-horizontal" id="postSmsForm" method="post">
  25. <div class="ncap-form-default">
  26. <dl class="row">
  27. <dt class="tit">
  28. <label for="sms_type">短信平台</label>
  29. </dt>
  30. <dd class="opt">
  31. <label class="curpoin"><input type="radio" name="sms_type" value="1" onclick="changeSmsType(this);" {if condition="empty($sms.sms_type) || $sms.sms_type eq 1"}checked="checked"{/if}>阿里云短信</label>
  32. &nbsp;&nbsp;
  33. <label class="curpoin"><input type="radio" name="sms_type" value="2" onclick="changeSmsType(this);" {if condition="isset($sms.sms_type) && $sms.sms_type eq 2"}checked="checked"{/if}>腾讯云短信</label>
  34. <input type="hidden" id="old_sms_type" value="{if condition="empty($sms.sms_type) || $sms.sms_type eq 1"}1{else /}2{/if}">
  35. <p class="notic"></p>
  36. </dd>
  37. </dl>
  38. <dl class="row" id="sms_appkey_1" style="display: {if condition="!isset($sms.sms_type) || $sms.sms_type eq 1"} block{else /}none{/if};" >
  39. <dt class="tit">
  40. <em>*</em>
  41. <label for="sms_appkey">平台appkey</label>
  42. </dt>
  43. <dd class="opt">
  44. <input id="sms_appkey" name="sms_appkey" value="{$sms.sms_appkey|default=''}" class="input-txt" type="text" autocomplete="off" />
  45. <p class="notic">短信平台配置appkey</p>
  46. </dd>
  47. </dl>
  48. <dl class="row" id="sms_secretkey_1" style="display: {if condition="!isset($sms.sms_type) || $sms.sms_type eq 1"} block{else /}none{/if};">
  49. <dt class="tit">
  50. <em>*</em>
  51. <label for="sms_secretkey">平台secretKey</label>
  52. </dt>
  53. <dd class="opt">
  54. <input id="sms_secretkey" name="sms_secretkey" value="{$sms.sms_secretkey|default=''}" class="input-txt" type="text" autocomplete="off" />
  55. <p class="notic">短信平台配置secretKey</p>
  56. </dd>
  57. </dl>
  58. <dl class="row" id="sms_secretkey_2" style="display: {if condition="!isset($sms.sms_type) || $sms.sms_type eq 2"} block{else /}none{/if};">
  59. <dt class="tit">
  60. <em>*</em>
  61. <label for="sms_appid_tx">平台appid</label>
  62. </dt>
  63. <dd class="opt">
  64. <input id="sms_appid_tx" name="sms_appid_tx" value="{$sms.sms_appid_tx|default=''}" class="input-txt" type="text" autocomplete="off" />
  65. <p class="notic">短信平台配置appid</p>
  66. </dd>
  67. </dl>
  68. <dl class="row" id="sms_appkey_2" style="display: {if condition="!isset($sms.sms_type) || $sms.sms_type eq 2"} block{else /}none{/if};">
  69. <dt class="tit">
  70. <em>*</em>
  71. <label for="sms_appkey_tx">平台appkey</label>
  72. </dt>
  73. <dd class="opt">
  74. <input id="sms_appkey_tx" name="sms_appkey_tx" value="{$sms.sms_appkey_tx|default=''}" class="input-txt" type="text" autocomplete="off" />
  75. <p class="notic">短信平台配置appkey</p>
  76. </dd>
  77. </dl>
  78. <dl class="row">
  79. <dt class="tit"><em>*</em>管理员手机号</dt>
  80. <dd class="opt">
  81. <input value="{$sms.sms_test_mobile|default=''}" name="sms_test_mobile" id="sms_test_mobile" placeholder="多个手机号码可以用逗号隔开" class="input-txt" type="text" onkeyup="this.value=this.value.replace(/,/g,',');" onpaste="this.value=this.value.replace(/,/g,',')" autocomplete="off">
  82. <input value="测试发送" class="input-btn" onclick="sendMobile();" type="button">
  83. <p class="notic">多个手机号码可以用逗号隔开</p>
  84. </dd>
  85. </dl>
  86. <dl class="row">
  87. <dt class="tit">接收提醒选项</dt>
  88. <dd class="opt">
  89. <ul class="nc-row ncap-waybill-list ul_tpl_id1 {if condition='!empty($sms.sms_type) && $sms.sms_type eq 2'}none{/if}">
  90. <li style="width: 100%;" >
  91. {foreach name="sms_list1" item="vo" key="k" }
  92. <label class="label">
  93. <input class="check" type="checkbox" name="tpl_id[1][]" value="{$vo.tpl_id}" {eq name="$vo.is_open" value="1" }checked="checked"{/eq}><span>{$vo.tpl_title}</span>
  94. </label>
  95. &nbsp;
  96. {/foreach}
  97. </li>
  98. </ul>
  99. <ul class="nc-row ncap-waybill-list ul_tpl_id2 {if condition='empty($sms.sms_type) || $sms.sms_type eq 1'}none{/if}">
  100. <li style="width: 100%;">
  101. {foreach name="sms_list2" item="vo" key="k" }
  102. <label class="label">
  103. <input class="check" type="checkbox" name="tpl_id[2][]" value="{$vo.tpl_id}" {eq name="$vo.is_open" value="1" }checked="checked"{/eq}><span>{$vo.tpl_title}</span>
  104. </label>
  105. &nbsp;
  106. {/foreach}
  107. </li>
  108. </ul>
  109. </dd>
  110. </dl>
  111. <dl class="row">
  112. <div class="bot" style="padding-bottom:0px;">
  113. <a href="JavaScript:void(0);" onclick="submit_sms();" class="ncap-btn-big ncap-btn-green">确认提交</a>
  114. &nbsp;<a href="JavaScript:void(0);" onclick="openArticle()" style="font-size: 12px;padding-left: 10px;position:absolute;top: 30px">不会配置?</a>
  115. </div>
  116. </dl>
  117. </div>
  118. </form>
  119. </div>
  120. <script type="text/javascript">
  121. var parentObj = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
  122. function submit_sms(){
  123. var sms_type = $("#old_sms_type").val();
  124. if (sms_type == 1) {
  125. if ($('#postSmsForm input[name="sms_appkey"]').val() == '') {
  126. showErrorMsg('请填写短信平台[appkey]!');
  127. $('#postSmsForm input[name=sms_appkey]').focus();
  128. return false;
  129. }
  130. if ($('#postSmsForm input[name="sms_secretkey"]').val() == '') {
  131. showErrorMsg('请填写短信平台[secretKey]!');
  132. $('#postSmsForm input[name=sms_secretkey]').focus();
  133. return false;
  134. }
  135. }else if (sms_type == 2){
  136. if ($('#postSmsForm input[name="sms_appkey_tx"]').val() == '') {
  137. showErrorMsg('请填写短信平台[appkey]!');
  138. $('#postSmsForm input[name=sms_appkey_tx]').focus();
  139. return false;
  140. }
  141. if ($('#postSmsForm input[name="sms_appid_tx"]').val() == '') {
  142. showErrorMsg('请填写短信平台[appid]!');
  143. $('#postSmsForm input[name=sms_appid_tx]').focus();
  144. return false;
  145. }
  146. }else{
  147. {$submitSmsJsCode|default=''}
  148. }
  149. var mobile = $('#sms_test_mobile').val();
  150. if (mobile == '') {
  151. showErrorMsg('接收的手机号码不能为空!');
  152. $('#postSmsForm input[name=sms_test_mobile]').focus();
  153. return false;
  154. }
  155. layer_loading("正在处理");
  156. $.ajax({
  157. url: "{:url('System/sms', ['_ajax'=>1])}",
  158. type: 'POST',
  159. dataType: 'JSON',
  160. data: $('#postSmsForm').serialize(),
  161. success: function(res){
  162. layer.closeAll();
  163. if (1 == res.code) {
  164. layer.msg(res.msg, {shade: 0.1, time: 1000}, function(){
  165. window.location.reload();
  166. });
  167. } else {
  168. var icon = 5;
  169. try{
  170. if (res.data.icon) {
  171. icon = res.data.icon;
  172. }
  173. }catch(e){}
  174. showErrorAlert(res.msg, icon);
  175. }
  176. },
  177. error: function(e){
  178. layer.closeAll();
  179. showErrorAlert(e.responseText);
  180. }
  181. });
  182. }
  183. function sendMobile() {
  184. var sms_type = $("#old_sms_type").val();
  185. if (sms_type == 1) {
  186. if ($('#postSmsForm input[name="sms_appkey"]').val() == '') {
  187. showErrorMsg('请填写短信平台[appkey]!');
  188. $('#postSmsForm input[name=sms_appkey]').focus();
  189. return false;
  190. }
  191. if ($('#postSmsForm input[name="sms_secretkey"]').val() == '') {
  192. showErrorMsg('请填写短信平台[secretKey]!');
  193. $('#postSmsForm input[name=sms_secretkey]').focus();
  194. return false;
  195. }
  196. }else if (sms_type == 2){
  197. if ($('#postSmsForm input[name="sms_appkey_tx"]').val() == '') {
  198. showErrorMsg('请填写短信平台[appkey]!');
  199. $('#postSmsForm input[name=sms_appkey_tx]').focus();
  200. return false;
  201. }
  202. if ($('#postSmsForm input[name="sms_appid_tx"]').val() == '') {
  203. showErrorMsg('请填写短信平台[appid]!');
  204. $('#postSmsForm input[name=sms_appid_tx]').focus();
  205. return false;
  206. }
  207. } else {
  208. {$sendMobileJsCode|default=''}
  209. }
  210. var mobile = $('#sms_test_mobile').val();
  211. if (mobile == '') {
  212. showErrorMsg('接收的手机号码不能为空!');
  213. $('#postSmsForm input[name=sms_test_mobile]').focus();
  214. return false;
  215. }
  216. var loading = layer_loading('发送中');
  217. $.ajax({
  218. type: "post",
  219. data: $('#postSmsForm').serialize(),
  220. dataType: 'json',
  221. url: "{:url('System/send_mobile')}",
  222. success: function (res) {
  223. layer.closeAll();
  224. if (res.code == 1) {
  225. layer.msg('发送成功', {icon: 1, time:1000});
  226. } else {
  227. layer.msg(res.msg, {icon: 2, time: 1000});
  228. }
  229. },
  230. error: function(e){
  231. layer.closeAll();
  232. showErrorAlert(e.responseText);
  233. }
  234. })
  235. }
  236. function changeSmsType(obj) {
  237. var new_sms_type = $("input[name=sms_type]:checked").val();
  238. var old_sms_type = $("#old_sms_type").val();
  239. if (new_sms_type) {
  240. $("#sms_appkey_"+old_sms_type).hide();
  241. $("#sms_secretkey_"+old_sms_type).hide();
  242. $("#sms_appkey_"+new_sms_type).show();
  243. $("#sms_secretkey_"+new_sms_type).show();
  244. $("#old_sms_type").val(new_sms_type);
  245. $(".ul_tpl_id"+new_sms_type).show();
  246. $(".ul_tpl_id"+old_sms_type).hide();
  247. {$changeSmsTypeJsCode|default=''}
  248. }
  249. }
  250. function openArticle() {
  251. var new_sms_type = $("input[name=sms_type]:checked").val();
  252. var aid = new_sms_type == 1?8754:11143;
  253. click_to_eyou_1575506523('https://www.eyoucms.com/plus/view.php?aid='+aid+'&origin_eycms=1','短信配置教程');
  254. }
  255. </script>
  256. {include file="public/footer" /}