获取交易通道
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取交易通道</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://192.168.3.243:86/admin/get_relation</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </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;">trade_relation_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 0,
"msg": "返回成功",
"time": 1572246933,
"data": {
"trade_relation_id": 1017,
"exist_partition": 1,
"select_partition": 1,
"mult_partition": 0,
"play_price_name": "",
"play_price_time": 0,
"access_pay": 1,
"goods_desc_type": 1,
"goods_desc_min_num": 1,
"goods_desc_max_num": 1,
"allow_video": 0,
"goods_examine": 0,
"goods_pic_min_num": 1,
"goods_pic_max_num": 1,
"goods_pic_title": "",
"goods_pic_tips": "",
"goods_pic_demo_img": ""
"need_auth": 购买此商品是否需要实名认证。0不需要。1需要
"extra_config": {//额外配置原数据
"qualified_img": {
"eg": "xx",
"top_tip": "sdfs",
"bottom_tip": "x"
}
},
"format_extra_config": [//额外配置格式化后的数据
{
"field": "qualified_img",
"data": {
"eg": "xx",
"top_tip": "sdfs",
"bottom_tip": "x"
}
}
]
}
}</code></pre>