添加积分说明文案
<p><strong>简要描述:</strong> </p>
<ul>
<li>积分说明文案(有questionId就修改)</li>
</ul>
<p><strong>作者:</strong> </p>
<ul>
<li>缪汉晨</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/xtwl_write_interface/cmd</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必填</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">custId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>客户id</td>
</tr>
<tr>
<td style="text-align: left;">question</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>问题</td>
</tr>
<tr>
<td style="text-align: left;">answer</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>答案</td>
</tr>
<tr>
<td style="text-align: left;">questionId</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">问题id</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code> {
&quot;version&quot;: &quot;1.0&quot;,
&quot;modular&quot;: &quot;wIntegral&quot;,
&quot;requestname&quot;: &quot;addCopyIntegral&quot;,
&quot;param&quot;: {
&quot;authKey&quot;: &quot;0&quot;,
&quot;userKey&quot;: &quot;62CAEA007639270CE053C59E2C0ABDDB&quot;,
&quot;timeStamp&quot;: &quot;3423452353454&quot;,
&quot;secretKey&quot;: &quot;1233&quot;,
&quot;uuid&quot;: &quot;545&quot;,
&quot;dtype&quot;: &quot;2&quot;,
&quot;custId&quot;:&quot;BFE4F35998DB42FBB57CED6A1EC33AE7&quot;,
&quot;question&quot;:&quot;123&quot;,
&quot;answer&quot;:&quot;12321312&quot;
}
}
</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">string</td>
<td style="text-align: left;">问题id</td>
</tr>
<tr>
<td style="text-align: left;">resultcode/resultdesc</td>
<td style="text-align: left;">String</td>
<td>0成功/其它返回错误信息(0002,已收藏过该商家)</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;result&quot;: &quot;CED6B5FBF3044B89A564B1D07E28968C&quot;,
&quot;resultcode&quot;: &quot;0&quot;,
&quot;resultdesc&quot;: &quot;添加成功&quot;
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>