Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
explon committed Feb 17, 2016
1 parent 6a6a3e8 commit 28396c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/openid/weixin/weixin.php
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ public function get_jsapi_ticket($access_token)
return false;
}

AWS_APP::cache()->set($cached_ticket, $result['ticket'], 60);
AWS_APP::cache()->set($cached_ticket, $result['ticket'], 3600);

return $result['ticket'];
}
Expand Down

0 comments on commit 28396c6

Please sign in to comment.