curl --location --request GET 'https://mcs-gateway.fscut.com/cn-api/api/user/pos_config/list' \
--header 'app-id: op191eb50f9b81873c' \
--header 'time-stamp: {{timeStamp}}' \
--header 'app-sign: {{sign}}' \
--header 'X-FS-Orgcode: TEAM001'
{
"status": 0,
"msg": "OK",
"data": {
"base": [], // 基础信息字段
"custom": [ // 扩展属性字段
{
"alias": "O_8位数字-4位数字合", // 别名,软件中显示
"content_reg": "\\d{8}-\\d{4}", // 识别内容正则
"pos": "orderCode",
"pos_id": 237,
"prefix_reg": "O_", // 前缀
"suffix_reg": "" // 后缀
}
]
}
}