peng пре 2 година
родитељ
комит
f2c956adf9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Service/DevicePushService.py

+ 1 - 1
Service/DevicePushService.py

@@ -184,7 +184,7 @@ class DevicePushService:
                     elif push_type == 2:  # android jpush
                         result['do_jpush_code'] = cls.do_jpush(**kwag_args)
                     elif push_type == 4:  # android xmpush
-                        result['do_xmpush_code'] = cls.do_jpush(**kwag_args)
+                        result['do_xmpush_code'] = cls.do_xmpush(**kwag_args)
             return result
         except Exception as e:
             LOGGING.info('异常详情,errLine:{}, errMsg:{}'.format(e.__traceback__.tb_lineno, repr(e)))