Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.21 KB

File metadata and controls

16 lines (12 loc) · 1.21 KB

ABogusModel

ABogusModel

Properties

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

[Back to Model list] [Back to API list] [Back to README]