test gdeposit
This commit is contained in:
parent
12cdb9c87a
commit
39ec0ccbf4
2
bot.go
2
bot.go
@ -619,6 +619,8 @@ func botGDepositAll(m *tb.Message) {
|
|||||||
t := time.Now().UTC()
|
t := time.Now().UTC()
|
||||||
_, err := createJob(objSubTypeJobGDeposit, objJobPriority, int64(m.Chat.ID), 0, t, b)
|
_, err := createJob(objSubTypeJobGDeposit, objJobPriority, int64(m.Chat.ID), 0, t, b)
|
||||||
|
|
||||||
|
log.Printf("botGDepositAll : json : %s\n", string(b))
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
c := TGCommand{
|
c := TGCommand{
|
||||||
Type: commandReplyMsg,
|
Type: commandReplyMsg,
|
||||||
|
Loading…
Reference in New Issue
Block a user