原后台 老鹰活动

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