任务功能提交-每日签到功能开发
This commit is contained in:
@@ -682,8 +682,7 @@ class Tasks extends Model
|
||||
$list[$k]['base_image'] = localpath_to_netpath("static/image/icon/gold.png");
|
||||
}
|
||||
}
|
||||
$result = [];
|
||||
$result['gift_bag'] = $list;
|
||||
$result = $list;
|
||||
return ['code' => 1, 'msg' => '成功','data' => $result];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user