获取商家ID接口文档
获取customer_id字段接口
接口描述
station环境的接口,使用进销存/结款审核/结款单据的接口使用station_id字段来获取customer_id字段名称
接口名
/station/stock/settle_sheet/details
/station/stock/settle_sheet
/station/stock/settle_sheet/list
Method
GET
请求
station_id M str
响应
{
"code": 0,
"msg": "ok",
"data": [{
"customer_id": "SCGYS",
}]
}