| 123456789 |
- package common
- type SealMultipleResponse struct {
- // <ext>core:true</ext> 【印章ID】印章id 【传参】 可传入多个,格式:[123123123213,123213213213]。
- SealIds string `json:"sealIds,omitempty"`
- // <ext>core:true</ext> 【印章名称】印章名称 【传参】 可传入多个,格式:[“维森集团公章”,“众畅科技公章”]。
- Names string `json:"names,omitempty"`
- }
|