| | |
| | |
|
| | | import javax.servlet.http.HttpServletRequest;
|
| | |
|
| | | import com.yeshi.fanli.util.SystemInfoUtil;
|
| | | import org.aspectj.lang.ProceedingJoinPoint;
|
| | | import org.aspectj.lang.annotation.Around;
|
| | | import org.aspectj.lang.annotation.Aspect;
|
| | |
| | | import com.yeshi.fanli.util.ThreadUtil;
|
| | |
|
| | | import net.sf.json.JSONObject;
|
| | | import org.yeshi.utils.SystemUtil;
|
| | |
|
| | | //客户端接口签名验证
|
| | | @Component
|
| | |
| | | return null;
|
| | | }
|
| | |
|
| | | if(acceptData!=null)
|
| | | acceptData.setSystem(SystemInfoUtil.getSystem(acceptData));
|
| | |
|
| | | final String url = request.getRequestURI();
|
| | | @SuppressWarnings("unchecked")
|
| | | final Map<String, Object> params = request.getParameterMap();
|