浏览代码

修复bug

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)))