wxgzh
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user