From f4804eac5e96c39ad89cb973226eefd0fdb7357b Mon Sep 17 00:00:00 2001 From: dengminjie Date: Thu, 29 Feb 2024 09:09:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86=E5=BA=93/?= =?UTF-8?q?=E8=AF=BA=E5=94=AF=E8=B5=9ECRM=E9=A1=B9=E7=9B=AE/CRM=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E6=8B=86=E8=A7=A3=E5=88=86=E6=9E=90/=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96=E7=BB=84=E4=BB=B6.md=20updated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CRM模块拆解分析/国际化组件.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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