e 8 years ago
parent
commit
f30d379e8d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      www/protected/modules/o2o/controllers/RechargeController.php

+ 2 - 1
www/protected/modules/o2o/controllers/RechargeController.php

@@ -58,10 +58,11 @@ class  RechargeController extends O2oBaseController{
                         }
                     }';
                     echo $i++;
+                    var_dump(CommonFn::sendWxMessage($data));
                 }
                 $user_ids[] = $user->_id;
                 $user_ids = array_unique($user_ids);
-                var_dump(CommonFn::sendWxMessage($data));
+
             }
         }
         //end