intial commit
This commit is contained in:
23
models/platform.go
Normal file
23
models/platform.go
Normal file
@@ -0,0 +1,23 @@
|
||||
package models
|
||||
|
||||
type AppModules struct {
|
||||
Moduleid int `json:"moduleid"`
|
||||
Modulename string `json:"modulename"`
|
||||
Logourl string `json:"logourl"`
|
||||
Business int `json:"business"`
|
||||
Orders int `json:"orders"`
|
||||
}
|
||||
|
||||
type Smsproviders struct {
|
||||
Providerid int `json:"providerid"`
|
||||
Templatetypeid int `json:"templatetypeid"`
|
||||
Templatename string `json:"templatename"`
|
||||
Templateid int `json:"templateid"`
|
||||
Providerapi string `json:"providerapi"`
|
||||
Content string `json:"content"`
|
||||
Defaultprovider int `json:"defaultprovider"`
|
||||
Passkey int `json:"passkey"`
|
||||
}
|
||||
|
||||
|
||||
// https://msg.lionsms.com/api/smsapi?key=e57f5c9679af26077be1a7eadabb1b2a&route=7&sender=NEARLE&number=&templateid=1107168725266104678&sms=
|
||||
Reference in New Issue
Block a user