|
@@ -483,7 +483,7 @@ type ZHCustom struct {
|
483
|
483
|
HospApprFlag int64
|
484
|
484
|
}
|
485
|
485
|
type ZHRequestResult struct {
|
486
|
|
- Output Output `json:"output" form:"output"`
|
|
486
|
+ Output string `json:"output" form:"output"`
|
487
|
487
|
Infcode int64 `gorm:"column:infcode" json:"infcode" form:"infcode"`
|
488
|
488
|
WarnMsg string `gorm:"column:warn_msg" json:"warn_msg" form:"warn_msg"`
|
489
|
489
|
Cainfo string `gorm:"column:cainfo" json:"cainfo" form:"cainfo"`
|