Commit 2292387e authored by shajiaiming's avatar shajiaiming

fix

parent 8574c2ee
......@@ -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