Commit 95182d53f35da65237e8e85fa3fb1246dc3c5bd5
1 parent
54bd82e3
biliChatSDK uid 写死int类型 90003
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/models/RolePlugin.lua
@@ -2767,7 +2767,7 @@ function RolePlugin.bind(Role) | @@ -2767,7 +2767,7 @@ function RolePlugin.bind(Role) | ||
2767 | 2767 | ||
2768 | local send = { | 2768 | local send = { |
2769 | game_id = 4818, | 2769 | game_id = 4818, |
2770 | - uid = uid, | 2770 | + uid = "90003", |
2771 | merchant_id = 1, | 2771 | merchant_id = 1, |
2772 | server_id = 3957, | 2772 | server_id = 3957, |
2773 | version = "1", | 2773 | version = "1", |