正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -99,6 +99,7 @@ class GeoWritings extends Base | @@ -99,6 +99,7 @@ class GeoWritings extends Base | ||
| 99 | 'thumbUrl' => 'https://hub.globalso.com/logocm.png', | 99 | 'thumbUrl' => 'https://hub.globalso.com/logocm.png', |
| 100 | 'url' => 'https://oa.quanqiusou.cn/public-geo-article-list?token=' . $token | 100 | 'url' => 'https://oa.quanqiusou.cn/public-geo-article-list?token=' . $token |
| 101 | ]; | 101 | ]; |
| 102 | + $content = json_encode($content_array, JSON_UNESCAPED_UNICODE); | ||
| 102 | MessagePush::insert(compact('project_id', 'friend_id', 'type', 'content_type', 'content', 'send_time', 'updated_at', 'created_at')); | 103 | MessagePush::insert(compact('project_id', 'friend_id', 'type', 'content_type', 'content', 'send_time', 'updated_at', 'created_at')); |
| 103 | return true; | 104 | return true; |
| 104 | } | 105 | } |
-
请 注册 或 登录 后发表评论