소스 검색

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