运营后台2.0


Maven依赖

<p><strong>Maven依赖:</strong> </p> <pre><code> &lt;dependency&gt; &lt;groupId&gt;com.ipaynow&lt;/groupId&gt; &lt;artifactId&gt;rc_merchant_api&lt;/artifactId&gt; &lt;version&gt;0.0.1-SNAPSHOT&lt;/version&gt; &lt;/dependency&gt; </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>

页面列表

ITEM_HTML