Commit f49e7514 authored by fendouai's avatar fendouai

fix sms message error

parent eef88eb0
......@@ -28,7 +28,7 @@ class Push(object):
if self.notification is not None:
data['notification'] = self.notification
if self.smsmessage is not None:
data['sms_message'] = self.sms_message
data['sms_message'] = self.smsmessage
if self.options is not None:
data['options'] = self.options
if self.message is not None:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment