{ "mobile": null, "dealId": null, "dealGroupId": null }
curl --location 'http://wspacebot.yunfeiwork.com/wspace-openapi/partner/tuangou/receipt/querybymobile?access_token=ACCESS_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "mobile": null, "dealId": null, "dealGroupId": null }'
{ "code": 0, "msg": "string", "count": 0, "data": { "dealId": 0, "dealGroupId": 0, "receiptCodes": [ "string" ] }, "tid": "string" }