Showing
1 changed file
with
37 additions
and
37 deletions
| ... | @@ -21,18 +21,18 @@ | ... | @@ -21,18 +21,18 @@ |
| 21 | | 优惠券 | hasCoupon | 无参数 | true 执行第三步的相应接口,false 不显示入口 | | 21 | | 优惠券 | hasCoupon | 无参数 | true 执行第三步的相应接口,false 不显示入口 | |
| 22 | | | | | | | 22 | | | | | | |
| 23 | | 分享 | hasShareView | null | Json字符串,空串代表不显示任何入口,否则cp通过解析 | | 23 | | 分享 | hasShareView | null | Json字符串,空串代表不显示任何入口,否则cp通过解析 | |
| 24 | -| json字符串,然后通过对应的分享平台key,获取 | 24 | +| | | | json字符串,然后通过对应的分享平台key,获取 | |
| 25 | -| 相应的值来决定是否显示入口,"true"代表显示, | 25 | +| | | | 相应的值来决定是否显示入口,"true"代表显示, | |
| 26 | -| "false"代表不显示,目前支持的分享平台key有 | 26 | +| | | | "false"代表不显示,目前支持的分享平台key有 | |
| 27 | -| facebook分享:"facebook" | 27 | +| | | | facebook分享:"facebook" | |
| 28 | -| facebook截屏分享:"facebook_capture" | 28 | +| | | | facebook截屏分享:"facebook_capture" | |
| 29 | -| twitter分享:"twitter" | 29 | +| | | | twitter分享:"twitter" | |
| 30 | -| twitter截屏分享:"twitter_capture" | 30 | +| | | | twitter截屏分享:"twitter_capture" | |
| 31 | -| line截屏分享:"line_capture" | 31 | +| | | | line截屏分享:"line_capture" | |
| 32 | -| instagram截屏分享:"instagram_capture" | 32 | +| | | | instagram截屏分享:"instagram_capture" | |
| 33 | -| 返回事例:{"facebook":"true", | 33 | +| | | | 返回事例:{"facebook":"true", | |
| 34 | -| "facebook_capture":"true", | 34 | +| | | | "facebook_capture":"true", | |
| 35 | -| "instagram_capture":"false"} | 35 | +| | | | "instagram_capture":"false"} | |
| 36 | | | | | | | 36 | | | | | | |
| 37 | | 删除账号 | hasDeleteMember | 无参数 | true 执行第三步的相应接口,false 不显示入口 | | 37 | | 删除账号 | hasDeleteMember | 无参数 | true 执行第三步的相应接口,false 不显示入口 | |
| 38 | | | | | | | 38 | | | | | | |
| ... | @@ -43,26 +43,26 @@ | ... | @@ -43,26 +43,26 @@ |
| 43 | | 谷歌评论 | hasGoogleComment | 无参数 | true 执行第三步的相应接口,false 不显示入口 | | 43 | | 谷歌评论 | hasGoogleComment | 无参数 | true 执行第三步的相应接口,false 不显示入口 | |
| 44 | | | | | | | 44 | | | | | | |
| 45 | | 绑定账号 | hasLinkedAccountView | null | Json字符串,空串代表不显示任何入口,否则cp通过解析 | | 45 | | 绑定账号 | hasLinkedAccountView | null | Json字符串,空串代表不显示任何入口,否则cp通过解析 | |
| 46 | -| json字符串,然后通过对应的绑定平台key,获取 | 46 | +| | | | json字符串,然后通过对应的绑定平台key,获取 | |
| 47 | -| 相应的值来决定是否显示入口,"true"代表显示, | 47 | +| | | | 相应的值来决定是否显示入口,"true"代表显示, | |
| 48 | -| "false"代表不显示,目前支持的绑定平台key有 | 48 | +| | | | "false"代表不显示,目前支持的绑定平台key有 | |
| 49 | -| facebook绑定:"facebook" | 49 | +| | | | facebook绑定:"facebook" | |
| 50 | -| google绑定:"google" | 50 | +| | | | google绑定:"google" | |
| 51 | -| 不确定绑定平台:"other" | 51 | +| | | | 不确定绑定平台:"other" | |
| 52 | -| 返回事例:{"facebook":"true", | 52 | +| | | | 返回事例:{"facebook":"true", | |
| 53 | -| "google":"true", | 53 | +| | | | "google":"true", | |
| 54 | -| "other":"false"} | 54 | +| | | | "other":"false"} | |
| 55 | -| | | | | | 55 | +| | | | | |
| 56 | | 设置推送 | hasPushView | null | Json字符串,空串代表不显示任何入口,否则cp通过解析 | | 56 | | 设置推送 | hasPushView | null | Json字符串,空串代表不显示任何入口,否则cp通过解析 | |
| 57 | -| json字符串,然后通过对应的推送类型key,获取 | 57 | +| | | | json字符串,然后通过对应的推送类型key,获取 | |
| 58 | -| 相应的值来决定是否显示入口,"true"代表显示, | 58 | +| | | | 相应的值来决定是否显示入口,"true"代表显示, | |
| 59 | -| "false"代表不显示,目前支持的推送类型key有 | 59 | +| | | | "false"代表不显示,目前支持的推送类型key有 | |
| 60 | -| 全体推送:"enable" | 60 | +| | | | 全体推送:"enable" | |
| 61 | -| 夜间推送:"night" | 61 | +| | | | 夜间推送:"night" | |
| 62 | -| 广告推送:"ad" | 62 | +| | | | 广告推送:"ad" | |
| 63 | -| 返回事例:{"enable":"true", | 63 | +| | | | 返回事例:{"enable":"true", | |
| 64 | -| "night":"true", | 64 | +| | | | "night":"true", | |
| 65 | -| "ad":"false"} | 65 | +| | | | "ad":"false"} | |
| 66 | 66 | ||
| 67 | #### 第二步获取状态(不用获取状态的功能请跳过此步骤执行第三步) | 67 | #### 第二步获取状态(不用获取状态的功能请跳过此步骤执行第三步) |
| 68 | 68 | ||
| ... | @@ -86,12 +86,12 @@ | ... | @@ -86,12 +86,12 @@ |
| 86 | | 优惠券 | coupon | Map集合,key传优惠券码,value为"" | 成功 1102 失败 1202 | | 86 | | 优惠券 | coupon | Map集合,key传优惠券码,value为"" | 成功 1102 失败 1202 | |
| 87 | | | | | | | 87 | | | | | | |
| 88 | | 分享 | showShareView | Map集合,key表示分享类型,value为"" | 成功 1104 失败 1204 | | 88 | | 分享 | showShareView | Map集合,key表示分享类型,value为"" | 成功 1104 失败 1204 | |
| 89 | -| facebook分享:"facebook" | 89 | +| | | facebook分享:"facebook" | | |
| 90 | -| facebook截屏分享:"facebook_capture" | 90 | +| | | facebook截屏分享:"facebook_capture" | | |
| 91 | -| twitter分享:"twitter" | 91 | +| | | twitter分享:"twitter" | | |
| 92 | -| twitter截屏分享:"twitter_capture" | 92 | +| | | twitter截屏分享:"twitter_capture" | | |
| 93 | -| line截屏分享:"line_capture" | 93 | +| | | line截屏分享:"line_capture" | | |
| 94 | -| instagram截屏分享:"instagram_capture" | 94 | +| | | instagram截屏分享:"instagram_capture" | | |
| 95 | | | | | | | 95 | | | | | | |
| 96 | | 删除账号 | deleteMember | null | 成功 1107 失败 1207 | | 96 | | 删除账号 | deleteMember | null | 成功 1107 失败 1207 | |
| 97 | | | | | | | 97 | | | | | | | ... | ... |
-
Please register or login to post a comment