{
"skuCode": "SKU20240605011",
"sizeType": "4",
"quantity": "10",
"nameType": "3",
"showNewInfo": "1",
"showMkInfo": "1",
"showCustomerCode": "1"
}curl --location --request POST 'http://192.168.8.18:3080/api/customer/operation/skuLabel' \
--header 'apiKey: 5ff6e6a70376ba11a42e277086598d4a' \
--header 'signature: 4590A48221F34CE299EA2D74036246F5' \
--header 'timestamp: 1717381423' \
--header 'sourceFrom: lingxing' \
--header 'Content-Type: application/json' \
--data-raw '{
"skuCode": "SKU20240605011",
"sizeType": "4",
"quantity": "10",
"nameType": "3",
"showNewInfo": "1",
"showMkInfo": "1",
"showCustomerCode": "1"
}'{
"success": true,
"message": "获取商品标签成功",
"code": 200,
"result": {
"data": {
"skuBarcode": "20240605011",
"labelUrl": "http://192.168.8.154:8080/api/label/getSkuLabel?skuCode=SKU20240605011&sizeType=4&quantity=10&nameType=3&showNewInfo=1&showMkInfo=1&showCustomerCode=1",
"skuCode": "SKU20240605011"
}
},
"timestamp": 1719482447710
}