Bläddra i källkod

新增投诉订单接口

lijie 3 år sedan
förälder
incheckning
1bc0912c2c
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      mhotel/src/struts.xml

+ 2 - 0
mhotel/src/struts.xml

@@ -31,6 +31,8 @@
 		</action>
 		<action name="Coupom*" method = "{1}" class="com.happy.action.hotelCoupomAction">
 		</action>
+		<action name="Complain*" method = "{1}" class="com.happy.action.bookComplainAction">
+		</action>
 		<action name="house*" method = "{1}" class="com.happy.action.houseAction">
 		</action>
 		<action name="book*" method = "{1}" class="com.happy.action.bookAction">