{template '_header'}
{ifp 'sysset.wpfw.edit'} 开启网培服务后可以配置商品的推送地址 {else}
{if $data['open_wpfw']==1}开启{else}关闭{/if}
{/if}
{ifp 'sysset.wpfw.edit'} {else}
{$data['default_url']}
{/if}

如果商品开启了推送但是没有设置推送地址则会被推送到本地址

如果商品设置了推送地址则优先推送到商品自定义的地址

{ifp 'sysset.qiniu.edit'} {else}
{$data['api_key']}
{/if}

接收方的api_key,签名方法为md5(时间戳+api_key)

{ifp 'sysset.wpfw.edit'}
{/if}
{template '_footer'}