需求 #21011
会员2.0项目
描述
PRD:http://192.168.1.244:7777/yishou/6.1.1/
前端分支 feature/#21011会员2.0项目
后端分支
feature/v6.1.1 |
会员中心 测试链接 http://static.yishouapp.com/app/h5/test/rights-center/index.html?immersive=1
会员中心 生产链接 https://static.yishouapp.com/app/h5/rights-center-new/index.html?immersive=1
脚本:
> 自动更新会员特权返现活动
~~~
执行时间:每分钟执行一次 * * * * * php(7) think(详细路径) crontab -f autoRebateActivity
~~~
> 执行会员特权返现
~~~
执行时间:每天0点10分执行一次 10 0 * * * php(7) think(详细路径) crontab -f execRebate
~~~
相关表:
fmys_rebate
fmys_rebate_goods
fmys_order_infos_rebate
fmys_user_rebate_refund
codeReview:
1.member_privileges接口去掉无用调用:
2.get_goods_info_v2接口去掉对字段fmys_users.level的重复调用:
3.get_goods_advanceList接口去掉对fmys_check_account_channel.start_time的重复调用:
4.get_goods_categories去掉对字段fmys_users.level的重复调用