Commit 025a4b9f authored by hupantingxue's avatar hupantingxue

Fix issue;

parent b0b556dd
...@@ -168,7 +168,7 @@ class JPushClient: ...@@ -168,7 +168,7 @@ class JPushClient:
msg_type = 1 msg_type = 1
msg_content = self._gen_content(msgtitle, msg_content, msg_content = self._gen_content(msgtitle, msg_content,
msg_type, extras) msg_type, extras)
receiver_value = tag receiver_value = registrationid
verification_code = self._gen_verification_code(sendno, verification_code = self._gen_verification_code(sendno,
receiver_type, receiver_type,
receiver_value) receiver_value)
...@@ -183,7 +183,7 @@ class JPushClient: ...@@ -183,7 +183,7 @@ class JPushClient:
msg_type = 2 msg_type = 2
msg_content = self._gen_content(msgtitle, msg_content, msg_content = self._gen_content(msgtitle, msg_content,
msg_type, extras) msg_type, extras)
receiver_value = tag receiver_value = registrationid
verification_code = self._gen_verification_code(sendno, verification_code = self._gen_verification_code(sendno,
receiver_type, receiver_type,
receiver_value) receiver_value)
......
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