errcode.php 239 B

123456789101112131415
  1. <?php
  2. namespace refill;
  3. class errcode
  4. {
  5. const CANNOT_MATCH_PROVIDER = 202;
  6. const MERCHANT_SHORT_MONEY = 203;
  7. const MERCHANT_REFILL_ERROR = 204;
  8. const PROVIDER_OVERLOAD = 205;
  9. const MERCHANT_PRICE_UNSETTING = 206;
  10. }