This commit is contained in:
shoopea 2020-01-26 21:50:41 +08:00
parent 3f99f9a852
commit 3f61af2ce9
2 changed files with 2 additions and 2 deletions

2
bot.go
View File

@ -660,7 +660,7 @@ func botListParsingRule(m *tb.Message) {
return
}
func botGStock(m ChatWarsMessage) {
func botGStock(m *ChatWarsMessage) {
clt, err := getLockedIdleClient()
if err != nil {
c := TGCommand{

2
job.go
View File

@ -1972,7 +1972,7 @@ func jobGetVault(j Job) {
logOnError(err, "jobGetVault : parseSubTypeMessageGStockAnyAck")
for _, disp := range cwm.Stock {
item := ChatWarsItem{
item := ChatWarsItems{
Code: disp.Code,
ItemID64: disp.ItemID64,
Name: disp.Name,