Commit fec6db00 authored by xiaosl's avatar xiaosl

Merge branch 'chw-xsl-bug' into dev-chw

parents 21d25717 8c94ad23
......@@ -42,8 +42,10 @@ public class XCFQPictureParsingImpl implements UserPictureParsing {
/**
* 认证相关的数据
*/
private String host = "https://ocridcards.market.alicloudapi.com";
private String path = "/idCardAuto"; //"/idimages";
//private String host = "https://ocridcards.market.alicloudapi.com";
//private String path = "/idimages";
private String host = "https://ocridcard.market.alicloudapi.com";
private String path = "/idCardAuto";
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