正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -756,8 +756,8 @@ class OrderLogic | @@ -756,8 +756,8 @@ class OrderLogic | ||
| 756 | //循环发送material_group-》addOrderMaterial | 756 | //循环发送material_group-》addOrderMaterial |
| 757 | $data = ['uuid' => $uuid,'status' => $value['status'],'order_order_id' => $order_data['order_id'],'group_id' => $value['group_id']]; | 757 | $data = ['uuid' => $uuid,'status' => $value['status'],'order_order_id' => $order_data['order_id'],'group_id' => $value['group_id']]; |
| 758 | $data = json_encode($data); | 758 | $data = json_encode($data); |
| 759 | - $post = $this->sendPost($url.'addOrderMaterial',$data); | ||
| 760 | Helper::writeLog('Order','开启素材库 data数组数据:'.json_encode($data)); | 759 | Helper::writeLog('Order','开启素材库 data数组数据:'.json_encode($data)); |
| 760 | + $post = $this->sendPost($url.'addOrderMaterial',$data); | ||
| 761 | Helper::writeLog('Order','开启素材库:'.$post); | 761 | Helper::writeLog('Order','开启素材库:'.$post); |
| 762 | } | 762 | } |
| 763 | } | 763 | } |
-
请 注册 或 登录 后发表评论