feat: 在预约API中添加source_type参数以区分H5来源
在addReserveAPI函数中新增source_type参数,允许区分来自H5和小程序的预约请求。在submit.vue的提交逻辑中,为H5页面调用时显式传递source_type: 'H5'参数,确保后端能正确识别预约来源。
Showing
2 changed files
with
5 additions
and
4 deletions
-
Please register or login to post a comment