Kaynağa Gözat

Merge branch 'ss/dev' into dev/test

# Conflicts:
#	scan_orderv4_liedou.php
shensong00 1 yıl önce
ebeveyn
işleme
65a4fcc465
1 değiştirilmiş dosya ile 7 ekleme ve 3 silme
  1. 7 3
      scan_orderv4_liedou.php

+ 7 - 3
scan_orderv4_liedou.php

105
         }
105
         }
106
         elseif($typeDesc=="抖音"){
106
         elseif($typeDesc=="抖音"){
107
             $type=4;
107
             $type=4;
108
-        } 
108
+        }
109
+        }
110
+        elseif($typeDesc == "拼多多"){
111
+            $type = 5;
112
+        }
109
 
113
 
110
         $adzone_id=$orderDetail["adzone_id"];
114
         $adzone_id=$orderDetail["adzone_id"];
111
         $relation_id = $orderDetail["relation_id"];
115
         $relation_id = $orderDetail["relation_id"];
164
 					var_dump($moneyInfo);
168
 					var_dump($moneyInfo);
165
 				}
169
 				}
166
 
170
 
167
-                if($ptype == 2 || $ptype == 3){
171
+                if($ptype == 2 || $ptype == 3 || $ptype == 4){
168
                     $goods_img = $orderDetail["img"];
172
                     $goods_img = $orderDetail["img"];
169
                 } else {
173
                 } else {
170
                 	$detail = TBK::tbkItemInfoGet( ['goods_id'=>$goods_id] );
174
                 	$detail = TBK::tbkItemInfoGet( ['goods_id'=>$goods_id] );
544
 
548
 
545
 function UserInfo($special_id, $relation_id, $adzone_id, $ptype=1){
549
 function UserInfo($special_id, $relation_id, $adzone_id, $ptype=1){
546
 
550
 
547
-    if($ptype == 2 || $ptype == 3){
551
+    if($ptype == 2 || $ptype == 3|| $ptype == 4){
548
         return JdUserInfo($relation_id);
552
         return JdUserInfo($relation_id);
549
     }
553
     }
550
 
554