Skip to content

Commit abef1cf

Browse files
committed
update README
1 parent 9bc102f commit abef1cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ window.location.href = "pocketeos://?param='%7B%0A%20%20%22action%22%20:%20%22lo
6767

6868
### 回调结果示例
6969

70-
####取消/失败
70+
#### 取消/失败
7171

72-
```json
72+
```
7373
{
7474
//根据action判断行为
7575
"action": "login/transfer/pushTransactions",
@@ -85,7 +85,7 @@ window.location.href = "pocketeos://?param='%7B%0A%20%20%22action%22%20:%20%22lo
8585

8686
#### login成功
8787

88-
```json
88+
```objective-c
8989
{
9090
account = "zhoiyingbind",
9191
ref = "PocketECO",
@@ -104,7 +104,7 @@ window.location.href = "pocketeos://?param='%7B%0A%20%20%22action%22%20:%20%22lo
104104

105105
#### transfer成功
106106

107-
```json
107+
```objective-c
108108
{
109109
action = "transfer",
110110
ref = "PocketECO",
@@ -122,7 +122,7 @@ window.location.href = "pocketeos://?param='%7B%0A%20%20%22action%22%20:%20%22lo
122122

123123
#### pushTransactions成功
124124

125-
```json
125+
```objective-c
126126
{
127127
action = "pushTransactions",
128128
ref = "PocketECO",

0 commit comments

Comments
 (0)