6
0
Fork 0
jiqu-library-server/config/settings.php

30 lines
788 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
return [
// 订单支付过期时间(秒)
'order_payment_expires_at' => 1800,
// 售后过期时间(天)
'sale_after_expire_days' => 7,
// 签到配置每次积分、连续N天、连续奖励积分
'sign_click_points'=>5,
'sign_click_continue'=>7,
'sign_click_continue_points'=>10,
// 文章分类配置: 帮助、协议、健康
'article_help'=>1,
'article_agreement'=>2,
'article_health'=>3,
// 快递100是否开启
'kuaidi100_is_use' => true,
'kuaidi100_callback'=> '',
'kuaidi100_app_key'=> 'BTvgbjti4727',
'kuaidi100_customer'=> '064109188EC4D85DA655DFC342144C6A',
'kuaidi100_secret'=> '1bd287d1981749f2a30ea74cac0ab99c',
'kuaidi100_userid'=> 'ec0b6ec7729d4f22824cfd3c519dd45b',
];