更新 src/aliyunsdk.h

This commit is contained in:
2026-05-07 23:40:31 +08:00
parent 3c18e449d0
commit c6b0e76f4a

View File

@@ -21,6 +21,7 @@ namespace module
// 通过 imodule 继承
virtual void regist_global(const char* name, sol::state* lua);
virtual void delete_global() { delete this; }
virtual void self_free() {}
private:
std::string m_access_key_id;
std::string m_access_key_secret;