Browse Source

提交数据

lvhao 2 weeks ago
parent
commit
beae828ad5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/CoreApp/models/Model_api.php

+ 1 - 0
core/CoreApp/models/Model_api.php

@@ -511,6 +511,7 @@ function __construct(){
 				{
 				foreach ($res as $v)
 				{
+					$this->logic_ding->sendToDing("获取magento订单".json_encode($v,JSON_UNESCAPED_UNICODE));
 					if(!isset($v['order_id']))
 					{
 						continue;