Commit f54e64f4 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/ws_ticker' into 'master'

fix See merge request !144
parents f34bd869 2292387e
......@@ -23,6 +23,8 @@ class ClientParamsController extends BaseController
foreach ($data as &$val) {
if(strpos( $val['url'], ',') !== false) {
$val['url'] = explode(',', $val['url']);
} else {
$val['url'] = [$val['url']];
}
}
......
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