Commit 8c94ad23 authored by xiaosl's avatar xiaosl

实名认证切换

parent ee05469b
...@@ -42,8 +42,10 @@ public class XCFQPictureParsingImpl implements UserPictureParsing { ...@@ -42,8 +42,10 @@ public class XCFQPictureParsingImpl implements UserPictureParsing {
/** /**
* 认证相关的数据 * 认证相关的数据
*/ */
private String host = "https://ocridcards.market.alicloudapi.com"; //private String host = "https://ocridcards.market.alicloudapi.com";
private String path = "/idCardAuto"; //"/idimages"; //private String path = "/idimages";
private String host = "https://ocridcard.market.alicloudapi.com";
private String path = "/idCardAuto";
private String method = "POST"; private String method = "POST";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment