1. 修改人人商城核销码有效时间


文件位置

/addons/ewei_shopv2/core/mobile/verifygoods/index.php

修改 codeinvalidtime 的值,默认有效时间是 1800秒(30分钟)

$data = array('verifycode' => $verifycode, 'codeinvalidtime' => time() + 1800);

2. 核销码失效时的提示文字修改


文件位置

/addons/ewei_shopv2/core/mobile/verify/verifygoods.php

修改提示文字

$this->message('核销码已失效,请退出订单重新进入,重新生成核销码!', '', 'error');

相关文章:

  • 2021-11-18
  • 2022-12-23
  • 2021-06-08
  • 2021-04-13
  • 2021-09-09
  • 2022-12-23
  • 2021-05-30
  • 2022-01-19
猜你喜欢
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
  • 2021-12-25
  • 2021-11-18
相关资源
相似解决方案