Showing
1 changed file
with
2 additions
and
2 deletions
@@ -286,7 +286,7 @@ public class RealNameAuthorizeController { | @@ -286,7 +286,7 @@ public class RealNameAuthorizeController { | ||
286 | * 原接口保持不变,芝麻认证用新的接口 | 286 | * 原接口保持不变,芝麻认证用新的接口 |
287 | * 芝麻认证(初始化并购置返回url) | 287 | * 芝麻认证(初始化并购置返回url) |
288 | */ | 288 | */ |
289 | - @RequestMapping(params = "method=ufo.user.zhiMaCertWithPhotoInit") | 289 | + /*@RequestMapping(params = "method=ufo.user.zhiMaCertWithPhotoInit") |
290 | public ApiResponse zhiMaCertWithPhotoInit(RealNameAuthorizeReqVO reqVO) throws GatewayException { | 290 | public ApiResponse zhiMaCertWithPhotoInit(RealNameAuthorizeReqVO reqVO) throws GatewayException { |
291 | logger.info("enter realNameAuthorize.zhiMaCertWithPhotoInit param reqVO is {}", reqVO); | 291 | logger.info("enter realNameAuthorize.zhiMaCertWithPhotoInit param reqVO is {}", reqVO); |
292 | 292 | ||
@@ -325,7 +325,7 @@ public class RealNameAuthorizeController { | @@ -325,7 +325,7 @@ public class RealNameAuthorizeController { | ||
325 | apiResponse.setData(resultVo); | 325 | apiResponse.setData(resultVo); |
326 | return apiResponse; | 326 | return apiResponse; |
327 | 327 | ||
328 | - } | 328 | + }*/ |
329 | 329 | ||
330 | /** | 330 | /** |
331 | * 芝麻认证(初始化并购置返回url) | 331 | * 芝麻认证(初始化并购置返回url) |
-
Please register or login to post a comment