|
|
### 保障信息
|
|
|
|
|
|
#### 调用地址
|
|
|
```
|
|
|
/
|
|
|
```
|
|
|
|
|
|
#### 传参
|
|
|
|
|
|
```
|
|
|
{'action': 'guarantee_info', 'digest': '38856015f0db20d03ae53eed97f91fdd', 'plat_name':'陆金所'}
|
|
|
```
|
|
|
|传参|说明|是否必填|
|
|
|
|:---|:---|:---|
|
|
|
|action|接口名|是|
|
|
|
|digest|公司digest|是|
|
|
|
|plat_name|平台名称|是|
|
|
|
|
|
|
#### 返回值
|
|
|
```
|
|
|
{
|
|
|
status: 0,
|
|
|
message: "请求成功",
|
|
|
data: {
|
|
|
claim_transfer: "随时",
|
|
|
capital_trusteeship: "无托管",
|
|
|
invest_guarantee: "本息垫付",
|
|
|
guarantee_type: "融资性担保公司",
|
|
|
assure_organization: "平安融资担保(天津)有限公司(承保20000万)"
|
|
|
}
|
|
|
}
|
|
|
```
|
|
|
|
|
|
|返回值|说明|
|
|
|
|:---|:---|
|
|
|
|claim_transfer |债权转让|
|
|
|
|capital_trusteeship|资金托管|
|
|
|
|invest_guarantee|投标保障|
|
|
|
|guarantee_type|保障模式|
|
|
|
|assure_organization|担保机构|
|
|
|
|
|
|
#### 示例
|
|
|
http://shuidi.dev.pingansec.com/?action=guarantee_info&digest=38856015f0db20d03ae53eed97f91fdd&plat_name=%E9%99%86%E9%87%91%E6%89%80 |
|
|
\ No newline at end of file |