Skip to content

Commit

Permalink
Merge pull request qcloudsms#3 from svcvit/master
Browse files Browse the repository at this point in the history
fix some bug on SmsVoiceVerifyCodeSender
  • Loading branch information
qcloudsms authored Feb 8, 2018
2 parents e869579 + 6f3b195 commit 9f7e870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcloudsms_py/voice.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def send(self, nation_code, phone_number, msg,
"nationcode": str(nation_code),
"mobile": str(phone_number)
},
"msg": "msg",
"msg": msg,
"playtimes": int(playtimes),
"sig": util.calculate_signature(
self._appkey, rand, now, [phone_number]),
Expand Down

0 comments on commit 9f7e870

Please sign in to comment.