{{ service.name }}
¥{{ money(service.price) }}/ 次
{{ service.description }}
为维修、回收、批量检测业务提供 Apple、Samsung、黑名单、运营商等接口。按次扣费,密钥调用,记录可追溯。
{{ liveSample }}
支持通用接口列表,覆盖多个品牌接口
{{ service.description }}
{{ detailService?.description || '请选择一个接口查看调用方式、请求参数和返回示例。' }}
{{ detailEndpoint }}
建议超时时间设置为 120 秒,并发线程数控制在 10 以内,避免网络拥塞导致查询失败。
邮箱:{{ user.email || '未绑定' }}
| 时间 | IP | 地点 |
|---|---|---|
| {{ row.time }} | {{ row.ip }} | {{ row.location }} |
{{ paymentMessage }}
| 订单号 | 金额 | 方式 | 状态 | 时间 |
|---|---|---|---|---|
| {{ order.order_no }} | ¥{{ money(order.amount) }} | {{ order.payment_method }} | {{ order.status }} | {{ order.created_at }} |
| 接口 | 查询标识 | 扣费 | 状态 | 时间 |
|---|---|---|---|---|
| {{ call.service_code }} | {{ call.identifier }} | ¥{{ money(call.cost) }} | {{ call.status }} | {{ call.created_at }} |
{{ invoiceMessage }}
| 充值ID | 充值时间 | 充值描述 | 充值金额 | 开票状态 | 操作 |
|---|---|---|---|---|---|
| 暂无记录 | |||||
| {{ order.id }} | {{ order.paid_at || order.created_at }} | 在线充值 | ¥{{ money(order.amount) }} | {{ order.invoice_status || '未开票' }} | {{ order.invoice_status ? '已提交' : '-' }} |
所有接口使用 `POST /api/gateway/check`,通过 `X-Api-Key` 鉴权,按接口价格实时扣费。
POST https://api.wjcheck.com/api/gateway/check
X-Api-Key: wj_live_xxx
Content-Type: application/json
{
"service_code": "apple_basic",
"identifier": "356938035643809"
}
{
"success": true,
"message": "ok",
"data": {
"service_code": "apple_basic",
"identifier": "356938035643809",
"result": {
"model": "iPhone 15 Pro",
"capacity": "256GB"
}
}
}
{
"success": false,
"message": "余额不足",
"error_code": "103",
"data": {
"service_code": "apple_basic",
"identifier": "356938035643809"
}
}
以下错误码用于鉴权、余额、IP、接口状态、输入校验和查询异常。公共错误码默认不扣费,只有成功返回有效查询结果时才扣费。
| 错误码 | 类型 | 说明 | 处理建议 |
|---|---|---|---|
{{ item.code }} |
{{ item.title }} | {{ item.description }} | {{ item.fix }} |
{{ gatewayResult || '等待调用结果' }}
开启后,系统将在每个月 1 日向您的邮箱发送上月对账单。
{{ loginError }}