shish 6 лет назад
Родитель
Сommit
7eb752352d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/client/controllers/UserController.php

+ 1 - 1
app/client/controllers/UserController.php

@@ -74,7 +74,7 @@ class UserController extends BaseController
 		if (!empty($user) && !empty($user['mobile'])) {
 			$userId = $user['id'];
 			UserAssetService::updateByUserId($userId, ['member' => 0]);
-			util::successInfo('操作成功', 'A0001', ['mobile' => $user['mobile']]);
+			util::success(['mobile' => $user['mobile']]);
 		}
 		$cacheKey = 'MINI_SESSION_KEY_' . $miniOpenId;
 		$sessionKey = Yii::$app->redis->executeCommand('GET', [$cacheKey]);