Commit 64e73e46 by zhangchen

测试路径

parent d211c7f5
Showing with 2 additions and 2 deletions
...@@ -77,12 +77,12 @@ ...@@ -77,12 +77,12 @@
function send() { function send() {
var message = document.getElementById('text').value; var message = document.getElementById('text').value;
var bodys = new Array(1); var bodys = new Array(1);
var body = {"deviceId":"15D4037493C275B949FE6FDB3C0047F532","courseName":"旭宝","userId":"13525833395,19821271996,18983401147"}; var body = {"deviceId":"15D4037493C275B949FE6FDB3C0047F532","courseName":"旭宝","u":"13525833395"};
bodys[0] = body; bodys[0] = body;
//bodys["uid"] = "19821271996"; //bodys["uid"] = "19821271996";
message = { message = {
"id":"1234567", "id":"1234567",
"code":"005", "code":"002",
"body":body "body":body
} }
//alert(JSON.stringify(message)); //alert(JSON.stringify(message));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment