算力功能提交

This commit is contained in:
wong
2025-09-29 17:37:21 +08:00
parent e1fce63876
commit ff7b583f07
5 changed files with 116 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ use think\Model;
class TokensRecord extends Model
{
protected $pk = 'id';
protected $name = 'kf_tokens_record';
protected $name = 'tokens_record';
// 自动写入时间戳
protected $autoWriteTimestamp = true;