Name | Type | Description | Notes |
---|---|---|---|
Url | string | Url,请求的API URL,需要使用urlencode(url, safe='*')进行编码 | The requested API URL, needs to be encoded using urlencode(url, safe='*') |
Data | string | Data,POST请求API时的载荷数据,需要使用urlencode(data, safe='*')进行编码 | The payload data when requesting the API with POST, needs to be encoded using urlencode(data, safe='*') |
UserAgent | string | User Agent,请求API时的User-Agent | User-Agent when requesting the API |
Index0 | int32 | Index 0,加密明文列表的第一个值,无特殊要求,默认为0 | [optional] [default to 0] |
Index1 | int32 | Index 1,加密明文列表的第一个值,无特殊要求,默认为1 | [optional] [default to 1] |
Index2 | int32 | Index 2,加密明文列表的第一个值,无特殊要求,默认为14 | [optional] [default to 14] |