Showing
1 changed file
with
40 additions
and
40 deletions
... | @@ -35,50 +35,50 @@ | ... | @@ -35,50 +35,50 @@ |
35 | 35 | ||
36 | #### 第二步获取状态(不用获取状态的功能请跳过此步骤执行第三步) | 36 | #### 第二步获取状态(不用获取状态的功能请跳过此步骤执行第三步) |
37 | 37 | ||
38 | -| 接口名 | 方法名 | 参数 | 返回结果 | | 38 | +| 接口名 | 方法名 | 参数 | 返回结果 | |
39 | -|--------------|-------------------------|------------------------------------|---------------------------| | 39 | +|------------|--------------------------|------------------------------------|------------------------------| |
40 | -| 绑定账号 | getLinkedAccountStatus | Map集合,key表示绑定平台,比如谷歌就传 | "true" 表示绑定了该平台 | | 40 | +| 绑定账号 | getLinkedAccountStatus | Map集合,key表示绑定平台,比如谷歌就传 | "true" 表示绑定了该平台 | |
41 | -| | | google,facebook就传facebook,不确定 | "false" 表示未绑定该平台 | | 41 | +| | | google,facebook就传facebook,不确定 | "false" 表示未绑定该平台 | |
42 | -| | | 平台传other;value传""就好 | | | 42 | +| | | 平台传other;value传""就好 | | |
43 | -|--------------|-------------------------|------------------------------------|---------------------------| | 43 | +|------------|--------------------------|------------------------------------|------------------------------| |
44 | -| 设置推送 | getPushStatus | Map集合,key表示推送类型,比如全体推送 | "true" 表示设置了该推送 | | 44 | +| 设置推送 | getPushStatus | Map集合,key表示推送类型,比如全体推送 | "true" 表示设置了该推送 | |
45 | -| | | 就传enable,夜间推送就传night,广告推送 | "false" 表示未设置该推送 | | 45 | +| | | 就传enable,夜间推送就传night,广告推送 | "false" 表示未设置该推送 | |
46 | -| | | 就传ad;value传""就好 | | | 46 | +| | | 就传ad;value传""就好 | | |
47 | -|--------------|--------------------------|-------------------------------------|--------------------------| | 47 | +|-----------|---------------------------|-------------------------------------|-----------------------------| |
48 | 48 | ||
49 | 49 | ||
50 | #### 第三步设置功能 | 50 | #### 第三步设置功能 |
51 | 51 | ||
52 | -| 接口名 | 方法名 | 参数 | 返回状态码 | | 52 | +| 接口名 | 方法名 | 参数 | 返回状态码 | |
53 | -|-----------------------|---------------------------|--------------------------------------|-----------------------| | 53 | +|-----------------------|---------------------------|------------------------------------------|-----------------------| |
54 | -| Facebook好友界面 | showFaceBookFriendsView | null | 无 | | 54 | +| Facebook好友界面 | showFaceBookFriendsView | null | 无 | |
55 | - | 55 | +| | | | | |
56 | -| 分享到Facebook | showShareFacebookView | null | 成功 1104 失败 1204 | | 56 | +| 分享到Facebook | showShareFacebookView | null | 成功 1104 失败 1204 | |
57 | - | 57 | +| | | | | |
58 | -| 删除账号 | deleteMember | null | 成功 1107 失败 1207 | | 58 | +| 删除账号 | deleteMember | null | 成功 1107 失败 1207 | |
59 | - | 59 | +| | | | | |
60 | -| 显示公告 | showNotice | null | 无 | | 60 | +| 显示公告 | showNotice | null | 无 | |
61 | - | 61 | +| | | | | |
62 | -| 显示cafe窗口 | showNaverCafePlug | null | 无 | | 62 | +| 显示cafe窗口 | showNaverCafePlug | null | 无 | |
63 | - | 63 | +| | | | | |
64 | -| 谷歌评论 | showGoogleComment | null | 成功 1106 失败 1206 | | 64 | +| 谷歌评论 | showGoogleComment | null | 成功 1106 失败 1206 | |
65 | - | 65 | +| | | | | |
66 | -| 绑定账号(绑定) | createLinkingAccount | Map集合,key表示绑定平台,比如谷歌就传 | 成功 1100 失败 1200 | | 66 | +| 绑定账号(绑定) | createLinkingAccount | Map集合,key表示绑定平台,比如谷歌就传 | 成功 1100 失败 1200 | |
67 | -| | | google,facebook就传facebook,不确定 | | | 67 | +| | | google,facebook就传facebook,不确定 | | |
68 | -| | | 平台传other;value传""就好 | | | 68 | +| | | 平台传other;value传""就好 | | |
69 | - | 69 | +| | | | | |
70 | -| 绑定账号(解绑) | deleteLinkingAccount | Map集合,key表示绑定平台,比如谷歌就传 | 成功 1101 失败 1201 | | 70 | +| 绑定账号(解绑) | deleteLinkingAccount | Map集合,key表示绑定平台,比如谷歌就传 | 成功 1101 失败 1201 | |
71 | -| | | google,facebook就传facebook,不确定 | | | 71 | +| | | google,facebook就传facebook,不确定 | | |
72 | -| | | 平台传other;value传""就好 | | | 72 | +| | | 平台传other;value传""就好 | | |
73 | - | 73 | +| | | | | |
74 | -| 设置推送(允许) | setPushEnable | Map集合,key表示推送类型,比如全体推送 | 成功 1103 失败 1203 | | 74 | +| 设置推送(允许) | setPushEnable | Map集合,key表示推送类型,比如全体推送 | 成功 1103 失败 1203 | |
75 | -| | | 就传enable,夜间推送就传night,广告推送 | | | 75 | +| | | 就传enable,夜间推送就传night,广告推送 | | |
76 | -| | | 就传ad;value传""就好 | | | 76 | +| | | 就传ad;value传""就好 | | |
77 | - | 77 | +| | | | | |
78 | -| 设置推送(不允许) | setPushDisable | Map集合,key表示推送类型,比如全体推送 | 成功 1105 失败 1205 | | 78 | +| 设置推送(不允许) | setPushDisable | Map集合,key表示推送类型,比如全体推送 | 成功 1105 失败 1205 | |
79 | -| | | 就传enable,夜间推送就传night,广告推送 | | | 79 | +| | | 就传enable,夜间推送就传night,广告推 送 | | |
80 | -| | | 就传ad;value传""就好 | | | 80 | +| | | 就传ad;value传""就好 | | |
81 | -|------------------------|----------------------------|---------------------------------------|------------------------| | 81 | +|-----------------------|---------------------------|-----------------------------------------|------------------------| |
82 | 82 | ||
83 | ### 接入事例 | 83 | ### 接入事例 |
84 | #### 无需进行第二步以 显示公告 为例 | 84 | #### 无需进行第二步以 显示公告 为例 | ... | ... |
-
Please register or login to post a comment