FWQ
修改ecshop让用户注册就发红包
1.首先在后台添加红包。如图: 2.修改文件。user.php 找到:228 行左右 if (register($username, $password, $email, $other) !== false) { 复制代码 添加: if (register($username, $password, $email, $other) !==…