<?php namespace refill; class errcode { const CANNOT_MATCH_PROVIDER = 202; const MERCHANT_SHORT_MONEY = 203; const MERCHANT_REFILL_ERROR = 204; }