整个项目的设计包括5个数据库:
glkt_activity:优惠券的相关设计
glkt_order:订单的相关设计
glkt_user:得到微信授权的账号信息的相关设计
glkt_vod:课程信息的相关设计
glkt_wechat:微信公众号的相关设计
glkt_activity:
coupon_info:优惠券的信息
coupon_use:优惠券的使用情况
coupon_info设计:
coupon_use设计:
glkt_order:
order_detail:订单的内容(涉及课程)
order_info:订单表的内容(涉及订单内容)
payment_info:真实交易信息 (测试号不可支付,不展开说明)
order_detail设计:
order_info设计:
glkt_user:
user_info:用户信息表
user_info设计:
user_vod:
chapter:和课程对应的章节
comment:评论(本项目未涉及,不展开说明)
course:课程
course_collect:收藏的课程(本项目未涉及,不展开说明)
course_description:课程描述简介
subject:课程泛指科目
teacher:讲师信息
video:课程视频信息
chapter设计:
course设计:
course_description设计:
subject设计:
teacher设计:
video设计:
glkt_wechat:
menu:微信公众号底部菜单内容