解约接口修改
<p><strong>简要描述:</strong> </p>
<ul>
<li>1.解约接口修改
<strong>请求URL:</strong> </li>
<li><code>/wx/cycle/pay/cancel/contract</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </li>
</ul>
<p><strong>参数:</strong> </p>
<ul>
<li>
<table>
<thead>
<tr>
<th style="text-align: left;">新增参数 comefrom</th>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">comefrom</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>请求来源 2 微信公众号 4 APP 5 天天车宝</td>
</tr>
</tbody>
</table>
</li>
</ul>
<p>token</p>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"data": {
"redirectUrl": "https://testmpay.sina.com.cn/authorizeClose?ft=317f522b-8046-4dd2-9965-b1c260b38a65",
"contractType": 4
},
"message": "success"
}
</code></pre>
<ul>
<li>当返回 contractType = 4时,需要跳转到redirectUrl新浪的页面去解约</li>
</ul>