forked from palaa/demo_php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbityes.htm
173 lines (173 loc) · 4.09 KB
/
bityes.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
</head><body><pre><br>请求的接口为:获取个人资产信息<br><br>Array
(
[total] => 0.00
[net_asset] => 0.00
[available_cny_display] => 0.00
[available_btc_display] => 0.0000
[available_ltc_display] => 0.0000
[frozen_cny_display] => 0.00
[frozen_btc_display] => 0.0000
[frozen_ltc_display] => 0.0000
[loan_cny_display] => 0.00
[loan_btc_display] => 0.0000
[loan_ltc_display] => 0.0000
)
</pre>
<style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
<pre><br>请求的接口为:获取所有正在进行的委托<br><br>Array
(
)
</pre>
<style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
<pre><br>请求的接口为:获取委托详情<br><br>Array
(
[result] => fail
[code] => 26
[msg] => 该委托不存在
[time] => 1416796833
)
</pre>
<style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
<pre><br>请求的接口为:买入<br><br>Array
(
[result] => fail
[code] => 102
[msg] => 买入价格不能高于现价的110%
[time] => 1416796833
)
</pre>
<style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
<pre><br>请求的接口为:卖出<br><br>Array
(
[result] => fail
[code] => 10
[msg] => 没有足够的比特币
[time] => 1416796833
)
</pre>
<style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
<pre><br>请求的接口为:买入(市价单)<br><br>Array
(
[result] => fail
[code] => 2
[msg] => 没有足够的人民币
[time] => 1416796834
)
</pre>
<style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
<pre><br>请求的接口为:卖出(市价单)<br><br>Array
(
[result] => fail
[code] => 10
[msg] => 没有足够的比特币
[time] => 1416796834
)
</pre>
<style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
<pre><br>请求的接口为:取消委托单<br><br>Array
(
[result] => fail
[code] => 26
[msg] => 该委托不存在
[time] => 1416796834
)
</pre>
</pre></body></html>