mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-13 14:09: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
|
|
}
|