Commit d1eeace0 by 冷斌

update

parent 3ebbb01a
......@@ -85,7 +85,8 @@ class PushController extends AdminbaseController {
$userIds[$key] = $liang['uid'];
}
}
var_dump($userIds);
$touid = implode(',', $userIds);
var_dump($touid);
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