类 | 说明 |
---|---|
LPAdminAuthModel | |
LPAnswerEndModel | |
LPAnswerModel | |
LPAnswerRacerEndModel |
Created by yongjiaming on 2019-05-27
|
LPAnswerRacerStartModel |
Created by yongjiaming on 2019-05-27
|
LPAnswerRankModel | |
LPAnswerRankModel.AnswerRankContent | |
LPAnswerRecordModel | |
LPAnswerSheetModel |
Created by yangjingming on 2018/6/4.
|
LPAnswerSheetOptionModel |
Created by yangjingming on 2018/6/5.
|
LPAttentionAlertModel | |
LPAttentionEndModel | |
LPAwardAllRecord |
Created by yongjiaming on 2020-01-19
Describe:
|
LPAwardUserInfo |
Created by yongjiaming on 2020-01-17
Describe:
|
LPBJTimerModel | |
LPBleDevice | |
LPBonusPointRemain |
Created by pengwenjian on 2021/7/21
Describe:
|
LPBonusPointsRankList |
Created by pengwenjian on 2021/7/21
Describe:
|
LPBonusPointsRankList.LPBonusPointsRank | |
LPBranchHallInfo | |
LPBranchHallListInfo | |
LPBroadcastModel | |
LPCheckRecordStatusModel |
Created by Shubo on 16/6/24.
|
LPCloudRecordModel |
Created by Shubo on 16/6/27.
|
LPCloudRecordModel.LPRecordOptionModel | |
LPCloudRecordModel.LPRecordValueModel | |
LPCommandLotteryModel |
Created by pengwenjian on 2020/8/24
Describe:
|
LPComponentDestroyModel | |
LPComponentDestroyModel.ValueBean | |
LPDataModel |
Created by yanglei on 16/4/6.
|
LPDataUserModel | |
LPDisableOtherStuVideoModel | |
LPDivideGroupModel |
Created by Dujuncan on 18/10/24.
|
LPDivideGroupModel.GroupInfo | |
LPDocExtraModel | |
LPDocTranslateProgressModel | |
LPDocumentImageModel | |
LPDocumentModel |
Created by lijiazhi on 16/4/6.
|
LPDocumentModel.LPDocPageInfoModel | |
LPDocumentModel.PageListItem | |
LPDocUpdateExtraModel | |
LPDocViewElementModel | |
LPDocViewUpdateModel | |
LPDualTeacherInteractionModel |
双师 http://ewiki.baijiashilian.com/百家云/WEB服务端/双师互动系统/互动信令约定.md#page-nav-11
Created by Shubo on 2019/1/15.
|
LPDualTeacherStarChangeModel |
Created by yongjiaming on 2019-12-17
Describe:
|
LPExpressionModel |
Created by Shubo on 2017/5/3.
|
LPForbidUserModel |
Created by yongjiaming on 2018/11/6
|
LPGiftModel |
Created by lijiazhij on 16/4/7.
|
LPGroupAwardModel |
Created by pengwenjian on 2020/7/2
Describe:
|
LPGroupInfoAwardModel |
Created by pengwenjian on 2020/7/2
Describe:
|
LPGroupInfoAwardModel.GroupsBean | |
LPGroupItem |
分组信息
20190712
panzq
|
LPH5DocPlayModeModel | |
LPHeartBeatModel |
Created by Shubo on 2017/1/14.
|
LPInteractionAwardModel |
Created by yongjiaming on 2018/11/16
http://ewiki.baijiashilian.com/%E7%99%BE%E5%AE%B6%E4%BA%91/%E5%89%8D%E7%AB%AF/%E7%9B%B4%E6%92%AD/%E7%9B%B4%E6%92%AD%E4%BF%A1%E4%BB%A4-%E5%B9%BF%E6%92%AD.md
|
LPInteractionAwardModel.AwardValue | |
LPIpAddress |
Created by yanglei on 16/4/6.
|
LPJoinCodeEnterRoomModel |
Created by yongjiaming on 4/16/21
参加码进房间model
|
LPJsonModel |
Created by yanglei on 16/4/7.
|
LPKVModel |
Created by Shubo on 2017/2/27.
|
LPLiveGiftModel |
直播带货礼物 model
|
LPLiveProductModel |
直播带货商品 Model
http://ewiki.baijiashilian.com/%E7%99%BE%E5%AE%B6%E4%BA%91/WEB%E6%9C%8D%E5%8A%A1%E7%AB%AF/APP%E5%90%8E%E7%AB%AF/%E7%9B%B4%E6%92%AD%E5%B8%A6%E8%B4%A7%E6%95%99%E5%AE%A4%E8%8E%B7%E5%8F%96%E5%95%86%E5%93%81%E5%88%97%E8%A1%A8.md
|
LPLoginModel |
Created by yanglei on 16/4/6.
|
LPLoginModel.LPNetworkCDN | |
LPLotteryResultModel |
Created by pengwenjian on 2020/8/24
Describe:
|
LPMediaModel |
Created by Shubo on 16/4/7.
|
LPMediaPublishReqModel |
Created by Shubo on 2018/11/14.
|
LPMediaPublishReqModel.LPMediaPublishReqDefinitionModel | |
LPMediaResolutionModel |
Created by Shubo on 2017/9/7.
|
LPMessageAtUserModel | |
LPMessageDataModel |
表情: {"type": "emoji", "key": "wx"}
图片: {"type": "image", "url": "https://xxxx", "width": 100, "height": 50}
礼物打赏: {"type": "reward-gift", "giftImg": "https://xxxx", "giftName": "666", "isFloat": "1"}
现金打赏: {"type": "reward-cash", "price": "0.01"}
Created by Shubo on 2017/5/25.
|
LPMessageModel |
总结一下 message_send 信令相关改动:
1、纯文本消息使用 content 字段,其它消息使用新字段,目前包括表情、图片;
2、增加 data 字段,JSON 格式;
表情: {"type": "emoji", "key": "wx"}
图片: {"type": "image", "url": "https://xxxx", "width": 100, "height": 50}
3、需要兼容以前版本 SDK、客户端;
发表情、图片时,在发送 data 的同时 content 字段也发 [key]、[img|url] 格式;
收表情、图片时,如果没有 data 字段,仍然支持从 content 字段解析 [key]、[img|url] 格式;
Created by lijiazhij on 16/4/7.
|
LPMessageReferenceModel | |
LPMessageRevoke | |
LPMessageTranslateModel |
Created by Dujuncan on 2019/2/19
|
LPMessageUserModel |
Entity mapped to table "LPMESSAGE_USER_MODEL".
|
LPMirrorModeListModel |
Created by yongjiaming on 2021/3/15
Describe:
|
LPMirrorModeModel |
Created by yongjiaming on 2021/3/13
Describe:
|
LPMotionEvent | |
LPPKStatusModel | |
LPPlaybackProcessStatusModel |
Created by Shubo on 2018/11/30.
|
LPPlayerViewUpdateModel |
Created by Dujuncan on 18/11/2
|
LPPlayerViewUpdateModel.PlayerPosition | |
LPPointF | |
LPPresenterChangeModel |
Created by wangkangfei on 17/6/9.
|
LPPresenterLossRateModel |
Created by yongjiaming on 2019-04-23
|
LPQuestionCategoryModel | |
LPQuestionForbidResModel | |
LPQuestionPubModel | |
LPQuestionPubTriggerModel |
Created by yongjiaming on 2019-10-30
Describe:
|
LPQuestionPullListItem | |
LPQuestionPullReqModel | |
LPQuestionPullResItem | |
LPQuestionPullResModel | |
LPQuestionSendModel | |
LPQuestionSendReqModel | |
LPQuizCacheModel | |
LPQuizListModel | |
LPQuizModel |
小测试卷
|
LPQuizOptionModel |
小测试卷问题里面的选项
|
LPQuizQuestionModel |
小测试卷里面的问题
|
LPQuizUrlModel | |
LPRandomSelectValueModel |
Created by Dujuncan on 2019/3/26
|
LPRedPacketModel |
抢红包广播
interaction_red_packet
|
LPRoomForbidAllModel |
全体禁言
panzq
20190902
message_send_forbid_all_trigger/message_send_forbid_all
|
LPRoomForbidChatResult |
聊天禁言通知
panzq
20190903
|
LPRoomRollCallResultModel |
Created by pengwenjian on 2021/1/12
Describe:
|
LPRoomRollCallResultModel.User | |
LPRoomServerAdditionUserModel |
Created by Shubo on 2019-11-11.
|
LPSDKReportModel | |
LPShapeModel |
Created by Shubo on 16/5/4.
|
LPShapeModel.ShapePoint | |
LPShortResult<T> |
Created by yanglei on 16/4/28.
|
LPSignalUserModel |
Created by pengwenjian on 2021/9/11
Describe:
|
LPSignEnterRoomModel |
Created by yongjiaming on 4/16/21
签名进房间model
|
LPSnippetPublishModel |
Created by yongjiaming on 2019/3/24
|
LPSnippetPublishModel.User | |
LPSnippetPullAllResModel |
Created by pengwenjian on 2021/11/26
Describe:
|
LPSnippetPullReqModel |
Created by yongjiaming on 2019-11-11
Describe:
|
LPSnippetPullResModel |
Created by yongjiaming on 2019/3/24
|
LPSnippetSubmitModel |
Created by yongjiaming on 2019/3/24
提交&参与作答model
|
LPSpeakInviteConfirmModel | |
LPSpeakInviteModel |
Created by wangkangfei on 17/7/25.
|
LPStudyReEnterInfo |
Created by pengwenjian on 2020/12/18
Describe:
|
LPStudyReportModel | |
LPStudyRoomHangUp |
Created by pengwenjian on 2020/12/14
Describe: 自习室守则
|
LPStudyRoomNote |
Created by pengwenjian on 2020/12/14
Describe: 自习室守则
|
LPStudyRoomQuestionModel |
Created by pengwenjian on 2021/3/4
Describe:
|
LPStudyRoomStatusModel |
Created by pengwenjian on 2020/12/28
Describe:
|
LPStudyRoomTutorAnswerModel |
Created by pengwenjian on 2021/3/11
Describe:
|
LPStudyRoomTutorModel |
Created by pengwenjian on 2021/1/26
Describe:
|
LPStudyUserStatus |
Created by pengwenjian on 2020/12/12
Describe:
|
LPSurveyAnswerModel |
Created by Shubo on 2017/3/6.
|
LPSurveyModel |
Created by Shubo on 2017/3/6.
|
LPSurveyOptionModel |
Created by Shubo on 2017/3/6.
|
LPSurveyStatisticModel |
Created by Shubo on 2017/3/6.
|
LPTimerModel |
http://ewiki.baijiashilian.com/%E7%99%BE%E5%AE%B6%E4%BA%91/%E5%89%8D%E7%AB%AF/%E7%9B%B4%E6%92%AD/%E7%9B%B4%E6%92%AD%E4%BF%A1%E4%BB%A4-%E5%B9%BF%E6%92%AD.md#page-nav-29
|
LPTimerModel.ValueBean | |
LPTSModel |
Created by Shubo on 2019-10-15.
|
LPTurntableModel | |
LPUploadDocModel |
Created by yanglei on 16/5/20.
|
LPUploadDocumentUserModel | |
LPUploadHomeworkUserModel | |
LPUploadingDocumentModel | |
LPUploadScreenshotResult |
Created by Dujuncan on 2019/3/21
|
LPUserAnswerDetail | |
LPUserModel | |
LPVideoScreenshot |
Created by Dujuncan on 2019/3/20
|
LPVideoSizeModel |
Created by Shubo on 2017/7/12.
|
LPVoteUserModel | |
LPWareHouseFileModel |
Created by Shubo on 16/6/24.
|
LPWareHouseFileTransferModel |
Created by Shubo on 16/6/25.
|
LPWarmingUpVideoModel |
Created by pengwenjian on 2021/7/14
Describe:
|
LPWarmingUpVideoModel.ListBean | |
LPWebPageInfoModel |
Created by Dujuncan on 2019/3/26
|
LPWhisperListModel |
Created by pengwenjian on 2021/9/3
Describe:
|
LPWhiteboardViewInfo |
Created by yongjiaming on 2020/3/25
Describe:封装当前wb信息
|
RedPacketTopList | |
RedPacketTopModel |
红包排名数据类
|
枚举 | 说明 |
---|---|
LPDualTeacherStarChangeModel.InterfaceType |