mirror of
https://git.oceanpay.cc/danial/kami_script.git
synced 2025-12-18 20:56:47 +00:00
7 lines
162 B
Go
7 lines
162 B
Go
package models
|
|
|
|
type AppleAccountRecord struct {
|
|
Account string `json:"account" description:"账户"`
|
|
Password string `json:"password" description:"密码"`
|
|
}
|