债权确认
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/Confirm_qqSummary</code> // /apis/sf_public?url=Confirm_qqSummary</li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
&quot;fxyz_picturefield&quot;:&quot;http://login.sxqfgy.com/static/images/logo.png&quot;, //签名地址
&quot;fxyz_confirm&quot;:&quot;同意&quot;, //确认情况
&quot;fbillno&quot;:&quot;1111&quot;, //单据编号
&quot;fxyz_imgtxt&quot;:&quot;base64&quot; //图片base64文本
}
</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;data&quot;: {
&quot;result&quot;: &quot;1&quot;
},
&quot;errorCode&quot;: &quot;0&quot;,
&quot;message&quot;: null,
&quot;status&quot;: true
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>