15 lines
423 B
XML
Executable File
15 lines
423 B
XML
Executable File
|
|
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> |