qq小程序优化

feat/task1-c-wallet
Devil 2019-12-01 00:44:39 +08:00
parent 076ddb1898
commit b4b83012ef
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class QQ
}
// 缓存存储
$data_key = 'wechat_user_info_'.$openid;
$data_key = 'qq_user_info_'.$openid;
SS($data_key, $data);
return $data;