Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
李勇
/
McuClient
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
李勇
8 years ago
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
707cea8fc119caaeb0e8c7ed0fb0a837d623f3f1
707cea8f
1 parent
7029aa76
合并冲突解决
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
10 行增加
和
9 行删除
src/EngineEntrance.js
src/EngineEntrance.js
查看文件 @
707cea8
...
...
@@ -33,7 +33,7 @@ import QuestionApe from 'apes/QuestionApe';
import
UTF8
from
'utf-8'
;
let
loger
=
Loger
.
getLoger
(
'McuClient'
);
let
_sdkInfo
=
{
"version"
:
"v1.3
6.8.20170620
"
,
"author"
:
"www.3mang.com"
};
let
_sdkInfo
=
{
"version"
:
"v1.3
7.1.20170622
"
,
"author"
:
"www.3mang.com"
};
//APE
let
_sass
;
...
...
@@ -1233,13 +1233,7 @@ export default class MessageEntrance extends Emiter {
}
}
<<
<<
<<
<
HEAD
//ChatApe
// 发送聊天消息
_sendChatMsg
(
_messageInfo
)
{
if
(
!
_mcu
.
connected
)
{
loger
.
warn
(
GlobalConfig
.
getCurrentStatus
());
return
{
"code"
:
ApeConsts
.
RETURN_FAILED
,
"data"
:
""
};
===
===
=
//获取课堂所有参数 api/meeting/detail.do? flash中的接口文件是 getClassParam.do
_sassGetClassParamSuccessHandler
(
_data
)
{
loger
.
log
(
'获取课堂课堂信息完成.'
);
...
...
@@ -1407,7 +1401,14 @@ export default class MessageEntrance extends Emiter {
}
else
{
//根据用户的userIp获取信息,选点
this
.
getUserIpInfo
();
}
>>>
>>>
>
51
e886
c5e7fcd06f9e4a662071aaec162c455e1d
}
}
//ChatApe
// 发送聊天消息
_sendChatMsg
(
_messageInfo
)
{
if
(
!
_mcu
.
connected
)
{
loger
.
warn
(
GlobalConfig
.
getCurrentStatus
());
return
{
"code"
:
ApeConsts
.
RETURN_FAILED
,
"data"
:
""
};
}
if
(
_messageInfo
===
null
||
EngineUtils
.
isEmptyObject
(
_messageInfo
))
{
loger
.
log
(
'发送聊天消息失败->参数错误'
,
_messageInfo
);
...
...
请
注册
或
登录
后发表评论