support importing transaction data from alipay export file

This commit is contained in:
MaysWind
2024-09-22 19:27:20 +08:00
parent 732fa3b9de
commit 52b37c2a13
19 changed files with 826 additions and 79 deletions
+5
View File
@@ -14,6 +14,11 @@ func (c *CliContext) GetContextId() string {
return ""
}
// GetClientLocale returns the client locale name
func (c *CliContext) GetClientLocale() string {
return ""
}
// WrapCliContext returns a context wrapped by this file
func WrapCilContext(cliCtx *cli.Context) *CliContext {
return &CliContext{