Charlie 9 years ago
parent
commit
89b40aff1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/protected/modules/o2o/controllers/WebController.php

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

@@ -46,7 +46,7 @@ class WebController extends O2oBaseController {
                         }
 
                         if($userAr->save()){
-
+        var_dump($userAr);exit;
                             //异步同步微信头像到七牛
                             if (!empty($userAr->unionid) && (strpos($userAr->avatar, 'qiniu') === false)) {
                                 $list = new ARedisList(Yii::app()->params['avatar_list']);