@apis1990
2016-11-03T08:05:29.000000Z
字数 336
阅读 401
其他
测试地址:http://36.33.24.119:8081/api/shareApp.php
参数 | 类型 | 是否必须 | 描述 |
---|---|---|---|
type | int | yes | App类型 0 学员端 1 教练端 |
1、请求参数样式:
type = 0;
2、返回的结果数据
{
"code": 200,
"msg": "OK",
"data": {
"share_title": "嘻哈学车",
"share_content": "嘻哈学车,让你招生更轻松,管理更方便",
"share_link": "http://m.xihaxueche.com:8001/html_h5/index.html",
"share_pic": ""
}
}