perf: 新增doo模块

This commit is contained in:
kuaifan 2023-03-15 07:37:39 +08:00
parent a21caab737
commit 9b8f848099
3 changed files with 2 additions and 1 deletions

View File

@ -648,7 +648,6 @@ class User extends AbstractModel
return null;
}
$botUser->updateInstance([
'bot' => 1,
'created_ip' => Base::getIp(),
]);
$botUser->save();

View File

@ -77,6 +77,8 @@ extern "C" {
extern void initialize(char* work, char* lang);
extern void setUserToken(char* token);
extern char* license();
extern char* licenseDecode(char* license);
extern GoUint8 licenseSave(char* license);
extern int userId();
extern char* userExpiredAt();
extern char* userEmail();

Binary file not shown.