Browse Source

pay report

zz 5 năm trước cách đây
mục cha
commit
8e744830bb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Http/Controllers/Wap/Pay/OrdersController.php

+ 1 - 1
app/Http/Controllers/Wap/Pay/OrdersController.php

@@ -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) {