diff --git a/项目管理库/诺唯赞CRM项目/CRM模块拆解分析/国际化组件.md b/项目管理库/诺唯赞CRM项目/CRM模块拆解分析/国际化组件.md index 1febb73..c16e7ad 100644 --- a/项目管理库/诺唯赞CRM项目/CRM模块拆解分析/国际化组件.md +++ b/项目管理库/诺唯赞CRM项目/CRM模块拆解分析/国际化组件.md @@ -4,8 +4,7 @@ ## 二、代码运行截图: ## 三、使用方法 -1. 以组嵌入当前 -1. 方式引入在当前 springboot 工程引入 组件包 +1. 以嵌入当前工1. 方式引入在当前 springboot 工程引入 组件包 ``` xml 这里输入代码 @@ -121,7 +120,8 @@ public static String getTitle(String code) { private static International getByCode(String code, String type) { return (International)REDIS_UTILS.hget(getRedisKey(), getHashKey(code, type), International.class); } -``` +```![输入图片说明](/imgs/2024-02-26/MB4dmiMkF7TpxPCk.p +输入图片说明 请求前端接口:**GET** /crm-internation/international/findLangPackage header: tenantid:MID 参数: type:back @@ -133,8 +133,9 @@ private static International getByCode(String code, String type) { \ No newline at end of file