Distribution Interface
-
Get distribution staff earnings list interface
Get the retailer's profit list, support pagination query. Notes This interface uses the GET method, requires user login verification, only returns the profit records of the currently logged-in user, supports pagination query, can specify the current page number and number of items per page, including order amount, commission amount, withdrawal status information, request address {domain address}/api/retailer/commissions Note: {domain address} needs to be replaced with your domain address, such as https://www.anqicms -
Get distribution staff details interface
Get detailed information of the specified distributor, including basic user information, distribution status, and user group information.Note that this interface uses the GET method, requires the distributor ID parameter, user login verification, returns the complete user information and group details of the distributor, including the distributor's cumulative earnings, invitation code, and other information, request address {domain address}/api/retailer/info Note: {domain address} needs to be replaced with your domain address, such as https://www.anqicms -
Get distribution team list interface
Get the list of subordinates of the distributor's team members, supporting pagination search.Attention: This interface uses the GET method and requires user login verification (the current user must be a distributor). It only returns the member list of the current user's direct subordinates, supports pagination queries, and can specify the current page number and number of items per page. It returns the basic information and distribution status of the team members. Request address {domain address}/api/retailer/members Note: {domain address} needs to be replaced with your domain address, such as https://www.anqicms -
Get distribution order list interface
Get the order list related to distributors, with pagination support.Attention: This interface uses the GET method and requires user login verification (the current user must be a distributor) to return a list of orders generated by the current distributor's promotion. It supports pagination queries and can specify the current page number and number of items per page. It includes detailed order information, buyer information, and product information. Request address {domain address}/api/retailer/orders Note: {domain address} needs to be replaced with your domain address, such as https://www.anqicms -
Get distribution staff statistics interface
Get the distribution partner's statistics, including withdrawable commission, withdrawn commission, unsettled commission, and team size.Note that this interface uses the GET method, requires user login verification (the current user must be a retailer), no request parameters are needed, returns comprehensive statistics of the current retailer, including financial and team statistics information, request address {domain address}/api/retailer/statistics Note: {domain address} needs to be replaced with your domain address, such as https://www.anqicms -
Update the real name of the distribution staff interface
Update the real name information of the retailer, used to modify the real-name authentication information of the retailer's account. Notes: This interface uses the POST method, requires data to be submitted in application/ format, and requires user login to call this interface. Only users with retailer status 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 -
Withdrawal Application Interface
Submit the withdrawal application for distributors, transferring the account balance to the specified bank account or payment platform. Notes The interface uses the POST method and requires data to be submitted in application/ format The user must log in to call this interface The withdrawal amount must meet the minimum withdrawal amount set by the system The withdrawal application must be submitted and reviewed by the administrator The account balance must be sufficient and meet the withdrawal conditions The request address {domain address}/api/retailer/withdraw Notes: {domain address} -
Withdrawal list interface
Retrieve the withdrawal application record list for distributors, supporting pagination query and status filtering. Notes The interface uses the GET method and requires user login to call the interface It only returns the withdrawal records of the currently logged-in user, supporting pagination query, defaulting to a fixed number of records per page Withdrawal records include different statuses: pending processing, approved, withdrawn, withdrawal error Request address {domain address}/api/retailer/withdraw Instructions: {domain address} needs to be replaced with your domain address, such as https://www