申请签约
<p><strong>接口说明 </strong></p>
<pre><code>请求接口: /ivm/api/quick/pay/sign/apply
请求方式: GET
接口说明: 申请签约</code></pre>
<p><strong>请求参数 </strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>长度</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>method</td>
<td>是</td>
<td>int</td>
<td>11</td>
<td>1支付宝,(2微信-暂无)</td>
</tr>
</tbody>
</table>
<p><strong>返回参数</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>string</td>
<td>状态值</td>
</tr>
<tr>
<td>msg</td>
<td>string</td>
<td>返回消息</td>
</tr>
<tr>
<td>data</td>
<td>string</td>
<td>签约报文</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": "0000",
"msg": "操作成功!",
"data": "alipay_sdk=alipay-sdk-java-3.7.110.ALL&app_id=2021001157629634&biz_content=%7B%22access_params%22%3A%7B%22channel%22%3A%22ALIPAYAPP%22%7D%2C%22external_agreement_no%22%3A%221273514610812821504%22%2C%22personal_product_code%22%3A%22GENERAL_WITHHOLDING_P%22%2C%22sign_scene%22%3A%22INDUSTRY%7CCARRENTAL%22%7D&charset=utf-8&format=json&method=alipay.user.agreement.page.sign&sign=ck3RikPbc9gSAigpiTukSHpyYQEjGn0M20hvGEYfULQljpuUZWuN%2B9wShFNREkGoNPTESKC8P2Fsx0HV2k9sbbNccPOIV4JuZrqWXcKDPS66PSAguH6FvdZQsY6eEXEa%2B%2FRG346gShC8aaLeJwPPWkL7c1wLOL%2BBYNzd0vQ1ayiGTWbg3cPgeWLL%2FclYRvDGBLalYFjB44iQBMfRmd2onEAdeCivBvZ7Z6tP0yKFecp3q9JOaapEl9TLa4ylc%2FzI8XdmtLI%2F2rjgDdm8dvWZzvVaKQnQmw23Cbit1ggPnvcJffWfEQxthxC0txnJAK6XxlxLJqTi6ncqre%2B8kabqkg%3D%3D&sign_type=RSA2&timestamp=2020-06-18+15%3A15%3A18&version=1.0"
}</code></pre>
<p><strong>接口备注</strong></p>