|
@@ -124,7 +124,7 @@ class Auth extends BaseController
|
|
|
|
|
|
|
|
$AwardIntegralPriceDayDao->create(['day' => time(), 'all_add_price' => $rise, 'day_add_price' => $day_25_rise]); //保存今天增长的总价格和每日增长价格
|
|
$AwardIntegralPriceDayDao->create(['day' => time(), 'all_add_price' => $rise, 'day_add_price' => $day_25_rise]); //保存今天增长的总价格和每日增长价格
|
|
|
}
|
|
}
|
|
|
- public function hexiao(StoreOrderRepository $repository){
|
|
|
|
|
|
|
+ public function test2(StoreOrderRepository $repository){
|
|
|
$data = $this->request->params(['data']);
|
|
$data = $this->request->params(['data']);
|
|
|
$order_id = $this->request->params(['order_id']);
|
|
$order_id = $this->request->params(['order_id']);
|
|
|
$user = $this->request->userInfo();
|
|
$user = $this->request->userInfo();
|