瀏覽代碼

提交测试下数据

lvhao 1 月之前
父節點
當前提交
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,
 				'queryParams'=>$queryParams,
 				'content'=>$notice['content'],
+				'shop'=>[
+					'id'=>$shop['id'],
+					'name'=>$shop['shopname']
+				]
 			],JSON_UNESCAPED_UNICODE));
 
 			$res = $this->apitt->su_curl($post,$url,$headers);