Charlie 9 жил өмнө
parent
commit
89b40aff1f

+ 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']);