From ee47b8058bd66de3d518fdbc2105fe8cf70b7f21 Mon Sep 17 00:00:00 2001 From: shoopea Date: Thu, 16 Jan 2020 22:56:39 +0800 Subject: [PATCH] test --- job.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/job.go b/job.go index 9533704..6ff7490 100644 --- a/job.go +++ b/job.go @@ -1587,7 +1587,9 @@ func jobGWithdraw(j Job) { c.Encrypt(out, in) ref := hex.EncodeToString(out) - user, err := bot.ChatByID(fmt.Sprintf("%d", p.UserID64)) + var userid string + userid = fmt.Sprintf("%d", p.UserID64) + user, err := bot.ChatByID(userid) logOnError(err, "jobGWithdraw : ChatByID") var stock string