|
@@ -114,7 +114,7 @@ public class FilmController extends BaseController {
|
|
|
// 用于接收返回的结果
|
|
|
String resultData ="";
|
|
|
try {
|
|
|
- HttpPost post = new HttpPost("http://movieapi2.pintoto.cn/"+filmDTO.getUrl());
|
|
|
+ HttpPost post = new HttpPost("http://movieapi2-test.taototo.cn/"+filmDTO.getUrl());
|
|
|
post.setHeader("Content-Type","application/x-www-form-urlencoded");
|
|
|
Map<String, Object> sortMap = new TreeMap<String, Object>();
|
|
|
String time = String.valueOf(System.currentTimeMillis()/1000);
|