constants.py 128 B

123456
  1. # -*- coding: utf-8 -*-
  2. # !/usr/bin/env python
  3. class JdPsiErrorCode(object):
  4. SUCCESS = "0000"
  5. PARAMETER_ERROR = "0001"