order.php 493 B

12345678910
  1. <?php
  2. return [
  3. '余额不足请前往充值' => 'If the balance is insufficient, please go to recharge',
  4. '订单不存在' => 'Order does not exist',
  5. '参数有误,无可用产品' => 'Parameter error, no available products',
  6. '抢购已结束' => 'The sale has ended',
  7. '交易金额不能为空' => 'The transaction amount cannot be empty. The',
  8. '交易Hash不能为空' => 'transaction hash cannot be empty.',
  9. ];