Commit 547c7655 by 冷斌

add

parent da3076c0
......@@ -55,7 +55,7 @@ class WelfareController extends AdminbaseController
foreach ($gifts as $gift) {
$data[$gift['id']] = $gift['name'];
}
var_dump($gifts, $data);
var_dump(1, $gifts, $data);
die;
return $data;
}
......
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