curl --location 'https://mcs-gateway.fscut.com/cn-api/api/user/pos_config/list' \
--header 'appId: op191eb50f9b81873c' \
--header 'appSecret: appSecret' \
--header 'timestamp: 1743497261540' \
--header 'appSign: 13622d51e3e4f4935c8ba27728ed309f' \
--header 'X-FS-Orgcode: TEAM001'{
"status": 0,
"msg": "OK",
"data": {
"base": [], // Basic information fields
"custom": [ // Custom attribute fields
{
"alias": "O_8-digit number - 4-digit number combination", // Alias, displayed in the software
"content_reg": "\\d{8}-\\d{4}", // Regular expression for content recognition
"pos": "orderCode",
"pos_id": 237, // Position ID
"prefix_reg": "O_", // Prefix
"suffix_reg": "" // Suffix
}
]
}
}