This website works better with JavaScript.
Home
Explore
Help
Sign In
tgo
/
orderrpcv2
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
16
Wiki
Activity
Browse Source
增加请求结构
master
v0.3.1
guzeng
3 years ago
parent
0889260abf
commit
c93d3b84b1
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
variable.go
+ 7
- 0
variable.go
View File
@ -9,3 +9,10 @@ type OrderCreateRes struct {
type
OrderCancelRes
struct
{
Success
bool
}
type
GetParam
struct
{
SiteId
string
Dbname
string
OrderId
string
Field
string
}
Write
Preview
Loading…
Cancel
Save