|
@@ -1,9 +1,11 @@
|
|
|
package thyyxxk.webserver.service.externalhttp;
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
+import com.dtflys.forest.annotation.BaseRequest;
|
|
|
import com.dtflys.forest.annotation.JSONBody;
|
|
|
import com.dtflys.forest.annotation.Post;
|
|
|
|
|
|
+@BaseRequest(timeout = 3000)
|
|
|
public interface PowersiSrvc {
|
|
|
|
|
|
@Post("http://172.16.32.183:8916/mmg-gateway/empiDataProvide/queryEmpiPatientListByIdentIndex")
|