| | |
| | | //package com.stylefeng.guns; |
| | | // |
| | | //import com.alibaba.fastjson.JSON; |
| | | //import com.stylefeng.guns.modular.specialTrain.server.IOrderPrivateCarService; |
| | | //import com.stylefeng.guns.modular.system.util.SMSUtil; |
| | | //import com.stylefeng.guns.modular.system.util.Tingg.TinggPayoutUtil; |
| | | //import com.stylefeng.guns.modular.system.util.Tingg.model.PayoutResponse; |
| | |
| | | //public class TestGunsApplication { |
| | | // |
| | | // @Autowired |
| | | // private TinggPayoutUtil tinggPayoutUtil; |
| | | // |
| | | // @Autowired |
| | | // private SMSUtil smsUtil; |
| | | // private IOrderPrivateCarService orderPrivateCarService; |
| | | // |
| | | // |
| | | // @Test |
| | | // public void test(){ |
| | | // PayoutResponse payoutResponse = tinggPayoutUtil.sendPayout("GH-VODAFONE-B2C", "+233500666666", "123465", 1.00d, "", "测试转账"); |
| | | // System.err.println(JSON.toJSONString(payoutResponse)); |
| | | // try { |
| | | // orderPrivateCarService.payPrivateCarOrder(1, null, 13083, null, null, 1, 1); |
| | | // } catch (Exception e) { |
| | | // throw new RuntimeException(e); |
| | | // } |
| | | // } |
| | | //} |