curl --location --request POST '/api/v3/admin/site/appointment/goods/save' \
--header 'token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJ7XCJhZG1pblVzZXJJZFwiOlwiMjEzODVcIn0iLCJleHAiOjE2ODYyMDQzMzIsImlhdCI6MTY4MzYxMjMzMn0.4lsXR-CG3kBfwgnBb9Z7hD5vglhlcGBIC2Ujc115Hj8' \
--header 'apiversion: 3.0' \
--header 'application: x-www-form-urlencoded' \
--data-urlencode 'appointmentId=635' \
--data-urlencode 'day=0' \
--data-urlencode 'time=' \
--data-urlencode 'refuse_sms_to_user={用户姓名},您好,您预约的{商品名称}预约失败并已退款,失败理由为{拒绝原因},请戳链接{预约链接}重新预约。' \
--data-urlencode 'sms_user_group_id=' \
--data-urlencode 'sms_to_site_sms_content={用户姓名},{电话}已成功订购{产品名称},数量{购买数量},出行日期{出行日期}。' \
--data-urlencode 'is_allow_refund=3' \
--data-urlencode 'auto_refund=0' \
--data-urlencode 'cancel_num=1' \
--data-urlencode 'x_day_refund_rule={"day":0,"time":"","cancel_num":4}' \
--data-urlencode 'name=测试' \
--data-urlencode 'is_pub=1' \
--data-urlencode 'is_need_supplier_check=0' \
--data-urlencode 'is_check_order=0' \
--data-urlencode 'booking_day_end=0' \
--data-urlencode 'booking_time_end=20:54' \
--data-urlencode 'is_send_sms=0' \
--data-urlencode 'is_send_sms_refuse=0' \
--data-urlencode 'order_limit=0' \
--data-urlencode 'order_limit_config={"order":{"min":0,"max":0},"account":{"day":1,"count":0,"orderCount":0},"type":1,"phone":{"day":1,"count":0,"orderCount":0},"idcard":{"day":1,"count":0,"orderCount":0}}'
{}