test gdeposit

This commit is contained in:
shoopea 2019-08-21 12:08:11 +08:00
parent 12cdb9c87a
commit 39ec0ccbf4

2
bot.go
View File

@ -619,6 +619,8 @@ func botGDepositAll(m *tb.Message) {
t := time.Now().UTC()
_, err := createJob(objSubTypeJobGDeposit, objJobPriority, int64(m.Chat.ID), 0, t, b)
log.Printf("botGDepositAll : json : %s\n", string(b))
if err != nil {
c := TGCommand{
Type: commandReplyMsg,