{
"encryptedData": "U2FsdGVkX1+..."
}curl --location '/merchantapi/v2/projects/makers/quota' \
--header 'X-App-Id;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Sign;' \
--header 'X-Encrypt-Type;' \
--header 'Content-Type: application/json' \
--data '{
"encryptedData": "U2FsdGVkX1+..."
}'{
"code": 0,
"message": "成功",
"data": {
"projectId": "2016422018623922178",
"maskedPhone": "138****0000",
"platformUserId": "DY20260115105692",
"eligible": true,
"reasonCode": "ELIGIBLE",
"eligibleDesc": "可结算",
"currentMonth": "2026-03",
"totalAvailableQuota": 65000,
"receiveMethodQuotas": [
{
"receiveMethod": "bank",
"personalAvailableQuota": 80000,
"sharedAvailableQuota": 65000,
"availableQuota": 65000
}
]
}
}