curl --location '/merchantapi/v2/projects?page=undefined&size=undefined&status=undefined&auditStatus=undefined' \
--header 'X-App-Id;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Sign;'{
"code": 0,
"message": "成功",
"data": {
"total": 5,
"page": 1,
"size": 20,
"projects": [
{
"projectId": "2016422018623922178",
"projectName": "直播活动推广项目",
"projectCode": "XM100086",
"taxCompanyId": "17",
"taxCompanyName": "上海税地",
"status": 1,
"statusDesc": "进行中",
"auditStatus": 1,
"auditStatusDesc": "已审核",
"availableMethods": [
"bank",
"alipay"
],
"currentMonth": "2026-03",
"monthlyAvailable": 5000
}
]
}
}