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