2024-08-28 20:47:20 +08:00
|
|
|
package com.bigdata.wxappserver;
|
|
|
|
|
2024-09-03 23:13:29 +08:00
|
|
|
import com.alibaba.fastjson.JSON;
|
2024-08-28 20:47:20 +08:00
|
|
|
import org.junit.jupiter.api.Test;
|
|
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
2024-09-03 23:13:29 +08:00
|
|
|
|
|
|
|
import java.util.HashMap;
|
|
|
|
import java.util.Map;
|
2024-08-28 20:47:20 +08:00
|
|
|
|
|
|
|
@SpringBootTest
|
|
|
|
class WxappServerApplicationTests {
|
|
|
|
|
|
|
|
@Test
|
|
|
|
void contextLoads() {
|
|
|
|
}
|
|
|
|
|
2024-09-03 23:13:29 +08:00
|
|
|
|
2024-08-28 20:47:20 +08:00
|
|
|
}
|