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