errcode.php 323 B

12345678910111213141516
  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_NETERROR = 204;
  8. const PROVIDER_OVERLOAD = 205;
  9. const MERCHANT_PRICE_UNSETTING = 206;
  10. const MERCHANT_REFILL_CHLIMIT = 207;
  11. const MERCHANT_REFILL_DBERROR = 208;
  12. }