Documentation
¶
Index ¶
- type Code
- func (code *Code) AuditStatus(auditId int64) (map[string]interface{}, error)
- func (code *Code) Commit(templateId int64, version, description, extJson string) error
- func (code *Code) GetCategory() ([]map[string]interface{}, error)
- func (code *Code) GetPage() ([]string, error)
- func (code *Code) LatestAuditStatus() (map[string]interface{}, error)
- func (code *Code) QrCode(path string) ([]byte, string, error)
- func (code *Code) Release() error
- func (code *Code) RevokeAudit() error
- func (code *Code) RollbackRelease() error
- func (code *Code) SubmitAudit(data map[string]interface{}) (int64, error)
- func (code *Code) UrgentAudit(auditId int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Code ¶
type Code struct {
// contains filtered or unexported fields
}
Code 小程序代码管理
func New ¶
func New(account contracts.AccountInterface) *Code
func (*Code) AuditStatus ¶
AuditStatus 查询指定版本的审核状态
func (*Code) GetCategory ¶
GetCategory 获取小程序类目信息
func (*Code) LatestAuditStatus ¶
LatestAuditStatus 查询最新一次提交的审核状态
func (*Code) SubmitAudit ¶
SubmitAudit 提交审核
Click to show internal directories.
Click to hide internal directories.