Skip to content

Commit

Permalink
新增ipad server
Browse files Browse the repository at this point in the history
新增ipad server
调整test.html demo
增加62登录的接口 及webapi
  • Loading branch information
changtuiqie committed Nov 28, 2018
1 parent 48a0010 commit da5d4fd
Show file tree
Hide file tree
Showing 43 changed files with 55,058 additions and 2 deletions.
9 changes: 7 additions & 2 deletions html示例/Test.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@
var apihost = "localhost:22221";
if ("WebSocket" in window) {
// 打开一个 web socket
var ws = new WebSocket("ws://" + host + "/?uuid=" + uuid);
//扫码登录
var ws = new WebSocket("ws://" + host + "/?action=scan&uuid=" + uuid);
//62登录
//var username = '';
//var password = '';
//var str62 = ''
//var ws = new WebSocket("ws://" + host + "/?action=62&uuid=" + uuid + "&username=" + username + "&password=" + password + "&str62=" + str62);
ws.onopen = function () {

};
ws.onmessage = function (evt) {
var msg = JSON.parse( evt.data);
Expand Down
Binary file added ipad/EUtils.dll
Binary file not shown.
Binary file added ipad/Fleck.dll
Binary file not shown.
Binary file added ipad/Microsoft.Owin.Host.HttpListener.dll
Binary file not shown.
140 changes: 140 additions & 0 deletions ipad/Microsoft.Owin.Host.HttpListener.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added ipad/Microsoft.Owin.Hosting.dll
Binary file not shown.
Loading

0 comments on commit da5d4fd

Please sign in to comment.