瀏覽代碼

订单追踪件修改

ajun 5 年之前
父節點
當前提交
e8bccb82fb
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/Services/OrderTrackingService.php

+ 2 - 0
app/Services/OrderTrackingService.php

@@ -425,6 +425,8 @@ class OrderTrackingService
             $client = $items[1][0];
             $order_remark = $items[3][0];
         }
+        if(stristr($client,'天猫'))$client='天猫';
+        if(stristr($client,'京东'))$client='京东';
         return [
             'owner_id' => $order->owner_id,
             'client' => $client,