lvhao 16 часов назад
Родитель
Сommit
56cbe1af19
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      core/CoreApp/models/Model_notice.php

+ 4 - 0
core/CoreApp/models/Model_notice.php

@@ -442,6 +442,10 @@ class Model_notice extends Lin_Model
 				'post'=>$post,
 				'post'=>$post,
 				'queryParams'=>$queryParams,
 				'queryParams'=>$queryParams,
 				'content'=>$notice['content'],
 				'content'=>$notice['content'],
+				'shop'=>[
+					'id'=>$shop['id'],
+					'name'=>$shop['shopname']
+				]
 			],JSON_UNESCAPED_UNICODE));
 			],JSON_UNESCAPED_UNICODE));
 
 
 			$res = $this->apitt->su_curl($post,$url,$headers);
 			$res = $this->apitt->su_curl($post,$url,$headers);