SignurlPm.go 173 B

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