平台接口修改获取值

This commit is contained in:
lvleigang 2024-06-07 16:57:42 +08:00
parent d2e75c67c0
commit 011483dead
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);