{include file="Public:header2"/}
H5页面配置
配置多个H5应用,系统将根据域名自动匹配使用哪个H5应用。若请求域名未匹配到对应H5应用,则使用默认H5应用配置。
{if isset($data.h5apps) && is_array($data.h5apps)} {foreach $data.h5apps as $index => $h5app}
设为默认后将用于未匹配域名的请求
多个域名使用英文逗号分隔,如:example.com,www.example.com
长度为2位字符,用于标识订单来源H5应用
支付宝支付
微信支付
{if isset($alimerchants) && is_array($alimerchants) && count($alimerchants) > 0} {foreach $alimerchants as $merchant_id => $merchant}
{/foreach} {else}
暂无可用支付宝商户,请先在支付宝支付设置中添加商户
{/if}
{/foreach} {else}
设为默认后将用于未匹配域名的请求
多个域名使用英文逗号分隔,如:example.com,www.example.com
长度为2位字符,用于标识订单来源H5应用
支付宝支付
微信支付
{if isset($alimerchants) && is_array($alimerchants) && count($alimerchants) > 0} {foreach $alimerchants as $merchant_id => $merchant}
{/foreach} {else}
暂无可用支付宝商户,请先在支付宝支付设置中添加商户
{/if}
{/if}
{include file="Public:footer"/}