puzhibing
2023-07-20 fa11cbae4e50f211ca388bf4baf83cae521b9ae6
UserIGOTravel/guns-admin/src/test/java/com/stylefeng/guns/TestGunsApplication.java
@@ -1,26 +1,26 @@
package com.stylefeng.guns;
import com.stylefeng.guns.modular.system.util.Tingg.TinggPayoutUtil;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
/**
 * @author zhibing.pu
 * @date 2023/3/17 11:27
 */
@RunWith(SpringRunner.class)
@SpringBootTest
public class TestGunsApplication {
    @Autowired
    private TinggPayoutUtil tinggPayoutUtil;
    @Test
    public void test(){
        tinggPayoutUtil.sendPayout("GH-MTN-B2C", "+233277211131", "00007", 1D, "https://10pz685243.zicp.fun/base/IGO/tinggPayoutCallback", "Transfer remittance");
    }
}
//package com.stylefeng.guns;
//
//import com.stylefeng.guns.modular.system.util.Tingg.TinggPayoutUtil;
//import org.junit.Test;
//import org.junit.runner.RunWith;
//import org.springframework.beans.factory.annotation.Autowired;
//import org.springframework.boot.test.context.SpringBootTest;
//import org.springframework.test.context.junit4.SpringRunner;
//
///**
// * @author zhibing.pu
// * @date 2023/3/17 11:27
// */
//@RunWith(SpringRunner.class)
//@SpringBootTest
//public class TestGunsApplication {
//
//    @Autowired
//    private TinggPayoutUtil tinggPayoutUtil;
//
//
//    @Test
//    public void test(){
//        tinggPayoutUtil.sendPayout("GH-MTN-B2C", "+233277211131", "00007", 1D, "https://10pz685243.zicp.fun/base/IGO/tinggPayoutCallback", "Transfer remittance");
//    }
//}