Authored by mali

NFC分享界面接口去掉session校验

1 package com.yohoufo.product.controller; 1 package com.yohoufo.product.controller;
2 2
  3 +import com.yohoufo.common.annotation.IgnoreSession;
3 import com.yohoufo.product.service.impl.ProductIdentifyHandle; 4 import com.yohoufo.product.service.impl.ProductIdentifyHandle;
4 import org.slf4j.Logger; 5 import org.slf4j.Logger;
5 import org.slf4j.LoggerFactory; 6 import org.slf4j.LoggerFactory;
@@ -196,6 +197,7 @@ public class ProductIdentifyController { @@ -196,6 +197,7 @@ public class ProductIdentifyController {
196 @ApiRespCode(code=200,desc="查询成功") 197 @ApiRespCode(code=200,desc="查询成功")
197 @ApiRespCode(code=402,desc="查询失败") 198 @ApiRespCode(code=402,desc="查询失败")
198 @IgnoreSignature 199 @IgnoreSignature
  200 + @IgnoreSession
199 @RequestMapping(params = "method=ufo.product.shareIdentifyInfo") 201 @RequestMapping(params = "method=ufo.product.shareIdentifyInfo")
200 public ApiResponse shareIdentifyInfo(@RequestParam(value = "tagId", required = true) String tagId) throws GatewayException { 202 public ApiResponse shareIdentifyInfo(@RequestParam(value = "tagId", required = true) String tagId) throws GatewayException {
201 logger.info("enter shareIdentifyInfo with tagId={}", tagId); 203 logger.info("enter shareIdentifyInfo with tagId={}", tagId);