Browse Source

修复问题

xx 1 year ago
parent
commit
28a45b9f80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/module/codec.cpp

+ 1 - 1
src/module/codec.cpp

@@ -59,6 +59,6 @@ void module::codec::regist(sol::state* lua)
         "to_gbk", &module::codec::to_gbk,
         "md5", &module::codec::md5,
         "sha1", &module::codec::sha1,
-        "sha256", &module::codec::sha256,
+        "sha256", &module::codec::sha256
     );
 }