原本我自己用core 7来做这个项目 到这边就卡住,原本以为是自己版本问题,就下了老师的代码7-2来跑结果也是遇到同样的问题
用postman跑
{
“title”: “string”,
“description”: “string”,
“originalPrice”: 222.22,
“discountPercent”: 0.9,
“coupons”: null,
“point”: 220,
}
老师的代码出现的是
换成
{
“title”: “string”,
“description”: “string”,
“originalPrice”: 222.22,
“discountPercent”: 0.9,
“coupons”: null,
“point”: 220,
“TravelDays”: “string”,
“tripType”: “string”,
“departureCity”: “string”,
“features”: “string”,
“notes”: “string”,
“fees”: “string”
}
错误变成
至于我的代码不管哪一个都是报这个错误 看起来和老师第二个一样
再麻烦老师解答
下一节课的添加图片倒是没问题
7-4 同时添加父子资源,老师的代码和我的代码都出现第二种错误,应该和数据库没关系,测试老师的代码的时候是用老师的数据库迁移文件,也和拼写错误 DiscountPresent DiscountPercent无关 都有重建过数据库重新测试过 都还是出现第二种错误
. Net Core实战+RESTful思想纵深课程,开发优雅RESTful风格API。
了解课程