Skip to content

Commit d32bd8a

Browse files
author
jianggang
authored
feat: update README.md
1 parent cea4e0a commit d32bd8a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,8 @@ public class Demo {
8989
config);
9090

9191
public void test() {
92-
FPUser user = new FPUser("user_unique_id");
93-
user.with("userId", "9876");
94-
user.with("tel", "12345678998");
92+
String uniqueUserId = /* uniqueUserId */;
93+
FPUser user = new FPUser(uniqueUserId).with("city", /* city */).with("gender", /* gender */).with("userId", /* userId */);
9594
boolean boolValue = fpClient.boolValue("bool_toggle_key", user, false);
9695
if (boolValue) {
9796
// application code to show the feature

0 commit comments

Comments
 (0)