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

Fix verifySmsTemplate bug. #42

Merged
merged 1 commit into from
Jan 5, 2016
Merged

Fix verifySmsTemplate bug. #42

merged 1 commit into from
Jan 5, 2016

Conversation

zgldh
Copy link

@zgldh zgldh commented Jan 5, 2016

这点排查了2天。 templates的数组形式应该为

    [
        'Submail'=>'1q2w3e4r',
        'YunTongXun'=>'1q2w3e4r'
    ]

而不是

    [
        ['Submail'=>'1q2w3e4r'],
        ['YunTongXun'=>'1q2w3e4r']
    ]

toplan added a commit that referenced this pull request Jan 5, 2016
Fix verifySmsTemplate bug.
@toplan toplan merged commit 5f6d884 into toplan:master Jan 5, 2016
@toplan
Copy link
Owner

toplan commented Jan 5, 2016

thanks! good job!

@toplan
Copy link
Owner

toplan commented Jan 5, 2016

赞!已发布v2.2.2

@zhanghuanchong
Copy link

👍

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.

3 participants