<extend name="Public/base"/> <block name="body"> <div class="cf main-place top_nav_list navtab_list"> <ul class="tabnav1711 fr jstabnav"> <li data-tab="tab1" class="current"><a href="javascript:void(0);" >支付宝</a></li> <li data-tab="tab2"><a href="javascript:void(0);" >微信(扫码)</a></li> <!--<li data-tab="tab3"><a href="javascript:void(0);" >微信(APP)</a></li>--> <!--<li data-tab="tab6"><a href="javascript:void(0);" >威富通(官方)</a></li>--> <!--<li data-tab="tab5"><a href="javascript:void(0);" >聚宝云</a></li>--> <!--<li data-tab="tab7"><a href="javascript:void(0);" >竣付通</a></li>--> <!--<li data-tab="tab8"><a href="javascript:void(0);" >竣付通(wap)</a></li>--> <!--<li data-tab="tab9"><a href="javascript:void(0);" >金猪支付</a></li>--> <li data-tab="tab10"><a href="javascript:void(0);" >平台币支付</a></li> <li data-tab="tab11"><a href="javascript:void(0);" >绑币支付</a></li> <li data-tab="tab14"><a href="javascript:void(0);" >易宝支付</a></li> <li data-tab="tab12"><a href="javascript:void(0);" >双乾支付</a></li> <li data-tab="tab13"><a href="javascript:void(0);" >汇付宝支付</a></li> </ul> <h3 class="page_title">{$meta_title}</h3> <p class="description_text">用于配置平台所用到的支付功能相关参数</p> </div> <div class="tab-wrap"> <div class="infomation information1711"> <div class="informationitem tab-pane tab1 in"> <p>说明①:支付宝可申请PC端支付、手机网站支付、app支付,根据运营需求申请对应支付方式</p> <p>说明②:此类申请不需要文网文,可共用一个参数</p> </div> <div class="informationitem tab-pane tab2"> <p>说明①:微信(扫码)支付即支持pc扫码支付,wap/H5支付</p> <p>说明②:推荐在微信公众平台配置公众号,申请开通扫码支付权限</p> <p>说明③:仅申请微信(扫码)支付,不需要提供文网文</p> </div> <div class="informationitem tab-pane tab3"> <p>说明①:微信(APP)支付即支付APP上微信支付</p> <p>说明②:推荐到微信开放平台申请移动应用,并且开通微信支付能力,可以在游戏内使用。</p> <p>说明③:申请微信(APP)支付,需要提供文网文</p> </div> <div class="informationitem tab-pane tab4"></div> <div class="informationitem tab-pane tab5"></div> <div class="informationitem tab-pane tab6"> <p>说明①:威富通支付为第三方微信支付,支持pc扫码支付,wap/H5支付,APP支付</p> <p>说明②:客户可自行在威富通官网申请,需要提供文网文</p> </div> <div class="informationitem tab-pane tab7"> <p>说明①:竣付通第三方支持微信和支付宝全部支付方式</p> <p>说明②:客户可自行在威富通官网申请或联系----售后获取平台地址</p> <p>说明③:竣付通申请不需要提供文网文</p> </div> <div class="informationitem tab-pane tab8"> <p>说明①:竣付通第三方支持微信和支付宝全部支付方式</p> <p>说明②:客户可自行在威富通官网申请或联系----售后获取平台地址</p> <p>说明③:竣付通申请不需要提供文网文</p> </div> <div class="informationitem tab-pane tab9"> <p>说明①:金猪支付第三方支持微信和支付宝全部支付方式</p> </div> </div> <div class="tab-content tabcon1711 tabcon17112"> <div id="tab1" class="tab-pane in tab1"> <form action="{:U('saveTool')}" method="post" class="form-horizontal alipay form_info_ml"> <table border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td class="l noticeinfo">合作伙伴身份ID(PID)</td> <td class="r table_radio"> <input name="config[partner]" type="text" value="{$alipay['partner']}" class=""> <span class="notice-text">账户中心--mapi网关产品密钥--合作伙伴身份(PID)</span> </td> </tr><tr> <td class="l noticeinfo">MD5密钥</td> <td class="r table_radio"> <input name="config[key]" type="text" value="{$alipay['key']}" class=""> <span class="notice-text">账户中心--mapi网关产品密钥--合作伙伴密钥</span> </td> </tr> <tr> <td class="l noticeinfo">公钥</td> <td class="r table_radio"> <input name="config[pub_secret]" type="text" value="{$alipay['pub_secret']}" class=""> <span class="notice-text"></span> </td> </tr> <tr> <td class="l noticeinfo">私钥</td> <td class="r table_radio"> <input name="config[pri_secret]" type="text" value="{$alipay['pri_secret']}" class=""> <span class="notice-text"></span> </td> </tr> <tr> <td class="l noticeinfo">收款帐户</td> <td class="r table_radio"> <input name="config[email]" type="text" value="{$alipay['email']}" class=""> <span class="notice-text">卖家支付宝帐户</span> </td> </tr> <tr> <td class="l noticeinfo">APPID</td> <td class="r table_radio"> <input name="config[appid]" type="text" value="{$alipay['appid']}" class=""> <span class="notice-text">新版本APPID</span> </td> </tr> <tr> <td class="l noticeinfo">使用版本</td> <td class="r table_radio"> <span class="form_checkbox"> <label><input name="config[usenew]" type="checkbox" value="1" <eq name="alipay['usenew']" value="1">checked="checked"</eq> class=""> </label></span> <span class="notice-text">是否使用新版本支付(默认老版本)</span> </td> </tr> <tr> <td class="l noticeinfo">支付宝支付方式</td> <td class="r table_radio"> <select name="config[way]" class=""> <option value="0" <eq name="alipay['way']" value="0">selected</eq>>APP支付</option> <option value="1" <eq name="alipay['way']" value="1">selected</eq>>WAP支付</option> </select> <span class="notice-text">控制SDK内的支付宝支付方式,默认是APP支付,当选择WAP支付时,在SDK支付页面选择“支付宝”进行付款时,采用支付宝的WAP支付</span> </td> </tr> <tr> <td class="l noticeinfo">日支付限量</td> <td class="r table_radio"> <input name="config[day_pay_limit]" type="text" value="{$alipay['day_pay_limit']}" class="" placeholder='请输入额度' oninput="this.value=this.value.replace(/[^0-9]+|^0|\d{9}/,'');"> <span class="notice-text">当额度达到限制额度时,隐藏支付方式</span> </td> </tr> <tr> <td class="l noticeinfo">月支付限量</td> <td class="r table_radio"> <input name="config[month_pay_limit]" type="text" value="{$alipay['month_pay_limit']}" class="" placeholder='请输入额度' oninput="this.value=this.value.replace(/[^0-9]+|^0|\d{9}/,'');"> <span class="notice-text">当额度达到限制额度时,隐藏支付方式</span> </td> </tr> <tr> <td class="l noticeinfo">启用状态</td> <td class="r table_radio"> <span class="form_radio"> <label><input type="radio" name="status" value="0" <eq name="alipay_data['status']" value="0">checked="checked"</eq>> 禁用</label> <label><input type="radio" name="status" value="1" <eq name="alipay_data['status']" value="1">checked="checked"</eq>> 启用 </label></span> <span class="notice-text">支付宝启用状态,控制在PC官网、WAP站、SDK、推广系统官网上是否显示支付宝支付或认证入口</span> </td> </tr> <tr> <td class="l noticeinfo">渠道费率</td> <td class="r"> <input name="config[channel_rate]" type="text" value="{$alipay['channel_rate']}" class="" placeholder="设置支付渠道的的费用比例"> <span class="notice-text">%</span> </td> </tr> </tbody> </table> <input type="hidden" name="name" value="alipay"> <input type="submit" id="submit" value="保存" target-form="alipay" class="submit_btn form_btn ajax-post mlspacing"> </form> </div> </div> <div class="tab-content tabcon1711 tabcon17112"> <div id="tab2" class="tab-pane tab2"> <form action="{:U('saveTool')}" method="post" class="form-horizontal wei_xin form_info_ml"> <table border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td class="l noticeinfo">商户号</td> <td class="r table_radio"> <input name="config[partner]" type="text" value="{$wei_xin['partner']}" class=""> <span class="notice-text">微信商户号</span> </td> </tr><tr> <td class="l noticeinfo">APPID</td> <td class="r table_radio"> <input name="config[email]" type="text" value="{$wei_xin['email']}" class=""> <span class="notice-text">绑定支付的APPID</span> </td> </tr> <tr> <td class="l noticeinfo">密钥key</td> <td class="r table_radio"> <input name="config[key]" type="text" value="{$wei_xin['key']}" class=""> <span class="notice-text">微信秘钥</span> </td> </tr> <tr> <td class="l noticeinfo">日支付限量</td> <td class="r table_radio"> <input name="config[day_pay_limit]" type="text" value="{$wei_xin['day_pay_limit']}" class="" placeholder='请输入额度' oninput="this.value=this.value.replace(/[^0-9]+|^0|\d{9}/,'');"> <span class="notice-text">当额度达到限制额度时,隐藏支付方式</span> </td> </tr> <tr> <td class="l noticeinfo">月支付限量</td> <td class="r table_radio"> <input name="config[month_pay_limit]" type="text" value="{$wei_xin['month_pay_limit']}" class="" placeholder='请输入额度' oninput="this.value=this.value.replace(/[^0-9]+|^0|\d{9}/,'');"> <span class="notice-text">当额度达到限制额度时,隐藏支付方式</span> </td> </tr> <tr> <td class="l noticeinfo">启用状态</td> <td class="r table_radio"> <span class="form_radio"> <label><input type="radio" name="status" value="0" <eq name="wei_xin_data['status']" value="0">checked="checked"</eq>> 禁用</label> <label><input type="radio" name="status" value="1" <eq name="wei_xin_data['status']" value="1">checked="checked"</eq>> 启用 </label></span> <span class="notice-text">微信开启状态</span> </td> </tr> <tr> <td class="l noticeinfo">渠道费率</td> <td class="r"> <input name="config[channel_rate]" type="text" value="{$wei_xin['channel_rate']}" class="" placeholder="设置支付渠道的的费用比例"> <span class="notice-text">%</span> </td> </tr> </tbody> </table> <input type="hidden" name="name" value="wei_xin"> <input type="submit" id="submit" value="保存" target-form="wei_xin" class="submit_btn form_btn ajax-post mlspacing"> </form> </div> </div> <div class="tab-content tabcon1711 tabcon17112"> <div id="tab3" class="tab-pane tab3"> <form action="{:U('saveTool')}" method="post" class="form-horizontal wei_xin_app form_info_ml"> <table border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td class="l noticeinfo">商户号</td> <td class="r table_radio"> <input name="config[partner]" type="text" value="{$wei_xin_app['partner']}" class=""> <span class="notice-text">微信商户号</span> </td> </tr><tr> <td class="l noticeinfo">APPID</td> <td class="r table_radio"> <input name="config[email]" type="text" value="{$wei_xin_app['email']}" class=""> <span class="notice-text">绑定支付的APPID</span> </td> </tr> <tr> <td class="l noticeinfo">密钥key</td> <td class="r table_radio"> <input name="config[key]" type="text" value="{$wei_xin_app['key']}" class=""> <span class="notice-text">微信秘钥</span> </td> </tr> <tr> <td class="l noticeinfo">启用状态</td> <td class="r table_radio"> <span class="form_radio"> <label><input type="radio" name="status" value="0" <eq name="wei_xin_app_data['status']" value="0">checked="checked"</eq>> 禁用</label> <label><input type="radio" name="status" value="1" <eq name="wei_xin_app_data['status']" value="1">checked="checked"</eq>> 启用 </label></span> <span class="notice-text">微信开启状态</span> </td> </tr> <tr> <td class="l noticeinfo">渠道费率</td> <td class="r"> <input name="config[channel_rate]" type="text" value="{$wei_xin_app['channel_rate']}" class="" placeholder="设置支付渠道的的费用比例"> <span class="notice-text">%</span> </td> </tr> </tbody> </table> <input type="hidden" name="name" value="wei_xin_app"> <input type="submit" id="submit" value="保存" target-form="wei_xin_app" class="submit_btn form_btn ajax-post mlspacing"> </form> </div> </div> <!-- <div class="tab-content tabcon1711 tabcon17112"> <div id="tab4" class="tab-pane tab4"> <form action="{:U('saveTool')}" method="post" class="form-horizontal weixin form_info_ml"> <table border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td class="l noticeinfo">商户号</td> <td class="r table_radio"> <input name="config[partner]" type="text" value="{$weixin['partner']}" class=""> <span class="notice-text">威富通商户号</span> </td> </tr><tr> <td class="l noticeinfo">密钥key</td> <td class="r table_radio"> <input name="config[key]" type="text" value="{$weixin['key']}" class=""> <span class="notice-text">微信秘钥</span> </td> </tr> <tr> <td class="l noticeinfo">启用状态</td> <td class="r table_radio"> <span class="form_radio"> <label><input type="radio" name="status" value="0" <eq name="weixin_data['status']" value="0">checked="checked"</eq>> 禁用</label> <label><input type="radio" name="status" value="1" <eq name="weixin_data['status']" value="1">checked="checked"</eq>> 启用 </label></span> <span class="notice-text">微信开启状态</span> </td> </tr> </tbody> </table> <input type="hidden" name="name" value="weixin"> <input type="submit" id="submit" value="保存" target-form="weixin" class="submit_btn form_btn ajax-post"> </form> </div> </div> --> <!-- <div class="tab-content tabcon1711 tabcon17112"> <div id="tab5" class="tab-pane tab5"> <form action="{:U('saveTool_jubaobar')}" method="post" class="form-horizontal jubaobar form_info_ml"> <table border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td class="l noticeinfo">商户号</td> <td class="r table_radio"> <input name="config[partner]" type="text" value="{$jubaobar['partner']}" class=""> <span class="notice-text">商户号</span> </td> </tr><tr> <td class="l noticeinfo">APPID</td> <td class="r table_radio"> <input name="config[email]" type="text" value="{$jubaobar['email']}" class=""> <span class="notice-text">安卓APPID</span> </td> </tr> <tr> <td class="l noticeinfo">APPID</td> <td class="r table_radio"> <input name="config[iosemail]" type="text" value="{$jubaobar['iosemail']}" class=""> <span class="notice-text">苹果APPID</span> </td> </tr> <tr> <td class="l noticeinfo">密钥key</td> <td class="r table_radio"> <input name="config[key]" type="text" value="{$jubaobar['key']}" class=""> <span class="notice-text">密钥key</span> </td> </tr> <tr> <td class="l noticeinfo">启用状态</td> <td class="r table_radio"> <span class="form_radio"> <label><input type="radio" name="status" value="0" <eq name="jubaobar_data['status']" value="0">checked="checked"</eq>> 禁用</label> <label><input type="radio" name="status" value="1" <eq name="jubaobar_data['status']" value="1">checked="checked"</eq>> 启用 </label></span> <span class="notice-text">开启状态</span> </td> </tr> </tbody> </table> <input type="hidden" name="name" value="jubaobar"> <input type="submit" id="submit" value="保存" target-form="jubaobar" class="submit_btn form_btn ajax-post"> </form> </div> </div> --> <div class="tab-content tabcon1711 tabcon17112"> <div id="tab6" class="tab-pane tab6"> <form action="{:U('saveTool')}" method="post" class="form-horizontal weixin_gf form_info_ml"> <table border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td class="l noticeinfo">商户号</td> <td class="r table_radio"> <input name="config[partner]" type="text" value="{$weixin_gf['partner']}" class=""> <span class="notice-text">威富通商户号</span> </td> </tr><tr> <td class="l noticeinfo">密钥key</td> <td class="r table_radio"> <input name="config[key]" type="text" value="{$weixin_gf['key']}" class=""> <span class="notice-text">微信秘钥</span> </td> </tr> <tr> <td class="l noticeinfo">启用状态</td> <td class="r table_radio"> <span class="form_radio"> <label><input type="radio" name="status" value="0" <eq name="weixin_gf_data['status']" value="0">checked="checked"</eq>> 禁用</label> <label><input type="radio" name="status" value="1" <eq name="weixin_gf_data['status']" value="1">checked="checked"</eq>> 启用 </label></span> <span class="notice-text">微信开启状态</span> </td> </tr> <tr> <td class="l noticeinfo">渠道费率</td> <td class="r"> <input name="config[channel_rate]" type="text" value="{$weixin_gf['channel_rate']}" class="" placeholder="设置支付渠道的的费用比例"> <span class="notice-text">%</span> </td> </tr> </tbody> </table> <input type="hidden" name="name" value="weixin_gf"> <input type="submit" id="submit" value="确认保存" target-form="weixin_gf" class="submit_btn form_btn ajax-post mlspacing"> </form> </div> </div> <div class="tab-content tabcon1711 tabcon17112"> <div id="tab7" class="tab-pane tab7"> <form action="{:U('saveTool')}" method="post" class="form-horizontal jft form_info_ml"> <table border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td class="l noticeinfo">商户号</td> <td class="r table_radio"> <input name="config[partner]" type="text" value="{$jft['partner']}" class=""> <span class="notice-text">威富通商户号</span> </td> </tr><tr> <td class="l noticeinfo">密钥key</td> <td class="r table_radio"> <input name="config[key]" type="text" value="{$jft['key']}" class=""> <span class="notice-text">微信秘钥</span> </td> </tr> <tr> <td class="l noticeinfo">APPID</td> <td class="r table_radio"> <input name="config[appid]" type="text" value="{$jft['appid']}" class=""> <span class="notice-text">app的唯一辨识,在商户后台进行app注册后即可获得</span> </td> </tr> <tr> <td class="l noticeinfo">appkey</td> <td class="r table_radio"> <input name="config[appkey]" type="text" value="{$jft['appkey']}" class=""> <span class="notice-text">32位小写字符串,AES加密算法的密钥,在商户后台进行app注册后即可获得</span> </td> </tr> <tr> <td class="l noticeinfo">VECTOR</td> <td class="r table_radio"> <input name="config[vector]" type="text" value="{$jft['vector']}" class=""> <span class="notice-text">AES加密16位小写字符串,AES加密算法的向量,在商户后台进行app注册后即可获得</span> </td> </tr> <tr> <td class="l noticeinfo">启用状态</td> <td class="r table_radio"> <span class="form_radio"> <label><input type="radio" name="status" value="0" <eq name="jft_data['status']" value="0">checked="checked"</eq>> 禁用</label> <label><input type="radio" name="status" value="1" <eq name="jft_data['status']" value="1">checked="checked"</eq>> 启用 </label></span> <span class="notice-text">竣付通开启状态</span> </td> </tr> <tr> <td class="l noticeinfo">渠道费率</td> <td class="r"> <input name="config[channel_rate]" type="text" value="{$jft['channel_rate']}" class="" placeholder="设置支付渠道的的费用比例"> <span class="notice-text">%</span> </td> </tr> </tbody> </table> <input type="hidden" name="name" value="jft"> <input type="submit" id="submit" value="保存" target-form="jft" class="submit_btn form_btn ajax-post mlspacing"> </form> </div> </div> <div class="tab-content tabcon1711 tabcon17112"> <div id="tab8" class="tab-pane tab8"> <form action="{:U('saveTool')}" method="post" class="form-horizontal jft_wap form_info_ml"> <table border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td class="l noticeinfo">商户号</td> <td class="r table_radio"> <input name="config[partner]" type="text" value="{$jft_wap['partner']}" class=""> <span class="notice-text">威富通商户号</span> </td> </tr><tr> <td class="l noticeinfo">密钥key</td> <td class="r table_radio"> <input name="config[key]" type="text" value="{$jft_wap['key']}" class=""> <span class="notice-text">微信秘钥</span> </td> </tr> <tr> <td class="l noticeinfo">APPID</td> <td class="r table_radio"> <input name="config[appid]" type="text" value="{$jft_wap['appid']}" class=""> <span class="notice-text">app的唯一辨识,在商户后台进行app注册后即可获得</span> </td> </tr> <tr> <td class="l noticeinfo">appkey</td> <td class="r table_radio"> <input name="config[appkey]" type="text" value="{$jft_wap['appkey']}" class=""> <span class="notice-text">32位小写字符串,AES加密算法的密钥,在商户后台进行app注册后即可获得</span> </td> </tr> <tr> <td class="l noticeinfo">VECTOR</td> <td class="r table_radio"> <input name="config[vector]" type="text" value="{$jft_wap['vector']}" class=""> <span class="notice-text">AES加密16位小写字符串,AES加密算法的向量,在商户后台进行app注册后即可获得</span> </td> </tr> <tr> <td class="l noticeinfo">启用状态</td> <td class="r table_radio"> <span class="form_radio"> <label><input type="radio" name="status" value="0" <eq name="jft_wap_data['status']" value="0">checked="checked"</eq>> 禁用</label> <label><input type="radio" name="status" value="1" <eq name="jft_wap_data['status']" value="1">checked="checked"</eq>> 启用 </label></span> <span class="notice-text">竣付通开启状态</span> </td> </tr> <tr> <td class="l noticeinfo">渠道费率</td> <td class="r"> <input name="config[channel_rate]" type="text" value="{$jft_wap['channel_rate']}" class="" placeholder="设置支付渠道的的费用比例"> <span class="notice-text">%</span> </td> </tr> </tbody> </table> <input type="hidden" name="name" value="jft_wap"> <input type="submit" id="submit" value="保存" target-form="jft_wap" class="submit_btn form_btn ajax-post mlspacing"> </form> </div> </div> <div class="tab-content tabcon1711 tabcon17112"> <div id="tab9" class="tab-pane tab9"> <form action="{:U('saveTool')}" method="post" class="form-horizontal goldpig form_info_ml"> <table border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td class="l noticeinfo">商户ID:</td> <td class="r table_radio"> <input name="config[partner]" type="text" value="{$goldpig['partner']}" class=""> <span class="notice-text">商户ID</span> </td> </tr><tr> <tr> <td class="l noticeinfo">分区ID:</td> <td class="r table_radio"> <input name="config[wooolid]" type="text" value="{$goldpig['wooolid']}" class=""> <span class="notice-text">分区ID</span> </td> </tr><tr> <td class="l noticeinfo">分区API密钥:</td> <td class="r table_radio"> <input name="config[key]" type="text" value="{$goldpig['key']}" class=""> <span class="notice-text">API_密钥</span> </td> </tr> <tr> <td class="l noticeinfo">支付方式:</td> <td class="r table_radio"> <span class="form_checkbox"> <label><input name="config[zfb]" type="checkbox" value="1" <eq name="goldpig['zfb']" value="1">checked="checked"</eq> class=""> </label></span> <span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">支付宝</span> <span class="form_checkbox"> <label><input name="config[wx]" type="checkbox" value="1" <eq name="goldpig['wx']" value="1">checked="checked"</eq> class=""> </label></span> <span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">微信</span> <span class="form_checkbox"> <label><input name="config[cft]" type="checkbox" value="1" <eq name="goldpig['cft']" value="1">checked="checked"</eq> class=""> </label></span> <span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">财付通</span> <span class="form_checkbox"> <label><input name="config[szx]" type="checkbox" value="1" <eq name="goldpig['szx']" value="1">checked="checked"</eq> class=""> </label></span> <span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 80px;">神州行充值卡</span> <span class="notice-text">支付宝订单充值方式始终记录为支付宝(走APP支付路径),其它支付方式记录为金猪支付。</span> </td> </tr> <tr> <td class="l noticeinfo"></td> <td class="r table_radio"> <span class="form_checkbox"> <label><input name="config[lt]" type="checkbox" value="1" <eq name="goldpig['lt']" value="1">checked="checked"</eq> class=""> </label></span> <span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">联通充值卡</span> <span class="form_checkbox"> <label><input name="config[dx]" type="checkbox" value="1" <eq name="goldpig['dx']" value="1">checked="checked"</eq> class=""> </label></span> <span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">电信充值卡</span> <span class="form_checkbox"> <label><input name="config[jw]" type="checkbox" value="1" <eq name="goldpig['jw']" value="1">checked="checked"</eq> class=""> </label></span> <span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">骏网一卡通</span> </td> </tr> <tr> <td class="l noticeinfo">启用状态</td> <td class="r table_radio"> <span class="form_radio"> <label><input type="radio" name="status" value="0" <eq name="goldpig_data['status']" value="0">checked="checked"</eq>> 禁用</label> <label><input type="radio" name="status" value="1" <eq name="goldpig_data['status']" value="1">checked="checked"</eq>> 启用 </label></span> <span class="notice-text">开启状态</span> </td> </tr> <tr> <td class="l noticeinfo">渠道费率</td> <td class="r"> <input name="config[channel_rate]" type="text" value="{$goldpig_data['channel_rate']}" class="" placeholder="设置支付渠道的的费用比例"> <span class="notice-text">%</span> </td> </tr> </tbody> </table> <input type="hidden" name="name" value="goldpig"> <input type="submit" id="submit" value="保存" target-form="goldpig" class="submit_btn form_btn ajax-post mlspacing"> </form> </div> </div> <div class="tab-content tabcon1711 tabcon17112"> <div id="tab10" class="tab-pane tab10"> <form action="{:U('saveTool')}" method="post" class="form-horizontal ptb_pay form_info_ml"> <table border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td class="l noticeinfo">启用状态</td> <td class="r table_radio"> <span class="form_radio"> <label><input type="radio" name="status" value="0" <eq name="ptb_pay_data['status']" value="0">checked="checked"</eq>> 禁用</label> <label><input type="radio" name="status" value="1" <eq name="ptb_pay_data['status']" value="1">checked="checked"</eq>> 启用</label> </span> <span class="notice-text">默认开启,控制SDK内平台币支付是否开启</span> </td> </tr> <tr> <td class="l noticeinfo">渠道费率</td> <td class="r"> <input name="config[channel_rate]" type="text" value="{$ptb_pay['channel_rate']}" class="" placeholder="设置支付渠道的的费用比例"> <span class="notice-text">%</span> </td> </tr> </tbody> </table> <input type="hidden" name="name" value="ptb_pay"> <input type="submit" id="submit" value="确认保存" target-form="ptb_pay" class="submit_btn form_btn ajax-post mlspacing"> </form> </div> </div> <div class="tab-content tabcon1711 tabcon17112"> <div id="tab11" class="tab-pane tab11"> <form action="{:U('saveTool')}" method="post" class="form-horizontal bind_pay form_info_ml"> <table border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td class="l noticeinfo">启用状态</td> <td class="r table_radio"> <span class="form_radio"> <label><input type="radio" name="status" value="0" <eq name="bind_pay_data['status']" value="0">checked="checked"</eq>> 禁用</label> <label><input type="radio" name="status" value="1" <eq name="bind_pay_data['status']" value="1">checked="checked"</eq>> 启用</label> </span> <span class="notice-text">默认开启,控制SDK内绑币支付是否开启 </span> </td> </tr> </tbody> </table> <input type="hidden" name="name" value="bind_pay"> <input type="submit" id="submit" value="确认保存" target-form="bind_pay" class="submit_btn form_btn ajax-post mlspacing"> </form> </div> </div> <div class="tab-content tabcon1711 tabcon17112"> <div id="tab14" class="tab-pane tab14"> <form action="{:U('saveTool')}" method="post" class="form-horizontal yeepay form_info_ml"> <table border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td class="l noticeinfo">商户号</td> <td class="r table_radio"> <input name="config[partner]" type="text" value="{$yeepay['partner']}" class=""> <span class="notice-text">易宝商户号</span> </td> </tr> <tr> <td class="l noticeinfo">上级商户号</td> <td class="r table_radio"> <input name="config[parent_merchant]" type="text" value="{$yeepay['parent_merchant']}" class=""> <span class="notice-text">易宝上级商户号</span> </td> </tr> <tr> <td class="l noticeinfo">公钥</td> <td class="r table_radio"> <input name="config[yop_public_key]" type="text" value="{$yeepay['yop_public_key']}" class=""> <span class="notice-text">易宝公钥</span> </td> </tr> <tr> <td class="l noticeinfo">私钥</td> <td class="r table_radio"> <input name="config[private_key]" type="text" value="{$yeepay['private_key']}" class=""> <span class="notice-text">易宝私钥</span> </td> </tr> <tr> <td class="l noticeinfo">易宝密钥key</td> <td class="r table_radio"> <input name="config[key]" type="text" value="{$yeepay['key']}" class=""> <span class="notice-text">易宝密钥key</span> </td> </tr> <tr> <td class="l noticeinfo">支付方式:</td> <td class="r table_radio"> <span class="form_checkbox"> <label> <input name="config[shortcut]" type="checkbox" value="1" <eq name="yeepay['shortcut']" value="1">checked="checked"</eq> class=""> </label> </span> <span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">快捷支付</span> </td> </tr> <tr> <td class="l noticeinfo">日支付限量</td> <td class="r table_radio"> <input name="config[day_pay_limit]" type="text" value="{$yeepay['day_pay_limit']}" class="" placeholder='请输入额度' oninput="this.value=this.value.replace(/[^0-9]+|^0|\d{9}/,'');"> <span class="notice-text">当额度达到限制额度时,隐藏支付方式</span> </td> </tr> <tr> <td class="l noticeinfo">月支付限量</td> <td class="r table_radio"> <input name="config[month_pay_limit]" type="text" value="{$yeepay['month_pay_limit']}" class="" placeholder='请输入额度' oninput="this.value=this.value.replace(/[^0-9]+|^0|\d{9}/,'');"> <span class="notice-text">当额度达到限制额度时,隐藏支付方式</span> </td> </tr> <tr> <td class="l noticeinfo">启用状态</td> <td class="r table_radio"> <span class="form_radio"> <label><input type="radio" name="status" value="0" <eq name="yeepay['status']" value="0">checked="checked"</eq>> 禁用</label> <label><input type="radio" name="status" value="1" <eq name="yeepay['status']" value="1">checked="checked"</eq>> 启用 </label></span> <span class="notice-text">开启状态</span> </td> </tr> <tr> <td class="l noticeinfo">渠道费率</td> <td class="r"> <input name="config[channel_rate]" type="text" value="{$yeepay['channel_rate']}" class="" placeholder="设置支付渠道的的费用比例"> <span class="notice-text">%</span> </td> </tr> </tbody> </table> <input type="hidden" name="name" value="yeepay"> <input type="submit" id="submit" value="确认保存" target-form="yeepay" class="submit_btn form_btn ajax-post mlspacing"> </form> </div> </div> <div class="tab-content tabcon1711 tabcon17112"> <div id="tab12" class="tab-pane tab12"> <form action="{:U('saveTool')}" method="post" class="form-horizontal sqpay form_info_ml"> <table border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td class="l noticeinfo">商户号</td> <td class="r table_radio"> <input name="config[partner]" type="text" value="{$sqpay['partner']}" class=""> <span class="notice-text">双乾商户号</span> </td> </tr> <tr> <td class="l noticeinfo">双乾密钥key</td> <td class="r table_radio"> <input name="config[key]" type="text" value="{$sqpay['key']}" class=""> <span class="notice-text">双乾秘钥</span> </td> </tr> <tr> <td class="l noticeinfo">支付方式:</td> <td class="r table_radio"> <span class="form_checkbox"> <label><input name="config[zfb]" type="checkbox" value="1" <eq name="sqpay['zfb']" value="1">checked="checked"</eq> class=""> </label></span> <span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">支付宝</span> <span class="form_checkbox"> <label><input name="config[union]" type="checkbox" value="1" <eq name="sqpay['union']" value="1">checked="checked"</eq> class=""> </label></span> <span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">银联</span> <span class="form_checkbox"> <label><input name="config[wx_small]" type="checkbox" value="1" <eq name="sqpay['wx_small']" value="1">checked="checked"</eq> class=""> </label></span> <span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">微信小程序</span> <span class="form_checkbox"> <label> <input name="config[shortcut]" type="checkbox" value="1" <eq name="sqpay['shortcut']" value="1">checked="checked"</eq> class=""> </label> </span> <span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">快捷支付</span> </td> </tr> <tr> <td class="l noticeinfo">日支付限量</td> <td class="r table_radio"> <input name="config[day_pay_limit]" type="text" value="{$sqpay['day_pay_limit']}" class="" placeholder='请输入额度' oninput="this.value=this.value.replace(/[^0-9]+|^0|\d{9}/,'');"> <span class="notice-text">当额度达到限制额度时,隐藏支付方式</span> </td> </tr> <tr> <td class="l noticeinfo">月支付限量</td> <td class="r table_radio"> <input name="config[month_pay_limit]" type="text" value="{$sqpay['month_pay_limit']}" class="" placeholder='请输入额度' oninput="this.value=this.value.replace(/[^0-9]+|^0|\d{9}/,'');"> <span class="notice-text">当额度达到限制额度时,隐藏支付方式</span> </td> </tr> <tr> <td class="l noticeinfo">启用状态</td> <td class="r table_radio"> <span class="form_radio"> <label><input type="radio" name="status" value="0" <eq name="sqpay_data['status']" value="0">checked="checked"</eq>> 禁用</label> <label><input type="radio" name="status" value="1" <eq name="sqpay_data['status']" value="1">checked="checked"</eq>> 启用 </label></span> <span class="notice-text">开启状态</span> </td> </tr> <tr> <td class="l noticeinfo">渠道费率</td> <td class="r"> <input name="config[channel_rate]" type="text" value="{$sqpay['channel_rate']}" class="" placeholder="设置支付渠道的的费用比例"> <span class="notice-text">%</span> </td> </tr> </tbody> </table> <input type="hidden" name="name" value="sqpay"> <input type="submit" id="submit" value="确认保存" target-form="sqpay" class="submit_btn form_btn ajax-post mlspacing"> </form> </div> </div> <div class="tab-content tabcon1711 tabcon17112"> <div id="tab13" class="tab-pane tab13"> <form action="{:U('saveTool')}" method="post" class="form-horizontal heepay form_info_ml"> <table border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td class="l noticeinfo">商户号</td> <td class="r table_radio"> <input name="config[partner]" type="text" value="{$heepay['partner']}" class=""> <span class="notice-text">汇付宝商户号(汇付宝)</span> </td> </tr> <tr> <td class="l noticeinfo">汇付宝密钥key</td> <td class="r table_radio"> <input name="config[key]" type="text" value="{$heepay['key']}" class=""> <span class="notice-text">汇付宝秘钥</span> </td> </tr> <tr> <td class="l noticeinfo">支付方式:</td> <td class="r table_radio"> <!-- <span class="form_checkbox"> <label><input name="config[zfb]" type="checkbox" value="1" <eq name="sqpay['zfb']" value="1">checked="checked"</eq> class=""> </label></span> <span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">支付宝</span> --> <!-- <span class="form_checkbox">--> <!-- <label><input name="config[wxp]" type="checkbox" value="1" <eq name="heepay['wxp']" value="1">checked="checked"</eq> class="">--> <!-- </label></span>--> <!-- <span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">微信小程序</span>--> <span class="form_checkbox"> <label><input name="config[alipay]" type="checkbox" value="1" <eq name="heepay['alipay']" value="1">checked="checked"</eq> class=""> </label></span> <span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">支付宝</span> <span class="form_checkbox"> <label><input name="config[wxpay]" type="checkbox" value="1" <eq name="heepay['wxpay']" value="1">checked="checked"</eq> class=""> </label></span> <span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">微信</span> </td> </tr> <tr> <td class="l noticeinfo">日支付限量</td> <td class="r table_radio"> <input name="config[day_pay_limit]" type="text" value="{$heepay['day_pay_limit']}" class="" placeholder='请输入额度' oninput="this.value=this.value.replace(/[^0-9]+|^0|\d{9}/,'');"> <span class="notice-text">当额度达到限制额度时,隐藏支付方式</span> </td> </tr> <tr> <td class="l noticeinfo">月支付限量</td> <td class="r table_radio"> <input name="config[month_pay_limit]" type="text" value="{$heepay['month_pay_limit']}" class="" placeholder='请输入额度' oninput="this.value=this.value.replace(/[^0-9]+|^0|\d{9}/,'');"> <span class="notice-text">当额度达到限制额度时,隐藏支付方式</span> </td> </tr> <tr> <td class="l noticeinfo">启用状态</td> <td class="r table_radio"> <span class="form_radio"> <label><input type="radio" name="status" value="0" <eq name="heepay_data['status']" value="0">checked="checked"</eq>> 禁用</label> <label><input type="radio" name="status" value="1" <eq name="heepay_data['status']" value="1">checked="checked"</eq>> 启用 </label></span> <span class="notice-text">开启状态</span> </td> </tr> <tr> <td class="l noticeinfo">渠道费率</td> <td class="r"> <input name="config[channel_rate]" type="text" value="{$heepay['channel_rate']}" class="" placeholder="设置支付渠道的的费用比例"> <span class="notice-text">%</span> </td> </tr> </tbody> </table> <input type="hidden" name="name" value="heepay"> <input type="submit" id="submit" value="确认保存" target-form="heepay" class="submit_btn form_btn ajax-post mlspacing"> </form> </div> </div> </div> <div class="common_settings"> <span class="plus_icon"><span><img src="__IMG__/zwmimages/icon_jia.png"></span></span> <form class="addShortcutIcon"> <input type="hidden" name="title" value="{$m_title}"> <input type="hidden" name="url" value="{$m_url}"> </form> <a class="ajax-post add-butn <notempty name='commonset'>addSIsetted</notempty>" href="javascript:;" target-form="addShortcutIcon" url="{:U('Think/addShortcutIcon')}"><img src="__IMG__/zwmimages/icon_jia.png"><span><notempty name='commonset'>已添加<else />添加至常用设置</notempty></span></a> </div> </block> <block name="script"> <script type="text/javascript"> //导航高亮 highlight_subnav('{:U('Tool/payset')}'); $(function(){ //支持tab showTab(); }) </script> </block>