|
@@ -13,15 +13,15 @@ import org.springframework.test.context.junit4.SpringRunner;
|
|
|
public class SkTest {
|
|
public class SkTest {
|
|
|
@Test
|
|
@Test
|
|
|
public void getSecret(){
|
|
public void getSecret(){
|
|
|
- //每刻报销-生产环境
|
|
|
|
|
- /*String appCode="AP52Y01LHHTAP9";
|
|
|
|
|
- String appSecret="N4WuERLteAUPaWebnsHy";*/
|
|
|
|
|
|
|
+ //每刻报销-测试环境
|
|
|
|
|
+ String appCode="AP52Y01LHHTAP9";
|
|
|
|
|
+ String appSecret="N4WuERLteAUPaWebnsHy";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//每刻云票-测试环境
|
|
//每刻云票-测试环境
|
|
|
- String appCode="AP53EP1SVDS1N9";
|
|
|
|
|
- String appSecret="qF4nm3nPnyXYcrWcr5jl";
|
|
|
|
|
|
|
+ /*String appCode="AP53EP1SVDS1N9";
|
|
|
|
|
+ String appSecret="qF4nm3nPnyXYcrWcr5jl";*/
|
|
|
|
|
|
|
|
long timeMillis = System.currentTimeMillis();
|
|
long timeMillis = System.currentTimeMillis();
|
|
|
log.info("time:{}",timeMillis);
|
|
log.info("time:{}",timeMillis);
|