Commit 5140bd65 by 冷斌

update

parent 138e0a4b
......@@ -75,7 +75,9 @@ class PushController extends AdminbaseController {
$touid=str_replace("\n","", $touid);
$touid=preg_replace("/,|,/",",", $touid);
var_dump($touid);
$userIds = explode(',', $touid);
var_dump($userIds);
die;
$Pushrecord=M("pushrecord");
......
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