Authorization: Bearer ********************
curl --location --request GET 'finance-gateway.hdltest.com/acct-payable/homePage/selectShop?code' \
--header 'user_id: {{user_id}}' \
--header 'username: {{username}}' \
--header 'user_key: {{user_key}}'
{
"msg": "string",
"code": 0,
"data": [
{
"provinceName": "string",
"provinceCode": "string",
"storeInfos": [
{
"shopId": "string",
"sapShopName": "string",
"isAllocated": null,
"shopPsCode": "string",
"shopPsName": "string"
}
]
}
]
}