Authorization: Bearer ********************
curl --location --request GET 'finance-gateway.hdltest.com/acct-payable/homePage/mobileHomePage?shopCode=ps门店编码' \
--header 'user_id: {{user_id}}' \
--header 'username: {{username}}' \
--header 'user_key: {{user_key}}'
{
"msg": "操作成功",
"code": 200,
"data": {
"backlogList": [
{
"type": "WRITE",
"typeName": "抄表任务",
"count": 1
},
{
"type": "approval",
"typeName": "审批任务",
"count": 2
}
],
"shopVo": {
"psShopName": "天津二十一店",
"psShopCode": "113876",
"shopTask": "",
"billDate": "",
"meterReadingDate": "2025-03-26",
"totalSize": 1
},
"waterSupplyVo": [],
"gasSupplyVo": [
{
"shopId": "113876",
"shopName": "北京十二店",
"supplyId": "1120200002",
"supplyName": "北京二十店销售公共组",
"meterVo": {
"type": "GAS",
"supplyName": "北京二十店销售公共组",
"supplyId": "1120200002",
"totalMoney": 12000,
"dosage": "4000",
"discrepancy": "3000",
"comparedWithLastMonth": "20%",
"unitPrice": "0",
"differenceReminder": "因夏天空调使用过大",
"differenceName": "异常"
}
},
{
"shopId": "113876",
"shopName": "北京十二店",
"supplyId": "4205200002",
"supplyName": "武汉五店销售公共组",
"meterVo": {
"type": "GAS",
"supplyName": "武汉五店销售公共组",
"supplyId": "4205200002",
"totalMoney": 12000,
"dosage": "4000",
"discrepancy": "3000",
"comparedWithLastMonth": "20%",
"unitPrice": "0",
"differenceReminder": "因夏天空调使用过大",
"differenceName": "异常"
}
}
],
"eleSupplyVo": [
{
"shopId": "113876",
"shopName": "北京十二店",
"supplyId": "1120200002",
"supplyName": "北京二十店销售公共组",
"meterVo": {
"type": "ELE",
"supplyName": "北京二十店销售公共组",
"supplyId": "1120200002",
"totalMoney": 12000,
"dosage": "4000",
"discrepancy": "3000",
"comparedWithLastMonth": "20%",
"unitPrice": "0",
"differenceReminder": "因夏天空调使用过大",
"differenceName": "异常"
}
}
],
"countVo": {
"eleCount": 1,
"waterCount": 0,
"gasCount": 11
}
}
}