feat: reward verify is ready

This commit is contained in:
RockYang
2023-07-21 22:29:14 +08:00
parent aa28f87b0c
commit b73092eb64
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