新需求-活动需求-盲盒转盘调通盘-调试

This commit is contained in:
2025-10-13 15:36:16 +08:00
parent fcbe37f846
commit ee65ea17d3
2 changed files with 3 additions and 2 deletions

View File

@@ -231,7 +231,8 @@ class User extends adminApi
'type' => $type,
'type_text' => $type_text,
];
$res = Db::name('block')->where($map)->delete();
Db::name('block')->where($map)->delete();
Db::name('sms_error')->where(['mobile' => $user_info['mobile']])->delete();
}
return V(1,"成功", null);
}