平台接口修改获取值

This commit is contained in:
lvleigang 2024-06-07 16:57:42 +08:00 committed by 476474485@qq.com
parent 3a9fcceb61
commit 3489a1e274
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ public class EntranceServiceImpl implements IEntranceService {
public Object platformInterface(ServletRequest servletRequest, ServletResponse servletResponse) throws InvocationTargetException, IllegalAccessException {
HttpServletRequest request = (HttpServletRequest) servletRequest;
//tailuo 要访问的Bean名称
String service = request.getHeader("tl");
String service = request.getHeader("yatl");
//bean方法
String serviceMethod = request.getHeader("yadj");
String body = ServletUtil.getBody(servletRequest);