$dataArray = array(
'id' => $id,
'name' => IReq::get('name','post'),
'condition' => $condition,
'award_value'=> $award_value,
'is_close' => IReq::get('is_close','post'),
'start_time' => IReq::get('start_time','post'),
'end_time' => IReq::get('end_time','post'),
'intro' => IReq::get('intro','post'),
'type' => 1,
'award_type' => 0,
'user_group' => $user_group_str,
);
添加回答
举报
0/150
提交
取消