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 #33

Merged
merged 4 commits into from
May 31, 2015
Merged

Update QRCode.php #33

merged 4 commits into from
May 31, 2015

Conversation

refear99
Copy link

官方在action_info中新增了一层数组 scene

refear99 added 3 commits May 31, 2015 02:45
官方在action_info中新增了一层数组 scene
官方在action_info中新增了一层数组 scene
'action_name' => $actionName,
'action_info' => $actionInfo,
'action_name' => $actionName,
'action_info' => array('scene' => $actionInfo)
Copy link
Collaborator

Choose a reason for hiding this comment

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

'action_info' => array('scene' => $actionInfo)

改成

'action_info' => array('scene' => $actionInfo),

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