{
"appKey": "string",
"nonce": "string",
"timestamp": "string",
"sign": "string"
}curl --location 'https://api.foresttreefuture.cn/open_api/distributor/login' \
--header 'Content-Type: application/json' \
--data '{
"appKey": "string",
"nonce": "string",
"timestamp": "string",
"sign": "string"
}'{
"code": 0,
"message": "string",
"data": {
"distributorId": 0,
"token": "string"
},
"success": true,
"path": "string"
}