美文网首页
阿里云上SSM的demo中的接口文档

阿里云上SSM的demo中的接口文档

作者: 石野小真人 | 来源:发表于2017-02-07 15:20 被阅读66次

    可用于调试android端/ios端的网络框架.服务器还有5个月免费期,接口可随便折腾.

    主机名和端口号:

    http://xxxxxxxxx:8080/spring3/test/

    1. get请求拿到一般的json:

    url:getCommonJson
    参数:
    int id
    响应:
    {"id":2,"name":"英吉利海峡","price":6897.0,"pic":null,"createtime":null,"detail":null}

    2.get请求拿到三字段标准json

    url:getStandardJson
    参数:
    int id
    响应:
    {"code":0,"msg":"请求成功","data":{"id":2,"name":"英吉利海峡","price":6897.0,"pic":null,"createtime":null,"detail":null}}

    3. post请求拿到一般的json:

    url:postCommonJson
    参数:
    int id

    4.post请求拿到三字段标准json

    url:postStandardJson
    参数:
    int id

    5.文件上传

    url:upload
    参数:
    int id
    响应:
    标准的三字段json

    6 文件下载:(5M图片)

    (去掉/test/)
    /img/0.jpg

    需要ip的私信我.

    相关文章

      网友评论

          本文标题:阿里云上SSM的demo中的接口文档

          本文链接:https://www.haomeiwen.com/subject/ygxmittx.html