示例#1
0
def song(song_id):
	db = DBAccess()
	song_detail = db.get_song_detail(song_id)
	return jsonify(detail=song_detail)