temp
This commit is contained in:
@@ -372,8 +372,8 @@ type QueryExampleResp struct {
|
||||
}
|
||||
|
||||
type QueryGenerateShareLinkReq struct {
|
||||
OrderId int64 `path:"order_id,optional"`
|
||||
OrderNo string `path:"order_no,optional"`
|
||||
OrderId int64 `json:"order_id,optional"`
|
||||
OrderNo string `json:"order_no,optional"`
|
||||
}
|
||||
|
||||
type QueryGenerateShareLinkResp struct {
|
||||
|
||||
Reference in New Issue
Block a user