原后台 老鹰活动

This commit is contained in:
wanyongkang
2020-11-26 11:38:29 +08:00
parent 12447e8972
commit f97d307478

View File

@@ -4,8 +4,8 @@
* @version: * @version:
* @Author: kangkang * @Author: kangkang
* @Date: 2020-10-03 18:23:43 * @Date: 2020-10-03 18:23:43
* @LastEditors: kangkang * @LastEditors: Please set LastEditors
* @LastEditTime: 2020-11-18 11:24:58 * @LastEditTime: 2020-11-26 11:36:17
*/ */
$is_script = 1; $is_script = 1;
include __DIR__ . '/../index.php'; include __DIR__ . '/../index.php';
@@ -310,7 +310,7 @@ function qx_rule($product, $refunds, $product_type = true)
//天天,老鹰退款规则 //天天,老鹰退款规则
function tl_rule($product, $refunds, $product_type = false) function tl_rule($product, $refunds, $product_type = false)
{ {
$month = $product_type ? 40 : 37; $month = 30;
$cost = 0; $cost = 0;
foreach ($product as $package) { foreach ($product as $package) {
switch ($package['PackageName']) { switch ($package['PackageName']) {