Jelajahi Sumber

提交测试下数据

lvhao 16 jam lalu
induk
melakukan
56cbe1af19
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  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,
 				'queryParams'=>$queryParams,
 				'content'=>$notice['content'],
+				'shop'=>[
+					'id'=>$shop['id'],
+					'name'=>$shop['shopname']
+				]
 			],JSON_UNESCAPED_UNICODE));
 
 			$res = $this->apitt->su_curl($post,$url,$headers);