Pu Zhibing
15 小时以前 7bf07f46d7c39fa01b6d8abd860bd80c210d86cb
UserIGOTravel/guns-admin/src/test/java/com/stylefeng/guns/TestGunsApplication.java
@@ -1,6 +1,7 @@
//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;
@@ -24,14 +25,15 @@
//public class TestGunsApplication {
//
//    @Autowired
//    private TinggPayoutUtil tinggPayoutUtil;
//
//    @Autowired
//    private SMSUtil smsUtil;
//    private IOrderPrivateCarService orderPrivateCarService;
//
//
//    @Test
//    public void test(){
//        smsUtil.sendCellulantMessage("233203716998", "您的验证码为:123456,该验证码5分钟内有效,请勿泄漏于他人!");
//        try {
//            orderPrivateCarService.payPrivateCarOrder(1, null, 13083, null, null, 1, 1);
//        } catch (Exception e) {
//            throw new RuntimeException(e);
//        }
//    }
//}