# -*- coding: utf-8 -*- # !/usr/bin/env python class JdPsiErrorCode(object): SUCCESS = "0000" PARAMETER_ERROR = "0001"