Commit c66a44f5 authored by shajiaiming's avatar shajiaiming

修复已知问题

parent 09f316b7
......@@ -114,6 +114,7 @@ class CoinDogController extends BaseController
preg_match_all("/\【(.+?)\】/", $item['content'], $match);
$item['title'] = $match[1][0];
$item['content'] = str_replace('【' . $item['title'] . '】', '', $item['content']);
$item['source'] = '金色财经';
}
$code = 0;
$msg = 'success';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment