package common type SignurlPm struct { // 签署状态 0 签署成功、 200 签署失败 Code *int64 `json:"code"` Result *SignurlPmResult `json:"result,omitempty"` }