No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

conf_weixin.htm 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. {include file="public/layout" /}
  2. <body class="eyou_body_xin">
  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. {include file="notice/left" /}
  7. <div id="geduan_div" class="h10"></div>
  8. <div class="page" style="min-width:auto;margin-left:115px;padding-bottom: 15px;">
  9. <div class="fixed-bar">
  10. <div class="item-title">
  11. <a class="back_xin" href="{:url('Weapp/index')}" title="返回"><i class="iconfont e-fanhui"></i></a>
  12. <div class="subject">
  13. <h3>微信小程序</h3>
  14. <h5></h5>
  15. </div>
  16. </div>
  17. </div>
  18. <!-- 操作说明 -->
  19. <div id="explanation" class="explanation" style="color: rgb(44, 188, 163); background-color: rgb(237, 251, 248); margin-bottom: 15px;">
  20. <div id="checkZoom" class="title"><i class="fa fa-lightbulb-o"></i>
  21. <h4 title="提示相关设置操作时应注意的要点">提示</h4>
  22. <span title="收起提示" id="explanationZoom" style="display: block;"></span>
  23. </div>
  24. <ul>
  25. <li>登录 <a href="https://mp.weixin.qq.com" target="_blank">微信小程序平台</a> ,在“开发管理->开发设置”里获取AppID、AppSecret的值。微信支付配置:登录 <a href="https://pay.weixin.qq.com" target="_blank">微信支付商户平台</a> ,具体点击<a href="JavaScript:void(0);" onclick="click_to_eyou_1575506523('https://www.eyoucms.com/plus/view.php?aid=8829&origin_eycms=1','微信支付配置教程')" class="red">查看教程</a>操作。配置主要用于开源微信小程序。</li>
  26. </ul>
  27. </div>
  28. <div class="flexigrid htitx">
  29. <form class="form-horizontal" id="post_form" action="{:url('UsersNotice/conf_api')}" method="post">
  30. <div class="hDiv">
  31. <div class="hDivBox">
  32. <table cellspacing="0" cellpadding="0" style="width: 100%">
  33. <thead>
  34. <tr>
  35. <th class="sign w10" axis="col0">
  36. <div class="tc"></div>
  37. </th>
  38. <th abbr="article_title" axis="col3" class="w10">
  39. <div class="tc">API接口</div>
  40. </th>
  41. <th abbr="ac_id" axis="col4">
  42. <div class=""></div>
  43. </th>
  44. </tr>
  45. </thead>
  46. </table>
  47. </div>
  48. </div>
  49. <div class="ncap-form-default">
  50. <dl class="row none">
  51. <dt class="tit">
  52. <label for="apiopen">API接口</label>
  53. </dt>
  54. <dd class="opt">
  55. <label class="curpoin"><input id="apiopen1" name="apiopen" value="0" type="radio" {if condition="empty($data['apiopen'])"}checked="checked"{/if}>开启</label>
  56. &nbsp;
  57. <label class="curpoin"><input id="apiopen0" name="apiopen" value="1" type="radio" {if condition="!empty($data['apiopen'])"}checked="checked"{/if}>关闭</label>
  58. <span class="err"></span>
  59. <p class="notic"></p>
  60. </dd>
  61. </dl>
  62. <div id="div_apiverify" {if condition="false && !empty($data['apiopen'])"}class="none"{/if}>
  63. <dl class="row">
  64. <dt class="tit">
  65. <label for="apiverify">接口验证</label>
  66. </dt>
  67. <dd class="opt">
  68. <label class="curpoin"><input id="apiverify1" name="apiverify" value="1" type="radio" {if condition="!empty($data['apiverify'])"}checked="checked"{/if}>验证</label>
  69. &nbsp;
  70. <label class="curpoin"><input id="apiverify0" name="apiverify" value="0" type="radio" {if condition="empty($data['apiverify'])"}checked="checked"{/if}>忽略</label>
  71. <span class="err"></span>
  72. <p class="notic"></p>
  73. </dd>
  74. </dl>
  75. <dl class="row {if condition="empty($data['apiverify'])"}none{/if}" id="dl_apikey">
  76. <dt class="tit">
  77. <label for="apikey"><em>*</em>接口密钥</label>
  78. </dt>
  79. <dd class="opt">
  80. <input type="text" name="apikey" id="apikey" value="{$data['apikey']|default=''}" class="input-txt" autocomplete="off" onkeyup="this.value=this.value.replace(/[^\w]/g,'');" onpaste="this.value=this.value.replace(/[^\w]/g,'')">
  81. <input type="hidden" name="old_apikey" id="old_apikey" value="{$data['apikey']|default=''}" class="input-txt" autocomplete="off">
  82. &nbsp;<a href="javascript:void(0);" onclick="reset_apikey();" class="ncap-btn ncap-btn-green">刷新</a>
  83. <p class="notic">必须为英文或数字,长度至少32位字符</p>
  84. </dd>
  85. </dl>
  86. </div>
  87. <div class="bot">
  88. <a href="JavaScript:void(0);" onclick="checkForm();" class="ncap-btn-big ncap-btn-green" id="submitBtn">确认提交</a>
  89. </div>
  90. </div>
  91. </form>
  92. </div>
  93. <script type="text/javascript">
  94. $(function(){
  95. $('input[name=apiopen]').click(function(){
  96. var apiopen = $(this).val();
  97. if (1 == apiopen) {
  98. $('#div_apiverify').hide();
  99. } else {
  100. $('#div_apiverify').show();
  101. }
  102. });
  103. $('input[name=apiverify]').click(function(){
  104. var apiverify = $(this).val();
  105. if (1 == apiverify) {
  106. $('#dl_apikey').show();
  107. } else {
  108. $('#dl_apikey').hide();
  109. }
  110. });
  111. });
  112. // 判断输入框是否为空
  113. function checkForm(){
  114. var apikey = $.trim($('#apikey').val());
  115. if(apikey == ''){
  116. showErrorMsg('接口密钥不能为空!');
  117. $('#apikey').focus();
  118. return false;
  119. } else if (apikey.length < 32) {
  120. showErrorMsg('接口密钥长度至少32位字符!');
  121. $('#apikey').focus();
  122. return false;
  123. }
  124. layer_loading('正在处理');
  125. $.ajax({
  126. url: "{:url('UsersNotice/conf_api', ['_ajax'=>1])}",
  127. type: 'POST',
  128. dataType: 'JSON',
  129. data: $('#post_form').serialize(),
  130. success: function (res) {
  131. layer.closeAll();
  132. if (1 == res.code) {
  133. layer.msg(res.msg, {shade: layer_shade, time: 1000}, function(){
  134. window.location.reload();
  135. });
  136. } else {
  137. showErrorAlert(res.msg);
  138. return false;
  139. }
  140. },
  141. error: function (e) {
  142. layer.closeAll();
  143. showErrorAlert(e.responseText);
  144. return false;
  145. }
  146. });
  147. }
  148. // 重置接口密钥
  149. function reset_apikey(){
  150. var title = '您确定要刷新当前密钥吗?<br/><span style="color: red; ">一旦保存后,已关联密钥的小程序将失效,请重新添加新密钥到小程序里,并发布上线。</span>';
  151. title += '<style type="text/css">.layui-layer-content{text-align:left!important;}</style>';
  152. layer.confirm(title, {
  153. area: ['480px', '190px'],
  154. move: false,
  155. title: '刷新密钥',
  156. icon: 3,
  157. shade: layer_shade,
  158. btnAlign:'r',
  159. closeBtn: 3,
  160. btn: ['刷新', '取消'], //按钮
  161. success: function () {
  162. $(".layui-layer-content").css('text-align', 'left');
  163. }
  164. }, function () {
  165. $.ajax({
  166. url: "{:url('UsersNotice/reset_apikey')}",
  167. type: 'POST',
  168. dataType: 'JSON',
  169. data: {_ajax:1},
  170. success: function (res) {
  171. layer.closeAll();
  172. if (1 == res.code) {
  173. $('#apikey').val(res.data.apikey);
  174. // layer.msg(res.msg, {time: 1000});
  175. } else {
  176. showErrorAlert(res.msg);
  177. return false;
  178. }
  179. },
  180. error: function (e) {
  181. layer.closeAll();
  182. showErrorAlert(e.responseText);
  183. return false;
  184. }
  185. });
  186. }, function (index) {
  187. layer.closeAll(index);
  188. });
  189. }
  190. </script>
  191. <div class="flexigrid htitx">
  192. <form class="form-horizontal" id="weixin_post_form" action="{:url('UsersNotice/conf_weixin')}" method="post">
  193. <div class="hDiv">
  194. <div class="hDivBox">
  195. <table cellspacing="0" cellpadding="0" style="width: 100%">
  196. <thead>
  197. <tr>
  198. <th class="sign w10" axis="col0">
  199. <div class="tc"></div>
  200. </th>
  201. <th abbr="article_title" axis="col3" class="w10">
  202. <div class="tc">微信小程序</div>
  203. </th>
  204. <th abbr="ac_id" axis="col4">
  205. <div class=""></div>
  206. </th>
  207. </tr>
  208. </thead>
  209. </table>
  210. </div>
  211. </div>
  212. <div class="ncap-form-default" style="position: sticky;">
  213. <dl class="row"><dt class="tit"><label><b>微信登录</b></label></dt></dl>
  214. <dl class="row">
  215. <dt class="tit">
  216. <label for="weixin_appid"><em id="em_weixin_appid" {empty name='$weixin_data.appid'}style="display: none;"{/empty}>*</em>AppID</label>
  217. </dt>
  218. <dd class="opt">
  219. <input type="text" name="appid" id="appid" value="{$weixin_data.appid|default=''}" class="input-txt" autocomplete="off">
  220. <p class="notic">小程序ID</p>
  221. </dd>
  222. </dl>
  223. <dl class="row">
  224. <dt class="tit">
  225. <label for="weixin_appsecret"><em id="em_weixin_appsecret" {empty name='$weixin_data.appsecret'}style="display: none;"{/empty}>*</em>AppSecret</label>
  226. </dt>
  227. <dd class="opt">
  228. <input type="text" name="appsecret" id="appsecret" value="{$weixin_data.appsecret|default=''}" class="input-txt" autocomplete="off">
  229. <p class="notic">小程序密钥</p>
  230. </dd>
  231. </dl>
  232. <dl class="row"><dt class="tit"><label><b>微信支付</b></label></dt></dl>
  233. <dl class="row">
  234. <dt class="tit">
  235. <label for="weixin_mchid">商户号</label>
  236. </dt>
  237. <dd class="opt">
  238. <input type="text" name="mchid" id="mchid" value="{$weixin_data.mchid|default=''}" class="input-txt" autocomplete="off">
  239. <p class="notic">商户ID</p>
  240. </dd>
  241. </dl>
  242. <dl class="row">
  243. <dt class="tit">
  244. <label for="apikey">APIv2密钥</label>
  245. </dt>
  246. <dd class="opt">
  247. <input type="text" name="apikey" id="apikey" value="{$weixin_data.apikey|default=''}" class="input-txt" autocomplete="off">
  248. <p class="notic">APIv2密钥</p>
  249. </dd>
  250. </dl>
  251. <div class="bot">
  252. <a href="JavaScript:void(0);" onclick="checkFormWeixin();" class="ncap-btn-big ncap-btn-green" id="submitWeixinBtn">确认提交</a>
  253. </div>
  254. </div>
  255. <div class="" style="position: absolute;top: 53px;left: 750px;">
  256. <dl class="row {empty name='$weixin_qrcodeurl'}none{/empty}" id="dl_weixin_qrcode" style="background: #fff;">
  257. <dd class="opt">
  258. <span id="weixin_span_qrcode"></span>
  259. <div class="ercodepic">
  260. <img id="weixin_img_qrcode" src="__STATIC__/common/images/loading.gif" width="23" height="23" />
  261. </div>
  262. <p class="notic"></p>
  263. </dd>
  264. <dt class="tit" style="text-align: center;line-height: 32px;font-size: 15px;">
  265. <label for="baidu_qrcode">扫码浏览小程序</label>
  266. </dt>
  267. </dl>
  268. </div>
  269. </form>
  270. </div>
  271. </div>
  272. <script type="text/javascript">
  273. $(function(){
  274. $('#weixin_appid, #weixin_appsecret').keyup(function(){
  275. var weixin_appid = $.trim($('#weixin_appid').val());
  276. var weixin_appsecret = $.trim($('#weixin_appsecret').val());
  277. if (weixin_appid != '' || weixin_appsecret != '') {
  278. $('#em_weixin_appid').show();
  279. $('#em_weixin_appsecret').show();
  280. } else {
  281. $('#em_weixin_appid').hide();
  282. $('#em_weixin_appsecret').hide();
  283. }
  284. });
  285. function ajax_get_weixin_qrcode()
  286. {
  287. var weixin_appid = $.trim($('#weixin_appid').val());
  288. var weixin_appsecret = $.trim($('#weixin_appsecret').val());
  289. if (weixin_appid != '' && weixin_appsecret != '') {
  290. $('#dl_weixin_qrcode').show();
  291. var weixin_qrcodeurl = "{$weixin_qrcodeurl}";
  292. if (weixin_qrcodeurl != '') {
  293. $('#weixin_img_qrcode').attr('src', weixin_qrcodeurl);
  294. setTimeout(function(){
  295. $('#weixin_img_qrcode').attr('width', 122).attr('height', 122);
  296. },100);
  297. }
  298. }
  299. $.ajax({
  300. url: "{:url('UsersNotice/ajax_get_weixin_qrcode', ['_ajax'=>1])}",
  301. type: 'GET',
  302. dataType: 'JSON',
  303. data: {},
  304. success: function (res) {
  305. if (1 == res.code) {
  306. $('#weixin_span_qrcode').hide();
  307. $('#weixin_img_qrcode').attr('src', '');
  308. $('#weixin_img_qrcode').attr('src', res.data.qrcodeurl).attr('width', 122).attr('height', 122).show();
  309. } else {
  310. $('#weixin_span_qrcode').html(res.msg);
  311. $('#weixin_img_qrcode').hide();
  312. return false;
  313. }
  314. },
  315. error: function (e) {
  316. $('#weixin_span_qrcode').html(e.responseText);
  317. $('#weixin_img_qrcode').hide();
  318. return false;
  319. }
  320. });
  321. }
  322. ajax_get_weixin_qrcode();
  323. });
  324. // 判断输入框是否为空
  325. function checkFormWeixin(){
  326. var weixin_appid = $.trim($('#weixin_appid').val());
  327. var weixin_appsecret = $.trim($('#weixin_appsecret').val());
  328. if (weixin_appid != '' || weixin_appsecret != '') {
  329. if(weixin_appid == ''){
  330. showErrorMsg('AppID不能为空!');
  331. $('#weixin_appid').focus();
  332. return false;
  333. }
  334. if(weixin_appsecret == ''){
  335. showErrorMsg('AppSecret不能为空!');
  336. $('#weixin_appsecret').focus();
  337. return false;
  338. }
  339. if($.trim($('#weixin_mchid').val()) == '' && $.trim($('#weixin_apikey').val()) != ''){
  340. showErrorMsg('微信支付商户号不能为空!');
  341. $('#weixin_mchid').focus();
  342. return false;
  343. }
  344. if($.trim($('#weixin_mchid').val()) != '' && $.trim($('#weixin_apikey').val()) == ''){
  345. showErrorMsg('微信支付API密钥不能为空!');
  346. $('#weixin_apikey').focus();
  347. return false;
  348. }
  349. }
  350. layer_loading('正在处理');
  351. $.ajax({
  352. url: "{:url('UsersNotice/conf_weixin', ['_ajax'=>1])}",
  353. type: 'POST',
  354. dataType: 'JSON',
  355. data: $('#weixin_post_form').serialize(),
  356. success: function (res) {
  357. layer.closeAll();
  358. if (1 == res.code) {
  359. layer.msg(res.msg, {shade: layer_shade, time: 1000}, function(){
  360. window.location.reload();
  361. });
  362. } else {
  363. showErrorAlert(res.msg);
  364. return false;
  365. }
  366. },
  367. error: function (e) {
  368. layer.closeAll();
  369. showErrorAlert(e.responseText);
  370. return false;
  371. }
  372. });
  373. }
  374. </script>
  375. {include file="public/footer" /}