To automatically take yards
- Interface Path:
/open/pddGetFetchCode
- Request method:
POST
Parameter
Parameter name | Required | type | instructions |
---|---|---|---|
Digest | No | String | - |
Data | No | String | - |
Return parameter description
Parameter name | type | instructions | Value of the sample |
---|---|---|---|
Code | String | - | 000000000 |
Msg | String | - | success |
Data | Object | - | - |
Return the sample
{
"msg": "success",
"code": "000000000",
"data": ""
}