Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update QRCode.php #17

Merged
merged 1 commit into from
May 15, 2015
Merged

Update QRCode.php #17

merged 1 commit into from
May 15, 2015

Conversation

gundanx10
Copy link

qrcode 生成传参错误

qrcode 生成传参错误
@@ -55,7 +55,7 @@ public function __construct($appId, $appSecret)
public function forever($sceneValue, $type = self::SCENE_QR_FOREVER)
{
$sceneKey = $type === self::SCENE_QR_FOREVER ? 'scene_id' : 'scene_str';
$scene = array($sceneKey => $sceneValue);
$scene = array('scene'=>array($sceneKey => $sceneValue));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

空格

@overtrue
Copy link
Collaborator

感谢,请先修一下空白

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants