myflag step13:接口的完成

本次的任务主要是完成了所有的接口的编写,因为前面已经完成了大部分的内容,所以接口的编写也很简单。我新增的接口有:
这里写图片描述
Createflag是创建flag的时候的接口
Deleteflag是删除flag的接口
Frinedsflag是用来获取朋友们的flag
Getapplymyflag用来获取想要监督我的请求
Getflag是用来获取一个具体的flag
Getmyapplysupervise是用来获取我的监督的请求
Judgeflag是用来判定flag的
Myflag是用来获取flag的
同时新增了joindao,joindao是用来添加新的成员的。
//String createFlag=”http://localhost:8080/myflag/flag/CreateFlag”;
//String friendsFlag=”http://localhost:8080/myflag/flag/FriendsFlag”;
//String MyFlag=”http://localhost:8080/myflag/flag/MyFlag”;
// String confirmFlagStste=”http://localhost:8080/myflag/flag/JudgeFlag”;
//String confirmFlagRequest=”http://localhost:8080/myflag/flag/ConfirmSuperviseRequest”;
//String getMySuperviseRequest=”http://localhost:8080/myflag/flag/GetMySuperviseRequest”;
//String flag=”http://localhost:8080/myflag/flag/Flag”;
//String MySuperviseFlag=”http://localhost:8080/myflag/flag/MySuperviseFlag”;
//String applySupervise=”http://localhost:8080/myflag/flag/ApplySupervise”;
//String deleteFlag=”http://localhost:8080/myflag/flag/DeleteFlag”;
String GetApplyMyFlag=”http://localhost:8080/myflag/flag/GetApplyMyFlag”;
//String GetMyApplySupervise=”http://localhost:8080/myflag/flag/GetMyApplySupervise”;

int timeout=200*10000;
try {
//Response resp=Jsoup.connect(createFlag).data(“id”,”26”).data(“content”,”可以”).data(“award”, “行啊”).data(“isTeam”, “true”).
//data(“startTime”, “1451581200”).data(“endTime”, “1469980900”).data(“maxSupervise”,”4”).data(“supervise”, “28”).data(“member”,”29”).timeout(timeout).execute();
//Response resp=Jsoup.connect(friendsFlag).data(“id”,”29”).timeout(timeout).execute();
//Response resp=Jsoup.connect(MyFlag).data(“id”,”26”).timeout(timeout).execute();
//Response resp=Jsoup.connect(applySupervise).data(“fid”,”30”).data(“uid”,”31”).timeout(timeout).execute();
//Response resp=Jsoup.connect(confirmFlagRequest).data(“fid”,”17”).data(“uid”,”4”).data(“agree”, “2”).timeout(timeout).execute();
//Response resp=Jsoup.connect(confirmFlagStste).data(“fid”,”32”).data(“uid”,”27”).data(“achieve”, “2”).data(“evaluate”, “成功”).timeout(timeout).execute();
//Response resp=Jsoup.connect(getMySuperviseRequest).data(“id”,”26”).timeout(timeout).execute();
//Response resp=Jsoup.connect(flag).data(“id”,”28”).timeout(timeout).execute();
//Response resp=Jsoup.connect(MySuperviseFlag).data(“id”,”26”).timeout(timeout).execute();
//Response resp=Jsoup.connect(deleteFlag).data(“id”,”54”).timeout(timeout).execute();
//Response resp=Jsoup.connect(applySupervise).data(“fid”,”54”).data(“uid”,”26”).timeout(timeout).execute();
//String ConfirmApplySupervise=”http://localhost:8080/myflag/flag/ConfirmApplySupervise”;
//Response resp=Jsoup.connect(ConfirmApplySupervise).data(“fid”,”54”).data(“uid”,”27”).data(“agree”,”2”).timeout(timeout).execute();
Response resp=Jsoup.connect(GetApplyMyFlag).data(“uid”,”26”).timeout(timeout).execute();
//Response resp=Jsoup.connect(GetMyApplySupervise).data(“uid”,”31”).timeout(timeout).execute();
System.out.println(resp.body());

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值