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