Charlie há 9 anos atrás
pai
commit
d24252858f

+ 1 - 1
www/protected/commands/AsyncWorkCommand.php

@@ -1,7 +1,7 @@
 <?php
 /**
  * 异步任务脚本
- * @author leeon <leeon_on@qq.com>
+ * @author   >
  */
 require_once(APP_PATH."/protected/vendor/autoload.php");
 use Qiniu\Auth;

+ 1 - 1
www/protected/commands/CouponFactoryCommand.php

@@ -1,7 +1,7 @@
 <?php
 /**
  * 生成兑换码脚本
- * @author leeon <leeon_on@qq.com>
+ * @author   >
  * @param coupon_ids一个兑换码所能兑换的优惠券数组
  * @param channel 发放渠道,某一批次优惠券唯一标识
  * @param desc 某一批次优惠券的描述

+ 1 - 1
www/protected/commands/GetBaiduMapResCommand.php

@@ -1,7 +1,7 @@
 <?php
 /**
  * 爬取百度城市列表
- * @author leeon <leeon_on@qq.com>
+ * @author   >
  */
 class GetBaiduMapResCommand extends CConsoleCommand{
     public function run($args) {

+ 1 - 1
www/protected/commands/GiveCouponsCommand.php

@@ -1,7 +1,7 @@
 <?php
 /**
  * 老用户发放优惠券
- * @author leeon <leeon_on@qq.com>
+ * @author   >
  */
 class GiveCouponsCommand extends CConsoleCommand{
     public function run($args) {

+ 1 - 1
www/protected/commands/PushListenerCommand.php

@@ -1,7 +1,7 @@
 <?php
 /**
  * 消息推送监听脚本
- * @author leeon <leeon_on@qq.com>
+ * @author   >
  */
 class PushListenerCommand extends CConsoleCommand{
     public function run($args) {

+ 1 - 1
www/protected/commands/SearchSyncCommand.php

@@ -1,7 +1,7 @@
 <?php
 /**
  * 生成云搜数据源
- * @author leeon <leeon_on@qq.com>
+ * @author   >
  */
 class SearchSyncCommand extends CConsoleCommand{
     public function run($args) {

+ 1 - 1
www/protected/commands/SendSMSCommand.php

@@ -1,7 +1,7 @@
 <?php
 /**
  * 批量发送短信
- * @author leeon <leeon_on@qq.com>
+ * @author   >
  * @param $args[0] 发送数量限制
  * @param /download/need_sms.txt 需要发送短信的用户信息
  */

+ 6 - 6
www/protected/components/CommonFn.php

@@ -561,7 +561,7 @@ class CommonFn
     
     /**
      *returnInfo 格式化返回信息
-     *@author leeon <leeon_on@qq.com>
+     *@author   >
      *@param bool $status 执行状态
      *@param string $info 提示信息
      *@param array $data 需要时返回数据
@@ -594,7 +594,7 @@ class CommonFn
 
     /**
      * getPagedata 获取分页数据
-     * @author leeon <leeon_on@qq.com>
+     * @author   >
      * @param string $model 要获取数据的model
      * @param string $page 具体第几页
      * @param int $pagesize 分页大小
@@ -667,7 +667,7 @@ class CommonFn
 
     /**
      * getPagedatabyID 获取分页数据
-     * @author leeon <leeon_on@qq.com>
+     * @author   >
      * @param string $model 要获取数据的model
      * @param int $pagesize 分页大小
      * @param string $conditions 查询条件
@@ -726,7 +726,7 @@ class CommonFn
 
      /**
      * formatSolrResult 将solr搜索结果格式化为标准分页格式
-     * @author leeon <leeon_on@qq.com>
+     * @author   >
      * @param array $model 要获取数据的model
      * @return array
      */
@@ -742,7 +742,7 @@ class CommonFn
 
     /**
      * 判断对象在model内是否已存在,存在时返回此对象,为api模块控制器封装,不建议在ApiBaseControllers外的地方使用
-     * @author leeon <leeon_on@qq.com>
+     * @author   >
      *@param string $id 要查询对象id
      *@param string $Zmodel 要查询的model的Z组件如:ZTopic
      *@param string $errorinfo 当对象不存在时向客户端返回的错误信息
@@ -794,7 +794,7 @@ class CommonFn
 
     /**
      * 内容合法性检测
-     * @author leeon <leeon_on@qq.com>
+     * @author   >
      *@param array $data 内容数组,包含需要检测的数据
      * 示例:$data = array(
      *                                'content'=>'呵呵呵呵',

+ 1 - 1
www/protected/components/HelperKey.php

@@ -1,7 +1,7 @@
 <?php
 /**
  * HelperKey   rediskey 相关方法
- * @author leeon <leeon_on@qq.com>
+ * @author   >
  */
 class HelperKey {
     /**

+ 1 - 1
www/protected/components/RedisAr.php

@@ -1,7 +1,7 @@
 <?php
 /**
  * RedisModel 基类
- * @author leeon <leeon_on@qq.com>
+ * @author   >
  */
 class RedisAr {
 }

+ 1 - 1
www/protected/modules/o2o/controllers/OrderController.php

@@ -2,7 +2,7 @@
 /**
  * OrderController o2o下单相关接口
  *
- * @author leeon<leeon_on@qq.com>
+ *  
  *
  */
 class  OrderController extends O2oBaseController{

+ 1 - 1
www/protected/modules/o2o/controllers/ProductController.php

@@ -2,7 +2,7 @@
 /**
  * ProductController o2o商品相关接口
  *
- * @author leeon<leeon_on@qq.com>
+ *  
  *
  */
 class  ProductController extends O2oBaseController{

+ 1 - 1
www/protected/modules/o2o/controllers/UserController.php

@@ -2,7 +2,7 @@
 /**
  * UserController o2o用户相关接口
  *
- * @author leeon<leeon_on@qq.com>
+ *  
  *
  */
 class  UserController extends O2oBaseController{

+ 1 - 1
www/protected/services/CouponService.php

@@ -3,7 +3,7 @@
 class CouponService extends Service{
     /**
      * giveCoupon 给单个用户发放代金券
-     * @author leeon <leeon_on@qq.com>
+     * @author   >
      * @param mongoID $user_id 用户mongoid
      * @param mongoID $coupon_id 代金券mongoid
      * @param int $start_time 代金券可以使用的开始时间