errcode.php 163 B

1234567891011121314
  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. }