stl.go 67 B

12345
  1. package request
  2. type STLReq struct {
  3. Data string `json:"data"`
  4. }