ソースを参照

提交测试下数据

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);