mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-15 06:59:20 +08:00
10 lines
146 B
Go
10 lines
146 B
Go
package request
|
|
|
|
type AreaReq struct {
|
|
AreaName string
|
|
GroupName string
|
|
TemplateName string
|
|
NotifyUrl string
|
|
AttachParams string
|
|
}
|