feat: reward verify is ready

This commit is contained in:
RockYang
2023-07-21 22:29:14 +08:00
parent dd88622c64
commit e02badf7bb
7 changed files with 109 additions and 9 deletions

View File

@@ -15,4 +15,5 @@ ALTER TABLE `chatgpt_rewards`
ALTER TABLE `chatgpt_rewards`
MODIFY `id` int NOT NULL AUTO_INCREMENT;
COMMIT;
update chatgpt_users set calls=0