Merge branch 'fhx-prod-智能导诊' into master-test
| | |
| | | /** 项目json字符 */ |
| | | private String projectJson; |
| | | |
| | | //扫码公众号到访使用参数 |
| | | /** 到访码编号(CodeNoData) */ |
| | | private String codeNo; |
| | | /** 是否需要处理返回公众号通知消息文案 */ |
| | | private boolean isGzhNoticeMsg = false; |
| | | |
| | | } |
| | |
| | | @FeignClient(name="phi-platform-service",path = "/phip",contextId = "phis-visit-order") |
| | | public interface SPhisVisitOrderService { |
| | | |
| | | /** |
| | | * 用户自助到访 |
| | | * @param dto |
| | | * @return 返回对应的到访id列表:visitIdList |
| | | */ |
| | | @RequestMapping("/visit/order/user/self/visit") |
| | | Result userSelfVisit(@RequestBody VisitOrderDto dto); |
| | | |