mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-11 04:59:21 +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
|
||
|
}
|