# 新增公共方法
# 添加用户的推广记录
以下控制器用到了 indexBase.php中折 方法名 add\_promotion\_record()
~~~
application\mall\index\Content.php
application\member\controller\Membership-old.php
application\member\controller\Membership.php
application\member\controller\Weike.php
plugins\membership\index\Index.php
~~~
# 添加用户的荐客记录
以下控制器用到了 indexBase.php中折 方法名 add\_recommend\_record()
~~~
application\mall\index\Content.php
application\mall\index\Quan.php
application\mall\index\Store.php
application\member\controller\Membership.php
plugins\membership\index\Index.php
~~~
# 发放积分、券等公共方法
以下控制器用到了 indexBase.php中折 方法名 recommend\_common()
~~~
application\common\controller\indexBase.php ----- add_recommend_record中调用
~~~
# 获取指定微客的下级跟下下级
以下控制器用到了 indexBase.php中这 方法名 get\_children()
~~~
application\member\controller\Weike.php
~~~
# 绑定微客关系
以下控制器用到了 indexBase.php中这 方法名 bind\_weike()
~~~
application\mall\index\Content.php
application\mall\index\Quan.php
application\mall\index\Store.php
application\member\controller\Membership.php
application\member\controller\Weike.php
plugins\membership\index\Index.php
~~~
# 数据统计
以下控制器用到了 indexBase.php中这 方法名 data\_statistics()
~~~
plugins\taskcard\index\Index.php
plugins\turntable\index\Index.php
~~~
# 送优惠券
以下控制器用到了 indexBase.php中这 方法名 quan\_send()
~~~
application\common\controller\IndexBase.php
application\member\controller\Membership.php
plugins\membership\index\Index.php
plugins\taskcard\index\Index.php
plugins\turntable\index\Index.php
~~~
                    
        
    