en.js 779 B

12345678910111213141516171819202122232425262728293031323334
  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. 51013: 'Invalid apple_virtual',
  18. 52001: 'NotExist payOrder',
  19. 52002: 'NotExist notifyUrl',
  20. 53001: 'Create payment error',
  21. 53002: 'Refund error',
  22. 53003: 'Query refund error',
  23. 53004: 'Close order error',
  24. 53005: 'Cert verify error',
  25. 54001: 'Invalid verification',
  26. 54002: 'Order not paid'
  27. };
  28. module.exports = {
  29. ...word,
  30. ...sentence
  31. }