Browse Source

新增投诉订单接口

lijie 2 years ago
parent
commit
1bc0912c2c
1 changed files with 2 additions and 0 deletions
  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">