码迷,mamicode.com
首页 > 其他好文 > 详细

wlpt的提现功能

时间:2016-06-02 17:47:41      阅读:289      评论:0      收藏:0      [点我收藏+]

标签:

1.<transaction id="WithdrawPre" template="pageLoaderTemplate">

  <actions>

     <ref name="action">WithdrawAction</ref>

  </actions>

  <channels>

    <channel type="http">

      <param name="success">recharge:zh_CN/withdraw/withdrawPre</param>

      <param name="success2">servlet,LoginPre</param>

    </channel>

  </channels>

 </transaction>

   这是提现的页面的交易,交易名为WithdrawPre.

  Action为WithdrawAction

  这个交易走的是init方法,

  if (null != obj && (obj instanceof WUser)) {

    usr = (WUser) context.getUser();

  }

  然后是

  Map o = getBindCard(context, usr.getAcNo);

   

wlpt的提现功能

标签:

原文地址:http://www.cnblogs.com/gaoguofeng/p/5553648.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!