fix
This commit is contained in:
parent
c9dfec717c
commit
c4dc31493a
|
@ -13,7 +13,7 @@ type RequestReadImages struct {
|
||||||
|
|
||||||
type RenderNotifyReq struct {
|
type RenderNotifyReq struct {
|
||||||
Sign string `json:"sign"`
|
Sign string `json:"sign"`
|
||||||
Time int64 `json:"time"`
|
RequestTime string `json:"request_time"`
|
||||||
Info NotifyInfo `json:"info"`
|
Info NotifyInfo `json:"info"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ service render {
|
||||||
//渲染完了通知接口
|
//渲染完了通知接口
|
||||||
type RenderNotifyReq {
|
type RenderNotifyReq {
|
||||||
Sign string `json:"sign"`
|
Sign string `json:"sign"`
|
||||||
Time int64 `json:"time"`
|
RequestTime string `json:"request_time"`
|
||||||
Info NotifyInfo `json:"info"`
|
Info NotifyInfo `json:"info"`
|
||||||
}
|
}
|
||||||
type NotifyInfo {
|
type NotifyInfo {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user