Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

pay_set.htm 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. <form class="form-horizontal" id="postWechatForm" action="{:url('Member/wechat_set')}" method="post">
  2. <div class="hDiv" id="wechat_set">
  3. <div class="hDivBox">
  4. <table cellspacing="0" cellpadding="0" style="width: 100%">
  5. <thead>
  6. <tr>
  7. <th class="sign w10" axis="col0">
  8. <div class="tc"></div>
  9. </th>
  10. <th abbr="article_title" axis="col3" class="w10">
  11. <div class="tc">微信支付配置</div>
  12. </th>
  13. <th abbr="ac_id" axis="col4">
  14. <div class=""></div>
  15. </th>
  16. </tr>
  17. </thead>
  18. </table>
  19. </div>
  20. </div>
  21. <div class="ncap-form-default">
  22. <dl class="row">
  23. <dt class="tit">
  24. <label>支付方式</label>
  25. </dt>
  26. <dd class="opt">
  27. <div class="onoff">
  28. <label for="is_open_wechat0" class="cb-enable {if condition="!isset($wechat.is_open_wechat) || empty($wechat.is_open_wechat)"}selected{/if}">开启</label>
  29. <label for="is_open_wechat1" class="cb-disable {if condition="$wechat.is_open_wechat == 1"}selected{/if}">关闭</label>
  30. <input id="is_open_wechat0" name="wechat[is_open_wechat]" value="0" type="radio" {if condition="!isset($wechat.is_open_wechat) || empty($wechat.is_open_wechat)"} checked="checked"{/if}>
  31. <input id="is_open_wechat1" name="wechat[is_open_wechat]" value="1" type="radio" {if condition="$wechat.is_open_wechat == 1"} checked="checked"{/if}>
  32. </div>
  33. </dd>
  34. </dl>
  35. <dl class="row">
  36. <dt class="tit">
  37. <label for="username"><em>*</em>微信AppId</label>
  38. </dt>
  39. <dd class="opt">
  40. <input type="text" name="wechat[appid]" id="appid" value="{$wechat.appid}" class="input-txt">
  41. <p class="notic">请输入您的微信公众平台中的微信AppId,用于微信支付。</p>
  42. </dd>
  43. </dl>
  44. <dl class="row">
  45. <dt class="tit">
  46. <label for="username"><em>*</em>微信商户号</label>
  47. </dt>
  48. <dd class="opt">
  49. <input type="text" name="wechat[mchid]" id="mchid" value="{$wechat.mchid}" class="input-txt">
  50. <p class="notic">请输入您的微信公众平台中的微信商户号,用于微信支付。</p>
  51. </dd>
  52. </dl>
  53. <dl class="row">
  54. <dt class="tit">
  55. <label for="username"><em>*</em>微信KEY值</label>
  56. </dt>
  57. <dd class="opt">
  58. <input type="text" name="wechat[key]" id="key" value="{$wechat.key}" class="input-txt">
  59. <p class="notic">请输入您的微信公众平台中的微信KEY值,用于微信支付。</p>
  60. </dd>
  61. </dl>
  62. <dl class="row">
  63. <div class="bot" style="padding-bottom:0px;">
  64. <a href="JavaScript:void(0);" onclick="wechatset();" class="ncap-btn-big ncap-btn-green" id="submitWechatBtn">确认提交</a>
  65. &nbsp;<a href="JavaScript:void(0);" onclick="click_to_eyou_1575506523('https://www.eyoucms.com/plus/view.php?aid=8829','微信支付配置教程')" style="font-size: 12px;padding-left: 10px;position:absolute;top: 30px">不会配置?</a>
  66. </div>
  67. </dl>
  68. </div>
  69. </form>
  70. <form class="form-horizontal" id="postAlipayForm" action="{:url('Member/alipay_set')}" method="post">
  71. <div class="hDiv" id="alipay_set">
  72. <div class="hDivBox">
  73. <table cellspacing="0" cellpadding="0" style="width: 100%">
  74. <thead>
  75. <tr>
  76. <th class="sign w10" axis="col0">
  77. <div class="tc"></div>
  78. </th>
  79. <th abbr="article_title" axis="col3" class="w10">
  80. <div class="tc">支付宝支付配置</div>
  81. </th>
  82. <th abbr="ac_id" axis="col4">
  83. <div class=""></div>
  84. </th>
  85. </tr>
  86. </thead>
  87. </table>
  88. </div>
  89. </div>
  90. <div class="ncap-form-default"/>
  91. <dl class="row">
  92. <dt class="tit">
  93. <label>支付方式</label>
  94. </dt>
  95. <dd class="opt">
  96. <div class="onoff">
  97. <label for="is_open_alipay0" class="cb-enable {if condition="!isset($alipay.is_open_alipay) || empty($alipay.is_open_alipay)"}selected{/if}">开启</label>
  98. <label for="is_open_alipay1" class="cb-disable {if condition="$alipay.is_open_alipay == 1"}selected{/if}">关闭</label>
  99. <input id="is_open_alipay0" name="alipay[is_open_alipay]" value="0" type="radio" {if condition="!isset($alipay.is_open_alipay) || empty($alipay.is_open_alipay)"} checked="checked"{/if}>
  100. <input id="is_open_alipay1" name="alipay[is_open_alipay]" value="1" type="radio" {if condition="$alipay.is_open_alipay == 1"} checked="checked"{/if}>
  101. </div>
  102. </dd>
  103. </dl>
  104. <dl class="row">
  105. <dt class="tit">
  106. <label for="uname"><em></em>使用支付宝版本</label>
  107. </dt>
  108. <dd class="opt">
  109. <label>
  110. <input type="radio" name="alipay[version]" onclick="switch_set(this);" value="0" {if condition="empty($php_version) && empty($alipay.version)"}checked="checked"{/if} />新版接口
  111. <span style="padding-left: 10px; color: #C0C0C0;">支持<font color="red">php5.5.0</font>或更高版本!(阿里云空间必须php7.0或以上)</span>
  112. </label>
  113. <br/>
  114. <label>
  115. <input type="radio" name="alipay[version]" onclick="switch_set(this);" value="1" {if condition="$alipay.version == 1 || $php_version == 1"}checked="checked"{/if} />旧版接口
  116. <span style="padding-left: 10px; color: #C0C0C0;">可支持<font color="red">php5.4</font>或更高版本!</span>
  117. </label>
  118. </dd>
  119. </dl>
  120. <div id="new_version" {if condition="$alipay.version == 1 || $php_version == 1"}class="none"{/if}>
  121. <dl class="row">
  122. <dt class="tit">
  123. <label for="username"><em>*</em>支付宝APPID</label>
  124. </dt>
  125. <dd class="opt">
  126. <input type="text" name="alipay[app_id]" id="app_id" value="{$alipay.app_id}" class="input-txt">
  127. <p class="notic">请输入您的支付宝APPID,用于支付宝支付。</p>
  128. </dd>
  129. </dl>
  130. <dl class="row">
  131. <dt class="tit">
  132. <label for="username"><em>*</em>商户私钥</label>
  133. </dt>
  134. <dd class="opt">
  135. <textarea rows="5" cols="80" id="merchant_private_key" name="alipay[merchant_private_key]" style="height:120px;">{$alipay.merchant_private_key}</textarea>
  136. <p class="notic">请输入您的商户私钥,用于支付宝支付。</p>
  137. </dd>
  138. </dl>
  139. <dl class="row">
  140. <dt class="tit">
  141. <label for="username"><em>*</em>支付宝公钥</label>
  142. </dt>
  143. <dd class="opt">
  144. <textarea rows="5" cols="80" id="alipay_public_key" name="alipay[alipay_public_key]" style="height:106px;">{$alipay.alipay_public_key}</textarea>
  145. <p class="notic">请输入您的支付宝公钥,用于支付宝支付。</p>
  146. </dd>
  147. </dl>
  148. </div>
  149. <div id="old_version" {if condition="empty($php_version) && empty($alipay.version)"}class="none"{/if}>
  150. <dl class="row">
  151. <dt class="tit">
  152. <label for="username"><em>*</em>支付宝账号</label>
  153. </dt>
  154. <dd class="opt">
  155. <input type="text" name="alipay[account]" id="account" value="{$alipay.account}" class="input-txt">
  156. <p class="notic">请输入您的支付宝账号,用于支付宝支付。</p>
  157. </dd>
  158. </dl>
  159. <dl class="row">
  160. <dt class="tit">
  161. <label for="username"><em>*</em>交易安全校验码</label>
  162. </dt>
  163. <dd class="opt">
  164. <input type="text" name="alipay[code]" id="code" value="{$alipay.code}" class="input-txt">
  165. <p class="notic">请输入您的交易安全校验码,用于支付宝支付。</p>
  166. </dd>
  167. </dl>
  168. <dl class="row">
  169. <dt class="tit">
  170. <label for="username"><em>*</em>合作者身份ID</label>
  171. </dt>
  172. <dd class="opt">
  173. <input type="text" name="alipay[id]" id="id" value="{$alipay.id}" class="input-txt">
  174. <p class="notic">请输入您的合作者身份ID,用于支付宝支付。</p>
  175. </dd>
  176. </dl>
  177. </div>
  178. <dl class="row">
  179. <div class="bot" style="padding-bottom: 0px;">
  180. <a href="JavaScript:void(0);" onclick="alipayset();" class="ncap-btn-big ncap-btn-green" id="submitAlipayBtn">确认提交</a>
  181. </div>
  182. </dl>
  183. </div>
  184. </form>
  185. <script>
  186. $(document).ready(function(){
  187. // 表格行点击选中切换
  188. $('#flexigrid > table>tbody >tr').click(function(){
  189. $(this).toggleClass('trSelected');
  190. });
  191. // 点击刷新数据
  192. $('.fa-refresh').click(function(){
  193. location.href = location.href;
  194. });
  195. });
  196. /*微信支付配置*/
  197. function wechatset(){
  198. if($('#postWechatForm input[id=appid]').val() == ''){
  199. layer.alert('微信AppId不能为空!', {icon: 2, title:false});
  200. return false;
  201. }
  202. if($('#postWechatForm input[id=mchid]').val() == ''){
  203. layer.alert('微信商户号不能为空!', {icon: 2, title:false});
  204. return false;
  205. }
  206. if($('#postWechatForm input[id=key]').val() == ''){
  207. layer.alert('微信KEY值不能为空!', {icon: 2, title:false});
  208. return false;
  209. }
  210. layer_loading('正在处理');
  211. $.ajax({
  212. url: "{:url('Member/wechat_set', ['_ajax'=>1])}",
  213. type: 'POST',
  214. dataType: 'JSON',
  215. data: $('#postWechatForm').serialize(),
  216. success: function(res){
  217. layer.closeAll();
  218. if (1 == res.code) {
  219. layer.msg(res.msg, {icon: 1, time: 1000});
  220. return false;
  221. } else {
  222. layer.alert(res.msg, {icon: 2, title:false});
  223. return false;
  224. }
  225. },
  226. error: function(e){
  227. layer.closeAll();
  228. showErrorMsg(e.responseText);
  229. return false;
  230. }
  231. });
  232. }
  233. function php_version(is){
  234. var php_version = {$php_version};
  235. // php_version=1,表示php本版低于5.5.0,不可用新版支付方式
  236. if (php_version == 1) {
  237. if (is == true) {
  238. layer.alert('PHP版本低于5.5.0,不可用新版支付方式,请使用旧版!', {icon: 2, title:false});
  239. }
  240. $("#postAlipayForm input[name='alipay[version]'][value=1]").attr("checked","checked");
  241. return false;
  242. }
  243. return true;
  244. }
  245. function switch_set(obj){
  246. var switch_set = $(obj).val();
  247. if (switch_set == 0) {
  248. if (php_version(true)) {
  249. $("#postAlipayForm #new_version").show();
  250. $("#postAlipayForm #old_version").hide();
  251. }
  252. }else if (switch_set == 1) {
  253. $("#postAlipayForm #new_version").hide();
  254. $("#postAlipayForm #old_version").show();
  255. }
  256. }
  257. function alipayset(){
  258. var switch_set = $("#postAlipayForm input[name='alipay[version]']:checked").val();
  259. if (switch_set == 0) {
  260. // 新版判断
  261. if($('#postAlipayForm #app_id').val() == ''){
  262. layer.alert('支付APPID不能为空!', {icon: 2, title:false});
  263. return false;
  264. }
  265. if($('#postAlipayForm #merchant_private_key').val() == ''){
  266. layer.alert('商户私钥不能为空!', {icon: 2, title:false});
  267. return false;
  268. }
  269. if($('#postAlipayForm #alipay_public_key').val() == ''){
  270. layer.alert('支付宝公钥不能为空!', {icon: 2, title:false});
  271. return false;
  272. }
  273. }else if (switch_set == 1) {
  274. // 旧版判断
  275. if($('#postAlipayForm #account').val() == ''){
  276. layer.alert('支付宝账号不能为空!', {icon: 2, title:false});
  277. return false;
  278. }
  279. if($('#postAlipayForm #code').val() == ''){
  280. layer.alert('交易安全校验码不能为空!', {icon: 2, title:false});
  281. return false;
  282. }
  283. if($('#postAlipayForm #id').val() == ''){
  284. layer.alert('合作者身份ID不能为空!', {icon: 2, title:false});
  285. return false;
  286. }
  287. }
  288. layer_loading('正在处理');
  289. $.ajax({
  290. url: "{:url('Member/alipay_set', ['_ajax'=>1])}",
  291. type: 'POST',
  292. dataType: 'JSON',
  293. data: $('#postAlipayForm').serialize(),
  294. success: function(res){
  295. layer.closeAll();
  296. if (1 == res.code) {
  297. layer.msg(res.msg, {icon: 1, time: 1000});
  298. return false;
  299. } else {
  300. layer.alert(res.msg, {icon: 2, title:false});
  301. return false;
  302. }
  303. },
  304. error: function(e){
  305. layer.closeAll();
  306. showErrorMsg(e.responseText);
  307. return false;
  308. }
  309. });
  310. }
  311. </script>