Authorization: Bearer ********************
{
"autoBookTime": 11,
"belongCustomer": "",
"delayTime": 20,
"directConnectionChannel": "携程*丽呈*美团",
"directHotelAmount": 2000.0,
"hotelEndHour": "18",
"hotelEndMinute": "00",
"hotelStartHour": "08",
"hotelStartMinute": "00",
"id": "1",
"interceptCount": 3,
"interceptHotel": "7285564*85842495*86323874*83340075*82293147*81434345*83264203*83177247*82464757*86485750*81843195",
"interceptPrice": 100.0,
"isDirectHotelBlocking": 0,
"isOtaHotelBlocking": 1,
"modifier": "liuxu",
"modifierTime": "2025-03-21 00:00:00",
"noInterceptChannel": "差旅管家",
"noInterceptCity": "测试1",
"noInterceptCustomer": "",
"noInterceptHotel": "测试3",
"normalEndHour": "23",
"normalEndMinute": "59",
"normalStartHour": "00",
"normalStartMinute": "00",
"otaChannel": "携程",
"otaHotelAmount": 2.0,
"rejectionBufferTime": 15,
"showHotelNumChannel": "丽呈*天下房仓*锦江*华住*亚朵*东呈*如家*龙腾*格林豪泰*房仓协议酒店*GRCB*萤旅*益企*轻松出发*视旅*差旅管家",
"status": 1,
"weekEndHour": "21",
"weekEndMinute": "00",
"weekStartHour": "07",
"weekStartMinute": "00"
}
curl --location --request POST '/api/product/hol/purchasing/update' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJsaXV4dSIsImlhdCI6MTc0MzQ5NTEzMSwiZXhwIjoxNzQzNTgxNTMxfQ.RNUb5CgljAKVAvMrhmp6tF0fFubDCjeQSnNYQX4cAS8' \
--header 'Tenant-Id: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"autoBookTime": 11,
"belongCustomer": "",
"delayTime": 20,
"directConnectionChannel": "携程*丽呈*美团",
"directHotelAmount": 2000.0,
"hotelEndHour": "18",
"hotelEndMinute": "00",
"hotelStartHour": "08",
"hotelStartMinute": "00",
"id": "1",
"interceptCount": 3,
"interceptHotel": "7285564*85842495*86323874*83340075*82293147*81434345*83264203*83177247*82464757*86485750*81843195",
"interceptPrice": 100.0,
"isDirectHotelBlocking": 0,
"isOtaHotelBlocking": 1,
"modifier": "liuxu",
"modifierTime": "2025-03-21 00:00:00",
"noInterceptChannel": "差旅管家",
"noInterceptCity": "测试1",
"noInterceptCustomer": "",
"noInterceptHotel": "测试3",
"normalEndHour": "23",
"normalEndMinute": "59",
"normalStartHour": "00",
"normalStartMinute": "00",
"otaChannel": "携程",
"otaHotelAmount": 2.0,
"rejectionBufferTime": 15,
"showHotelNumChannel": "丽呈*天下房仓*锦江*华住*亚朵*东呈*如家*龙腾*格林豪泰*房仓协议酒店*GRCB*萤旅*益企*轻松出发*视旅*差旅管家",
"status": 1,
"weekEndHour": "21",
"weekEndMinute": "00",
"weekStartHour": "07",
"weekStartMinute": "00"
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": null
}