作者 sgj
1 个管道 的构建 通过 耗费 0 秒

添加积分处理基础类

... ... @@ -222,6 +222,7 @@ class IndexController extends WeChatBaseController
$data['add_time']=time();
$result=db('sign_in')->insert($data);
if ($result){
addScore($data['user_id'],20,'签到打卡');
$this->success();
}else{
$this->error();
... ...