|
...
|
...
|
@@ -99,6 +99,7 @@ class GeoWritings extends Base |
|
|
|
'thumbUrl' => 'https://hub.globalso.com/logocm.png',
|
|
|
|
'url' => 'https://oa.quanqiusou.cn/public-geo-article-list?token=' . $token
|
|
|
|
];
|
|
|
|
$content = json_encode($content_array, JSON_UNESCAPED_UNICODE);
|
|
|
|
MessagePush::insert(compact('project_id', 'friend_id', 'type', 'content_type', 'content', 'send_time', 'updated_at', 'created_at'));
|
|
|
|
return true;
|
|
|
|
}
|
...
|
...
|
|