|
@@ -8,7 +8,7 @@ type Reply struct {
|
|
|
}
|
|
|
|
|
|
type SqlManageReq struct {
|
|
|
- Id int64 `json:"id"`
|
|
|
+ Id float64 `json:"id"`
|
|
|
Params []Param `json:"params"`
|
|
|
}
|
|
|
|
|
@@ -18,6 +18,6 @@ type Param struct {
|
|
|
}
|
|
|
|
|
|
type MyInfoReq struct {
|
|
|
- Bid string `json:"bid "`
|
|
|
- Sid string `json:"sid "`
|
|
|
+ Bid string `json:"bid,optional"`
|
|
|
+ Sid string `json:"sid"`
|
|
|
}
|