- 修改 ApiConfig 文件,添加分号 - 重命名 ConversationBean 中的属性,首字母大写 - 移除 HosConversationVIew 中的 onLoadMore 方法 - 新增 MessageHelper工具类,用于解析和处理消息 - 优化 HttpHelper 中的 response 处理逻辑 - 在 ToolsHelper 中添加 toString 方法,用于处理 ArrayBuffer (cherry picked from commit 73d8d98bbd6df6fef768a680c2af674a4b633013) # Conflicts: # app/src/main/ets/hospital/pages/reception/reception/HosConversationVIew.ets # app/src/main/ets/hospital/utils/MessageHelper.ets
11 行
245 B
Plaintext
11 行
245 B
Plaintext
{
|
|
"name": "@szyx/sdk_base",
|
|
"version": "1.0.7",
|
|
"description": "数字医信公司,鸿蒙app开发基础工具。",
|
|
"main": "Index.ets",
|
|
"author": "数字医信",
|
|
"license": "Apache-2.0",
|
|
"repository": "",
|
|
"dependencies": {}
|
|
}
|