您的位置:

您的位置:爱心资讯>详情

2014扬帆秋季回访志愿者招募!

时间:2014-10-20

扬帆2014秋季回访志愿者继续招募啦!定向回访通过扬帆公益助手APP捐助最多的24所学校,期待加入!

回访志愿者报名链接:http://gongyi.weibo.com/216189

序号 待回访受助学校 学校所在地 学校链接
1 博白镇第七小学 广西玉林 http://yangfanbook.sina.com.cn/school/337
2 东凡中学 四川广元 http://yangfanbook.sina.com.cn/school/395
3 城上中心小学 江西吉安 http://yangfanbook.sina.com.cn/school/75
4 泮春学校 湖南长沙 http://yangfanbook.sina.com.cn/school/475
5 香花中心小学 四川雅安 http://yangfanbook.sina.com.cn/school/432
6 三山小学 江西南昌 http://yangfanbook.sina.com.cn/school/463
7 苗圃希望小学 云南昭通 http://yangfanbook.sina.com.cn/school/1159
8 十三村小学 黑龙江绥化 http://yangfanbook.sina.com.cn/school/1865
9 大治乡中心学校 四川内江 http://yangfanbook.sina.com.cn/school/326
10 龙门畈乡中心小学 江西上饶 http://yangfanbook.sina.com.cn/school/289
11 三星乡中心小学校 四川巴中 http://yangfanbook.sina.com.cn/school/313
12 垓上小学 江西赣州 http://yangfanbook.sina.com.cn/school/64
13 小源小学 江西赣州 http://yangfanbook.sina.com.cn/school/658
14 新铺大公希望小学 湖北荆州 http://yangfanbook.sina.com.cn/school/474
15 柳梧中心小学 西藏拉萨 http://yangfanbook.sina.com.cn/school/1419
16 蓝天留守儿童之家 重庆忠县 http://yangfanbook.sina.com.cn/school/988
17 太和三村农家书屋 山东东营 http://yangfanbook.sina.com.cn/school/1937
18 安星小学 贵州遵义 http://yangfanbook.sina.com.cn/school/1945
19 百巴镇中心小学 西藏林芝 http://yangfanbook.sina.com.cn/school/1720
20 庆祝小学(球安庆祝希望小学) 贵州毕节 http://yangfanbook.sina.com.cn/school/62
21 新希望学校 北京海淀 http://yangfanbook.sina.com.cn/school/1200
22 杜庄小学 安徽阜阳 http://yangfanbook.sina.com.cn/school/1024
23 荷花塘特教学校 江苏扬州 http://yangfanbook.sina.com.cn/school/219
24 东江小学 广东清远 http://yangfanbook.sina.com.cn/school/1245

联系方式 现在捐款 扬帆相关

1 邮箱咨询:yangfanjihua@sina.com

2 关注微信公众号“扬帆计划”进行咨询

3 添加客服扬帆妞妞微信:yangfanjihua2007

妞妞已经迫不及待
把书籍送到孩子们手上了!
一起加入吧!

去捐赠

Route Debugger

Type in a url in the address bar to see which defined routes match it. A {*catchall} route is added to the list of routes automatically in case none of your routes match.

To generate URLs using routing, supply route values via the query string. example: http://localhost:14230/?id=123

: News/{NewsID}

Route Data
KeyValue
NewsID1001 
controllerNews 
actionDetails 
Data Tokens
KeyValue
NamespacesSystem.String[] 

All Routes
Matches Current Request Url Defaults Constraints DataTokens
False{resource}.axd/{*pathInfo}(null)(empty)(null)
False{resource}.axd/{*pathInfo}(null)(empty)(null)
FalseSchool/{SchoolID}controller = School, action = Details, SchoolID = 0SchoolID = [\d]*Namespaces = YFPC.Controllers
TrueNews/{NewsID}controller = News, action = Details, NewsID = 0NewsID = [\d]*Namespaces = YFPC.Controllers
FalseNews/List/{ID}controller = News, action = List, ID = 0ID = [\d]*Namespaces = YFPC.Controllers
FalseBook/{BookID}controller = Book, action = Details, BookID = 0BookID = [\d]*Namespaces = YFPC.Controllers
FalseVolunteer/{ID}controller = Volunteer, action = Details, ID = 0ID = [\d]*Namespaces = YFPC.Controllers
FalseLogin/BindPhone/{Key}controller = Login, action = BindPhone, Key = 0(empty)Namespaces = YFPC.Controllers
FalseLogin/MergeUser/{Key}controller = Login, action = MergeUser, Key = 0(empty)Namespaces = YFPC.Controllers
FalseUser/MyDonate/{ID}controller = User, action = MyDonate, ID = 0ID = [\d]*Namespaces = YFPC.Controllers
FalseDonate/Pay/{SchoolID}controller = Donate, action = Pay, SchoolID = 0SchoolID = [\d]*Namespaces = YFPC.Controllers
False{namespaces}/{controller}/{action}namespaces = API(empty)Namespaces = YFPC.Controllers.API
True{controller}/{action}/{id}controller = Home, action = Index, id = UrlParameter.Optional(empty)Namespaces = YFPC.Controllers
True{*catchall}(null)(null)(null)

Current Request Info

AppRelativeCurrentExecutionFilePath is the portion of the request that Routing acts on.

AppRelativeCurrentExecutionFilePath: ~/news/1001