Browse Source

添加了进入更换刷头的注释

liuzhiwei 7 years ago
parent
commit
b0434ec56b

+ 8 - 0
tooth-wechat-web/src/main/java/com/iamberry/wechat/handles/agentInfo/AgentToothHandler.java

@@ -120,6 +120,14 @@ public class AgentToothHandler {
         }
     }
 
+    /**
+     * 根据id查询更换刷头信息
+     * @param request
+     * @return
+     * @throws Exception
+     */
+    @ResponseBody
+    @RequestMapping("/select_order_hint")
     public ResultMsg selectOrderHint(HttpServletRequest request) throws Exception {
         ResultMsg msg = new ResultMsg();
         String hintId = request.getParameter("hintId");