Distributor interface
-
Interface to get distributor earnings list
Retrieve the profit list of distributors, supporting pagination query. -
Interface to get distributor details
Retrieve detailed information of a specified distributor, including basic user information, distribution status, and user group information. -
Get Distribution Team List Interface
Retrieve the list of subordinates of the distribution members, supporting pagination queries. -
Get Distribution Order List Interface
Retrieve the order list related to distributors, supporting pagination query. -
Get Distribution Member Statistics Interface
Get the distribution partner's statistical information, including withdrawable commission, withdrawn commission, unsettled commission, and team size. -
Update Distributor's Real Name Interface
Update the real name information of the distributor, used to modify the real-name authentication information in the distributor's account. Notes: This interface uses the POST method and requires data to be submitted in application/ format. It requires the user to be logged in to call this interface. Only users with the distributor role can update their real name. The update of the real name may require real-name authentication verification. Request address {domain_address}/api/retailer/update Note: {domain_address} needs to be replaced with your domain address, such as https://www -
Apply for Withdrawal Interface
Submit the withdrawal application for distributors, transferring the account balance to the specified bank account or payment platform. [Note] This interface uses the POST method and requires data to be submitted in application/ format. The user must be logged in to call this interface. The withdrawal amount must meet the minimum withdrawal limit set by the system. After submitting the withdrawal application, it needs to wait for administrator review and processing. Ensure that the account balance is sufficient and meets the withdrawal conditions. [Request Address] {domain_address}/api/retailer/withdraw [Note] {domain_address} -
Get Withdrawal List Interface
Retrieve the withdrawal application record list of distributors, supporting pagination query and status filtering. Notes: This interface uses the GET method and requires user login to call it. It only returns the withdrawal records of the currently logged-in user. Supports pagination queries, with a default fixed number of records displayed per page. Withdrawal records include different statuses: pending processing, approved, withdrawn, and withdrawal error. Request address {domain_address}/api/retailer/withdraw Notes: {domain_address} needs to be replaced with your domain address, such as https://www