随机获取某个中文用户信息,包括手机号码、名字、邮箱、地址。 inspired by JJYING
GET http://api.sinchang.me/random/user
Response:
{
"status": 1,
"msg": "success",
"items": {
"mobile": "13744344091",
"email": "hata@gmail.com",
"name": "毛紫雨",
"address": "新疆维吾尔自治区乌鲁木齐市乌鲁木齐县水西沟镇2单元40室"
}
}
This content is released under the MIT License.