获取客服链接
编号 : 12312312
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|
返回值
{
"code": 1,
"msg": "successful",
"time": "1752139731",
"data": {
"service_url": "https://sbumud.vvomutom.xyz/chat/customerOutLine?noCanClose=1&token=254f4040d9f095582acd345ccba3677f"
}
}
查询提现申请
编号 : 1
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|---|---|---|---|
| token | string | Y | token |
返回值
{
"code": 1,
"msg": "Return successful",
"time": "1751810151",
"data": {
"money": "100.00",
"infoList": [
{
"id": 15,
"user_id": 25,
"status": 1,
"amount": "100.00",
"bank_card": "123123123",
"bank_name": "12312312",
"real_name": "123123123",
"success_time": null,
"apply_success_time": "2025-07-06 21:52:52",
"error_time": null,
"remark": null,
"create_time": "2025-07-06 21:52:52",
"update_time": "2025-07-06 21:52:52"
}
]
}
}
备注
申请状态 1审核中 2通过 3失败
提现申请
编号 : 1
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|---|---|---|---|
| token | string | Y | token |
|
| amount | int | Y | 金额 |
|
| bank_card | string | Y | 银行卡号 |
|
| bank_name | string | Y | 银行名 |
|
| real_name | string | Y | 姓名 |
返回值
{
"code": 1,
"msg": "Return successful",
"time": "1751809969",
"data": {
"token": "66145fb5-53bf-4ad6-bf76-45037c110df4",
"amount": "100",
"bank_card": "123123123",
"bank_name": "12312312",
"real_name": "123123123"
}
}
备注
cycle 是zhouq
获取贷款周期
编号 : 1
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|
返回值
{
"code": 1,
"msg": "success",
"time": "1751801671",
"data": [
{
"id": 15,
"cycle": "24",
"rate": "20",
"createtime": 1751794585,
"updatetime": 1751794608
},
{
"id": 16,
"cycle": "12",
"rate": "15",
"createtime": 1751794630,
"updatetime": 1751794630
}
]
}
备注
cycle 是周期
获取手机基本价接口
编号 : 1
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|
返回值
{
"code": 1,
"data": {
"phone_info": [
{
"id": 1,
"phone_version": "iPhone11",
"children": [
{
"id": 1,
"phone_memory": "256",
"price": "500.00"
},
{
"id": 2,
"phone_memory": "512",
"price": "600.00"
}
]
},
{
"id": 2,
"phone_version": "iPhone12",
"children": [
{
"id": 1,
"phone_memory": "256",
"price": "700.00"
}
]
}
],
"phone_quantity": [
{
"id": 5,
"phone_quantity": 80,
"ratio": 80
},
{
"id": 6,
"phone_quantity": 70,
"ratio": 70
}
]
}
}
备注
ratio 是百分比 比如80% 接口返回的是80
退出登录
编号 : 1
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|---|---|---|---|
| token | string | Y | token |
获取区号
编号 : 1
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|
返回值
{
"code": 1,
"msg": "返回成功",
"time": "1750860963",
"data": [
{
"id": 1,
"country": "中国",
"code": "86",
"create_time": "2025-06-25 22:15:17",
"update_time": "2025-06-25 22:15:24"
}
]
}
1 条款 2关于我们
编号 : 1
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|---|---|---|---|
| type | int | Y | 1 条款 2关于我们 |
返回值
{
"code": 1,
"msg": "返回成功",
"time": "1750771397",
"data": {
"id": 1,
"type": 1,
"language_code": "zh-cn",
"note": "条款",
"create_time": null,
"update_time": null
}
}
跑马灯
编号 : 1
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|
返回值
{
"code": 1,
"msg": "返回成功",
"time": "1750771349",
"data": [
{
"id": 3,
"type": 3,
"language_code": "zh-cn",
"note": "跑马灯",
"create_time": null,
"update_time": null
}
]
}
首页轮播
编号 : 1
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|
返回值
{
"code": 1,
"msg": "返回成功",
"time": "1750771209",
"data": [
{
"id": 1,
"sort": 1,
"img": "/uploads/20250622/3d4182bd2764ce09f410ee1aa4f0feca.jpg",
"create_time": null,
"update_time": null
},
{
"id": 2,
"sort": 1,
"img": "/uploads/20250622/3d4182bd2764ce09f410ee1aa4f0feca.jpg",
"create_time": null,
"update_time": null
}
]
}
查看用户信息
编号 : 1
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|---|---|---|---|
| token | string | Y | token |
返回值
{
"code": 1,
"msg": "Logged in successful",
"time": "1751809743",
"data": {
"id": 25,
"username": "555",
"nickname": "555",
"password": "d268e25dab9e5d9703018467c8acf596",
"salt": "zuxlqN",
"email": null,
"area_code": null,
"mobile": "18727502293",
"avatar": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgaGVpZ2h0PSIxMDAiIHdpZHRoPSIxMDAiPjxyZWN0IGZpbGw9InJnYigxNjEsMTYwLDIyOSkiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48L3JlY3Q+PHRleHQgeD0iNTAiIHk9IjUwIiBmb250LXNpemU9IjUwIiB0ZXh0LWNvcHk9ImZhc3QiIGZpbGw9IiNmZmZmZmYiIHRleHQtYW5jaG9yPSJtaWRkbGUiIHRleHQtcmlnaHRzPSJhZG1pbiIgZG9taW5hbnQtYmFzZWxpbmU9ImNlbnRyYWwiPjU8L3RleHQ+PC9zdmc+",
"gender": 1,
"birthday": "1998-06-29",
"money": "0.00",
"successions": 1,
"maxsuccessions": 1,
"prevtime": 1751802086,
"logintime": 1751802086,
"loginip": "127.0.0.1",
"loginfailure": 0,
"loginfailuretime": null,
"joinip": "127.0.0.1",
"jointime": 1751802086,
"createtime": 1751802087,
"updatetime": 1751802087,
"token": "",
"status": "normal",
"verification": {
"email": 0,
"mobile": 0
},
"referral_code": null,
"is_apply": 1,
"is_withdraw": 0,
"url": "/u/25"
}
}
备注
is_withdraw 是否有提现 1有 0无
查看贷款申请状态
编号 : 1
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|---|---|---|---|
| token | string | Y | token |
返回值
{
"code": 1,
"msg": "返回成功",
"time": "1750688219",
"data": {
"id": 1,
"user_id": 3,
"type": 1,
"phone_version": "phone_version",
"phone_memory": "phone_memory",
"phone_quantity": "phone_quantity",
"phone_quantity_img": "phone_quantity_img",
"phone_img": "phone_img",
"real_name": "real_name",
"identity_card_code": "identity_card_code",
"identity_front_img": "identity_front_img",
"identity_back_img": "identity_back_img",
"identity_hand_img": "identity_hand_img",
"total_amount": "100.00",
"total_interests_amount": null,
"month_refund_amount": null,
"total_refund_amount": null,
"refund_success_time": null,
"refund_month_time": null,
"create_time": null,
"update_time": null,
"refund_month_time_text": ""
}
}
备注
`total_amount` '贷款总金额', `total_interests_amount` '总利息', `month_refund_amount` '每月还款金额', `total_refund_amount` '还款总金额', `refund_success_time` '贷款成功时间', `refund_month_time` '贷款时长(分多少月还款)', `type` '申请状态 1待申请 2通过 3失败',
修改密码
编号 : 1
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|---|---|---|---|
| token | string | Y | token |
|
| oldpassword | string | Y | 旧密码 |
|
| newpassword | string | Y | 新密码 |
|
| renewpassword | string | Y | 确认密码 |
返回值
{
"code": 1,
"msg": "重置密码成功",
"time": "1750687521",
"data": "/api/user/login.html"
}
忘记密码
编号 : 1
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|---|---|---|---|
| token | string | Y | token |
|
| mobile | string | Y | 手机号 |
|
| newpassword | string | Y | 密码 |
|
| captcha | string | Y | 验证码 |
|
| type | string | Y | mobile:手机号 email:邮箱 |
返回值
{
"code": 1,
"msg": "重置密码成功",
"time": "1750686659",
"data": null
}
申请贷款
编号 : 1
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|---|---|---|---|
| phone_version | string | N | 手机型号 |
|
| phone_memory | string | N | 手机内存 |
|
| phone_quantity | string | N | 手机电量 |
|
| phone_quantity_img | string | N | 手机电量图片 |
|
| phone_img | string | N | 手机图片 |
|
| real_name | string | Y | 真实姓名 |
|
| identity_card_code | string | Y | 身份证号 |
|
| identity_front_img | string | Y | 身份证正面图 |
|
| identity_back_img | string | Y | 身份证背面图 |
|
| identity_hand_img | string | Y | 手持身份证图 |
|
| total_amount | int | Y | 贷款总金额 |
|
| code | int | Y | 验证码 |
|
| month_amount | int | Y | 月收入 |
|
| phone | string | Y | 手机号 |
|
| refund_month_time | int | Y | 贷款周期 |
返回值
{
"code": 1,
"msg": "返回成功",
"time": "1750597636",
"data": {
"phone_version": "phone_version",
"phone_memory": "phone_memory",
"phone_quantity": "phone_quantity",
"phone_quantity_img": "phone_quantity_img",
"phone_img": "phone_img",
"real_name": "real_name",
"identity_card_code": "identity_card_code",
"identity_front_img": "identity_front_img",
"identity_back_img": "identity_back_img",
"identity_hand_img": "identity_hand_img",
"total_amount": "100",
"token": "7c7505c1-f2ac-4f59-90e1-75f5ed543198"
}
}
文件上传
编号 : 7
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|---|---|---|---|
| token | string | Y | 用户token |
|
| file | file | Y | 文件 |
返回值
{
"code": 1,
"msg": "上传成功",
"time": "1750595640",
"data": {
"url": "/uploads/20250622/3d4182bd2764ce09f410ee1aa4f0feca.jpg",
"fullurl": "http://127.0.0.1/uploads/20250622/3d4182bd2764ce09f410ee1aa4f0feca.jpg"
}
}
登录
编号 : 7
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|---|---|---|---|
| account | string | Y | 账号 |
|
| password | string | Y | 密码 |
返回值
{
"code": 1,
"msg": "登录成功",
"time": "1750595134",
"data": {
"userinfo": {
"id": 2,
"username": "yyy",
"nickname": "yyy",
"mobile": "18727502293",
"avatar": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgaGVpZ2h0PSIxMDAiIHdpZHRoPSIxMDAiPjxyZWN0IGZpbGw9InJnYigyMjksMjI3LDE2MCkiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48L3JlY3Q+PHRleHQgeD0iNTAiIHk9IjUwIiBmb250LXNpemU9IjUwIiB0ZXh0LWNvcHk9ImZhc3QiIGZpbGw9IiNmZmZmZmYiIHRleHQtYW5jaG9yPSJtaWRkbGUiIHRleHQtcmlnaHRzPSJhZG1pbiIgZG9taW5hbnQtYmFzZWxpbmU9ImNlbnRyYWwiPlk8L3RleHQ+PC9zdmc+",
"token": "7c7505c1-f2ac-4f59-90e1-75f5ed543198",
"user_id": 2,
"createtime": 1750595137,
"expiretime": 1753187137,
"expires_in": 2591998
}
}
}
注册
编号 : 6
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|---|---|---|---|
| mobile | string | Y | 手机号 |
|
| string | Y | 邮箱 |
||
| password | string | Y | 密码 |
|
| username | string | Y | 用户名 |
|
| code | string | Y | 验证码 |
|
| gender | int | Y | 性别 1男2女 |
|
| birthday | data | Y | 生日 |
|
| area_code | string | Y | 区号 |
返回值
{
"code": 1,
"msg": "注册成功",
"time": "1750594867",
"data": {
"userinfo": {
"id": 2,
"username": "yyy",
"nickname": "yyy",
"mobile": "18727502293",
"avatar": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgaGVpZ2h0PSIxMDAiIHdpZHRoPSIxMDAiPjxyZWN0IGZpbGw9InJnYigyMjksMjI3LDE2MCkiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48L3JlY3Q+PHRleHQgeD0iNTAiIHk9IjUwIiBmb250LXNpemU9IjUwIiB0ZXh0LWNvcHk9ImZhc3QiIGZpbGw9IiNmZmZmZmYiIHRleHQtYW5jaG9yPSJtaWRkbGUiIHRleHQtcmlnaHRzPSJhZG1pbiIgZG9taW5hbnQtYmFzZWxpbmU9ImNlbnRyYWwiPlk8L3RleHQ+PC9zdmc+",
"token": "bd0874b3-6b78-43d4-90f2-0b286b6210e8",
"user_id": 2,
"createtime": 1750594875,
"expiretime": 1753186875,
"expires_in": 2591997
}
}
}
验证验证码是否正确(邮箱)
编号 : 5
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|---|---|---|---|
| string | Y | 邮箱 |
||
| event | string | Y | 事件 |
|
| captcha | string | Y | 验证码 |
返回值
{
"code": 1,
"msg": "返回成功",
"time": "1750585794",
"data": []
}
备注
1
多语言对应关系
编号 : 1
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|---|---|---|---|
| lang | string | Y | zh-cn |
返回值
中文,英文,马来语,泰语,越南语,俄罗斯语,韩语,日语 ['zh-cn','en','may', 'th','vie','bel','kor','jp']
备注
1
验证手机验证码是否正确
编号 : 3
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|---|---|---|---|
| mobile | string | Y | 手机号 |
|
| event | string | Y | 事件 |
|
| captcha | string | Y | 验证码 |
返回值
{
"code": 1,
"msg": "成功",
"time": "1750587681",
"data": null
}
发送验证码(邮箱)
编号 : 2
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|---|---|---|---|
| string | Y | 邮件 |
||
| event | string | Y | 事件同手机号发送验证一致 |
返回值
{
"code": 1,
"msg": "发送成功",
"time": "1750587681",
"data": null
}
发送验证码(手机号)
编号 : 1
请求参数
| 参数名 | 参数类型 | 必传 | 缺省值 | 描述 |
|---|---|---|---|---|
| mobile | string | Y | 手机号 |
|
| event | string | Y | 类型 register 注册 changepwd 修改密码 resetpwd 忘记密码 loans 申请贷款 |
|
| area_code | string | Y | 区号 |
返回值
{
"code": 1,
"msg": "发送成功",
"time": "1750587064",
"data": null
}
备注
验证码 固定8888