Browse Source

美团对接-回调

fang 1 năm trước cách đây
mục cha
commit
c6b7f35c1d
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      app/common/logic/ThirdOrderLogic.php

+ 2 - 0
app/common/logic/ThirdOrderLogic.php

@@ -215,6 +215,8 @@ class ThirdOrderLogic extends BaseLogic
 
                 $thirdOrders->work_id = $service_work->id;
                 $thirdOrders->save();
+
+                self::bookresultcallback($message['orderId'],2);
                 Db::commit();
             } catch (\Exception $e) {
                 Db::rollback();