3 changed files with 33 additions and 1 deletions
@ -0,0 +1,15 @@ |
|||
package cn.chjyj.szwh; |
|||
|
|||
import cn.chjyj.szwh.utils.SzwhApiUtils; |
|||
import com.alibaba.fastjson.JSONObject; |
|||
import org.junit.Test; |
|||
import org.springframework.boot.test.context.SpringBootTest; |
|||
|
|||
@SpringBootTest |
|||
public class ApiTest { |
|||
@Test |
|||
public void apigoods(){ |
|||
JSONObject json = SzwhApiUtils.apiGoods(); |
|||
System.out.println(json); |
|||
} |
|||
} |
|||
Loading…
Reference in new issue