|
@@ -2136,7 +2136,7 @@ class OrdersController extends Controller
|
|
|
'data' => $res
|
|
|
);
|
|
|
dispatch((new SendTexts($send_data))->onConnection('rabbitmq')->delay($delay)->onQueue('send_texts_list'));
|
|
|
- $this->weixinAdvertiseReport($item->appid,$item->openid,$order_id,$product_info->type);
|
|
|
+ $this->weixinAdvertiseReport($item->appid,$item->openid,$order_id,$product_info->price);
|
|
|
}
|
|
|
}
|
|
|
} catch (\Exception $e) {
|