peng 2 anni fa
parent
commit
f2c956adf9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)))