GET api/LendingBusiness/GetQRCoderInfo/{id}?manID={manID}
A2,根据产品ID+业务员ID,生成二维码
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
产品ID |
string |
Required |
| manID |
业务员ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A2,根据产品ID+业务员ID,生成二维码
ResultModelOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | string |
None. |
|
| count | integer |
None. |
|
| SessionKey | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": "sample string 3",
"count": 1,
"SessionKey": "sample string 4"
}
application/xml, text/xml
Sample:
<ResultModelOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RuitingCC.Solution.RESTfulApi.Models.Model"> <SessionKey>sample string 4</SessionKey> <code>1</code> <count>1</count> <data>sample string 3</data> <msg>sample string 2</msg> </ResultModelOfstring>