HTTP_APPKEY | String | Required | | MIN: 32 | Common Put Your APPKEY |
needs | ArraySeperated with , | Optaion | address,barcode,color | | 需要模拟的数据类型,多个数据类型用英文逗号分割。支持以下数据类型:
- Address:地址数据,字段有state,stateAbbr,city,postcode,address,latitude,longitude
- Barcode:条形码数据,字段有ean13,ean8,isbn13,isbn10
- Color:颜色数据,字段有hexcolor,rgbcolor,rgbColorAsArray,rgbCssColor,safeColorName,colorName
- Company:公司数据,字段有catchPhrase,company,companySuffix
- Datetime:时间数据,字段有unixTime,iso8601,date,time,year,month,dayOfMonth,amPm
- Dev:开发数据,字段有md5,sha1,sha256
- Image:图片数据,字段有imageUrl
- Internet:网络数据,字段有email,userName,password,slug,ipv4,localIpv4,ipv6,macAddress
- Person:用户数据,字段有name,lastName,firstName,firstNameMale,firstNameFemale
- Phonenumber:电话数据,字段有phoneNumber
- Useragent:用户代理数据,字段有userAgent,chrome,firefox,safari,opera,internetExplorer
- Uuid:UUID数据,字段有uuid
|
total | Int | Optaion | 3 | MIN: 1 | 需要模拟的数据条目数量 |
is_return_as_object | Boolean | Optaion | true | | 每一组模拟数据是否以对象格式返回,否则以数组格式返回,可以根据需要选择是否需要合并在一起 |