We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
contracts 表
用户每次付费就会生成一个 contract
里面有 userId ,有服务内容
id : 合同 id
total: 用户付费总额
courseId: 购买课程的 id ,如果购买会员则无此字段
userId: 用户 id
tradeId: 微信付费时候使用的交易 id
startDate/expireDate 购买会员的话设置这两项,开始和结束日期
备注:未付费的合同不保存
users 表