en.js 746 B

123456789101112131415161718192021222324252627282930313233
  1. const word = {
  2. };
  3. const sentence = {
  4. 50403: 'Permission denied',
  5. 51001: 'Invalid out_trade_no',
  6. 51002: 'Invalid code',
  7. 51003: 'Invalid order_no',
  8. 51004: 'Invalid type',
  9. 51005: 'Invalid total_fee',
  10. 51006: 'Invalid description',
  11. 51007: 'Invalid provider',
  12. 51008: 'Invalid clientInfo',
  13. 51009: 'Invalid cloudInfo',
  14. 51010: 'Invalid out_trade_no or transaction_id',
  15. 51011: 'Invalid wxpay_virtual',
  16. 51012: 'Invalid buy_quantity',
  17. 52001: 'NotExist payOrder',
  18. 52002: 'NotExist notifyUrl',
  19. 53001: 'Create payment error',
  20. 53002: 'Refund error',
  21. 53003: 'Query refund error',
  22. 53004: 'Close order error',
  23. 53005: 'Cert verify error',
  24. 54001: 'Invalid verification',
  25. 54002: 'Order not paid'
  26. };
  27. module.exports = {
  28. ...word,
  29. ...sentence
  30. }