Maven依赖
<p><strong>Maven依赖:</strong> </p>
<pre><code> <dependency>
<groupId>com.ipaynow</groupId>
<artifactId>rc_merchant_api</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</code></pre>
<p><strong>返回实体字段说明 QueryWxZfbRiskInfRespDto</strong></p>
<pre><code>
/**
* 微信风险等级
*/
private String wxRiskLevel;
/**
* 微信风险等级描述
*/
private String wxRiskLevelDesc;
/**
* 支付宝风险等级
*/
private String zfbRiskLevel;
/**
* 支付宝风险等级描述
*/
private String zfbRiskLevelDesc;
// 返回码
private String respCode;
// 返回信息
private String respMsg;
// 返回时间 格式'2016-09-12 15:07:10'
private String respTime;
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>queryWxZfbRiskInfRespDtoResult.getRespCode() 为0000成功,其他信息失败,失败信息 queryWxZfbRiskInfRespDtoResult.getRespMsg()</li>
</ul>