|
@@ -91,9 +91,10 @@ class AwardIntegralPriceRepository extends BaseRepository
|
|
|
@file_put_contents('quanju4.txt', $add_price . "-789\r\n", 8);
|
|
@file_put_contents('quanju4.txt', $add_price . "-789\r\n", 8);
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
- $price = bcadd($add_price, $basePrice, 8);
|
|
|
|
|
|
|
+ $price = bcadd($add_price, $basePrice, 10);
|
|
|
|
|
|
|
|
@file_put_contents('quanju4.txt', time() . "-正常获取走的到这里吗\r\n", 8);
|
|
@file_put_contents('quanju4.txt', time() . "-正常获取走的到这里吗\r\n", 8);
|
|
|
|
|
+ @file_put_contents('quanju4.txt', $price . "-总价\r\n", 8);
|
|
|
|
|
|
|
|
} catch (\Exception $e) {
|
|
} catch (\Exception $e) {
|
|
|
@file_put_contents('quanju4.txt', $e->getMessage() . "-积分价格报错内容\r\n", 8);
|
|
@file_put_contents('quanju4.txt', $e->getMessage() . "-积分价格报错内容\r\n", 8);
|