From 7bf07f46d7c39fa01b6d8abd860bd80c210d86cb Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期四, 09 十月 2025 15:48:31 +0800 Subject: [PATCH] 修改上传图片配置 --- UserIGOTravel/guns-admin/src/test/java/com/stylefeng/guns/TestGunsApplication.java | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/UserIGOTravel/guns-admin/src/test/java/com/stylefeng/guns/TestGunsApplication.java b/UserIGOTravel/guns-admin/src/test/java/com/stylefeng/guns/TestGunsApplication.java index f66d90d..cb13980 100644 --- a/UserIGOTravel/guns-admin/src/test/java/com/stylefeng/guns/TestGunsApplication.java +++ b/UserIGOTravel/guns-admin/src/test/java/com/stylefeng/guns/TestGunsApplication.java @@ -1,6 +1,15 @@ //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; +//import com.twilio.Twilio; +//import com.twilio.http.TwilioRestClient; +//import com.twilio.rest.api.v2010.Account; +//import com.twilio.rest.api.v2010.account.Message; +//import com.twilio.type.PhoneNumber; //import org.junit.Test; //import org.junit.runner.RunWith; //import org.springframework.beans.factory.annotation.Autowired; @@ -16,11 +25,15 @@ //public class TestGunsApplication { // // @Autowired -// private TinggPayoutUtil tinggPayoutUtil; +// private IOrderPrivateCarService orderPrivateCarService; // // // @Test // public void test(){ -// tinggPayoutUtil.sendPayout("GH-MTN-B2C", "+233277211131", "00007", 1D, "https://10pz685243.zicp.fun/base/IGO/tinggPayoutCallback", "Transfer remittance"); +// try { +// orderPrivateCarService.payPrivateCarOrder(1, null, 13083, null, null, 1, 1); +// } catch (Exception e) { +// throw new RuntimeException(e); +// } // } //} -- Gitblit v1.7.1