This commit is contained in:
2021-12-21 18:03:55 +08:00
parent 0df3603ef2
commit b8d1391bde
12 changed files with 458 additions and 169 deletions

View File

@@ -13,11 +13,14 @@
package fund
import (
"fmt"
"stock/wxgzh"
"testing"
)
func Test_Fund(t *testing.T) {
msg := FundsMsg()
fmt.Println(msg)
f := NewFunds("006229", "162412")
err := wxgzh.Send("o-KDV6NbRaanYz55fJuSgyR0qxxU", f)
if err != nil {
t.Error(err)
}
}