Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
feat: registerMessage mul-level data
Browse files Browse the repository at this point in the history
  • Loading branch information
薛争锋 committed Jun 7, 2018
1 parent e5cc56b commit 27bb7e2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions api-test.html
Expand Up @@ -556,9 +556,12 @@
registerMessage("PersonMessage",propertys);

var content = {
name:"RegisterMessage",
age:3,
gender:"male"
name: {
"first" : "Bob",
"last" : "Smith"
},
age: 3,
gender: "male"
};

var msg = new RongIMClient.RegisterMessage.PersonMessage(content);
Expand Down

0 comments on commit 27bb7e2

Please sign in to comment.