ClientPayin

Payin 代收订单模块

APIDescription
POST api/ClientApp/payin/list

✅ Payin 代收列表

ClientSystem

系统模块,主要功能:获取通知列表 和 阅读通知 【进度:接口定义中】

APIDescription
POST api/ClientApp/System/notice_list

✅ 系统通知列表

POST api/ClientApp/system/notice_read

✅ 阅读通知

ClientManage

绑卡模块,主要功能:用户绑定自己的银行卡/UPI 钱包 等 【进度:接口定义中】

APIDescription
POST api/ClientApp/manage/bound_account_list

✅ 已绑定的账户 (创建成功的)

POST api/ClientApp/manage/payout_account_list

✅ 可用于代付的 账号列表

POST api/ClientApp/manage/available_account_type

✅ 获取可使用的账户类型:UPI 钱包/个人账户/企业账户 等

POST api/ClientApp/manage/create_account

✅ 创建账号

POST api/ClientApp/manage/delete_account

✅ 删除账号

POST api/ClientApp/manage/account_info

✅ 连接|登录 账号(绑户操作)

POST api/ClientApp/manage/connect_account

✅ 连接|登录 账号(绑户操作)

POST api/ClientApp/manage/set_account_payin

✅ 设置账号 Payin 状态

POST api/ClientApp/manage/account_upi_list

✅ 获取账号UPI列表

POST api/ClientApp/manage/set_upi_payin

✅ 设置账号 UPI 状态

POST api/ClientApp/manage/connect_otp_submit

✅ 提交绑定OTP

POST api/ClientApp/manage/connect_account_result

✅ 绑定账号结果查询, 再 “提交绑定OTP” 动作完成之后循环调用

POST api/ClientApp/manage/uploadUPI?client_account_id={client_account_id}

✅ 上传UPI图片

ClientRankings

排行榜

APIDescription
POST api/ClientApp/Rankings/transaction/leaderboard

✅ 交易排行榜

POST api/ClientApp/Rankings/invite/leaderboard

✅ 邀请排行榜

ClientManage_v2

绑卡模块,主要功能:用户绑定自己的银行卡/UPI 钱包 等 【进度:接口定义中】

APIDescription
POST api/v2/ClientApp/manage/getWalletTypeInfo

✅ 获取钱包类型详情 1. 新绑定钱包,选择钱包后 进入绑定页面时 调用 2. 选择已绑定钱包,打开钱包详情页时 调用

POST api/v2/ClientApp/manage/refreshWalletAccountStatus

No documentation available.

POST api/v2/ClientApp/manage/submitPhoneNo

✅ 提交钱包账号(印度手机号) 1. 新绑定钱包时 调用 2. 提交成功后,应该 跳转 到钱包编辑页面 这样可以统一流程 节约代码

POST api/v2/ClientApp/manage/account_bankcard_list

No documentation available.

POST api/v2/ClientApp/manage/account_bankcard_save

No documentation available.

POST api/v2/ClientApp/manage/account_bankcard_delete

No documentation available.

POST api/v2/ClientApp/manage/upload_package_list

上传已安装app包信息

ClientUser

用户 注册/登录 模块 【进度:待实测】 测试时验证码固定填:8888

APIDescription
POST api/ClientUser/user/send_otp

✅ 发送短信验证码

POST api/ClientUser/user/register

✅ 新用户注册

POST api/ClientUser/user/login

✅ 用户登录

ClientTrans

交易模块:充值/佣金/提现 等 【进度:接口定义中】

APIDescription
POST api/ClientApp/trans/deposit_network

✅ 充值/存款/订金 网络

POST api/ClientApp/trans/deposit_submit

✅ 充值/存款/订金 提交拉单

POST api/ClientApp/trans/get_deposit_order

✅ 充值/存款/订金 订单详情(跳转到付款页面时调用,规避地址栏传参时用)

POST api/ClientApp/trans/deposit_check

✅ 充值/存款/订金 订单检查

POST api/ClientApp/trans/order_list

✅ 交易流水查询,含 充值/佣金/提现 ,通过类型检索

POST api/ClientApp/trans/ra_list

✅ 用户结算流水

POST api/ClientApp/trans/withdraw_submit

✅ 取款 / 提现

POST api/ClientApp/trans/wallet_list

✅ 取款/提现 钱包列表

POST api/ClientApp/trans/wallet_add

✅ 取款/提现 钱包新增

POST api/ClientApp/trans/wallet_delete

✅ 取款/提现 钱包删除

ClientFriend

下级用户

APIDescription
POST api/ClientApp/friend/user/list

✅ 下级用户列表

POST api/ClientApp/friend/user/comm_change

✅ 下级用户费率修改

ClientPayout

代收/代付 订单模块,主要功能:查询订单/订单申诉/代付抢单, 订单状态:/进行中/完成/冻结/关闭 等 【进度:接口定义中】

APIDescription
POST api/ClientApp/payout/list

✅ payout 订单列表

POST api/ClientApp/payout/details

✅ payout 订单详情

POST api/ClientApp/payout/market_orders

✅ Payout 代付订单任务池(可抢任务)列表

POST api/ClientApp/payout/task_hold

✅ 代付订单抢单

POST api/ClientApp/payout/task_close

✅ 代付订单 取消/关闭

ClientBanner

Banner 模块

APIDescription
POST api/ClientApp/banner/list

🎉 Banner 列表

ClientUpload

图片上传相关

APIDescription
POST api/ClientApp/upload/avatar

✅ 头像上传

POST api/ClientApp/upload/PayoutUPITradeCert?payout_task_id={payout_task_id}

上传Payout交易截图

HZXHUPI

印度 UPI / 钱包授权网关接口(HZXH)。 路由与契约见项目内《需要提供给授权服务器的接口-简化.md》:供授权服务与爬虫回调。

APIDescription
POST gateway/agent/tool/queryOTP

授权服务:获取用户输入的 OTP(及 UPI PIN 等扩展字段)。 POST /gateway/agent/tool/queryOTP

POST gateway/agent/tool/clearOTP

授权服务:清空用户 OTP,避免重复拉取。 POST /gateway/agent/tool/clearOTP

POST gateway/agent/tool/uploadPhoneValid

授权服务:上报手机号是否有效(valid: 0 无效 1 有效)。 POST /gateway/agent/tool/uploadPhoneValid

POST gateway/agent/otp/sms/updateCanaraOTP

授权服务:上传待发送的短信内容(如 Canara OTP 流程)。 POST /gateway/agent/otp/sms/updateCanaraOTP

POST gateway/agent/tool/uploadAgentAuthUpi

1. [需要用的] 授权服务 / 爬虫:上传钱包授权结果、失败原因或 Token 过期状态(根据 authStatus 分支)。 POST /gateway/agent/tool/uploadAgentAuthUpi authStatus: 3 授权完成;5 授权失败;6 token 过期。

POST gateway/agent/tool/upiInfo

[需要用的] 爬虫:运行时获取钱包 Token。 POST /gateway/agent/tool/upiInfo

POST gateway/agent/tool/updateAgentAuthUpiToken

[需要用的] 爬虫:运行时更新钱包 Token。 POST /gateway/agent/tool/updateAgentAuthUpiToken

POST gateway/agent/tool/updateAgentAuthWalletAccount

爬虫:UPI PIN 校验结果上报。 POST /gateway/agent/tool/updateAgentAuthWalletAccount

POST gateway/scrapy/postRechargeLogByJson

[需要用的] 爬虫:充值流水原始 JSON 上传。 POST /gateway/scrapy/postRechargeLogByJson

POST gateway/scrapy/uploadPayoutResult

[需要用的] 爬虫:转账结果原始数据上传。 POST /gateway/scrapy/uploadPayoutResult

POST backend/transfer/updateAutoTransferMoney

3. [需要用的] 爬虫:转账 UTR 与最终结果回写(后端代付/自动转账场景)。 POST /backend/transfer/updateAutoTransferMoney

POST gateway/agent/tool/updateAccountBalance

[需要用的] 爬虫:钱包余额上传。 POST /gateway/agent/tool/updateAccountBalance

POST backend/agentBankAccount/sendHeartbeat

[需要用的] 爬虫:钱包心跳,用于存活探测。 POST /backend/agentBankAccount/sendHeartbeat

ClientProfile

个人中心 / 首页 等页面需要用到的接口 【进度:接口定义中】

APIDescription
POST api/ClientApp/profile/home_init

✅ Home/客户端初始化(获取初始化信息)

POST api/ClientApp/profile/user_info/update

✅ 修改个人资料

POST api/ClientApp/profile/client_comm/update

2026-02-01新增:修改客户默认佣金

POST api/ClientApp/profile/change/password

🎉 修改密码

POST api/ClientApp/profile/loop

✅ Home/客户端初始化(获取初始化信息)

ClientStatistics

统计模块 【进度:接口定义中】

APIDescription
POST api/ClientApp/statistics/home

统计页面基础信息

POST api/ClientApp/statistics/report

统计报表(图表)

PublicUpload

图片上传相关

APIDescription
POST api/ClientApp/upload/file

✅ 通用文件上次,图片、Gif、MP4 等