修改微信支付
This commit is contained in:
parent
203a23db85
commit
aa030e770d
|
|
@ -214,7 +214,7 @@ class Wx extends MyController
|
|||
public function get_access_token()
|
||||
{
|
||||
$redis = (new \app\common\server\RedisHelper())->getRedis();
|
||||
$redis_key = 'wx_access_token';
|
||||
$redis_key = 'wx_access_token:' . self::$wx_appid;
|
||||
|
||||
$access_token_info = $redis->get($redis_key);
|
||||
if ($access_token_info) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user