first commit

This commit is contained in:
Ray
2026-02-19 03:37:37 +08:00
commit ccfd8c79a4
2813 changed files with 453657 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
admin
<action name="adminExchangeApplyOrderAction"
class="project.exchange.web.AdminExchangeApplyOrderAction">
<result name="list">/exchange_order_list.jsp</result>
<!-- <result name="result_make" type="json"> -->
<!-- <param name="root">result_make</param> -->
<!-- </result> -->
</action>
api
<action name="exchangeapplyorder"
class="project.exchange.web.ExchangeApplyOrderAction">
</action>