|
@@ -856,11 +856,11 @@ function __construct(){
|
|
|
$post['issku'] = implode(",",$pxsku);
|
|
|
$post['quantity'] = implode(";",$pxquantity);
|
|
|
**/
|
|
|
- if(stripos($post['issku'],'+') !== false){
|
|
|
- $this->logic_ding->sendToDing("测试获取3+1订单未转化数据".json_encode($v));
|
|
|
- $this->logic_ding->sendToDing("测试获取3+1订单已转化数据".json_encode($post));
|
|
|
- }
|
|
|
-
|
|
|
+// if(stripos($post['issku'],'+') !== false){
|
|
|
+// $this->logic_ding->sendToDing("测试获取3+1订单未转化数据".json_encode($v));
|
|
|
+// $this->logic_ding->sendToDing("测试获取3+1订单已转化数据".json_encode($post));
|
|
|
+// }
|
|
|
+ $this->logic_ding->sendToDing("获取独立站的订单".json_encode($v));
|
|
|
|
|
|
$matching = $this->matching($post['quantity'],$post['issku'],$dtc,$money,$int,$dtctitle,$shop,[
|
|
|
'row_total'=>isset($v['row_total'])?$v['row_total']:"0",
|