This commit is contained in:
shoopea 2020-01-16 22:56:39 +08:00
parent 7cb6ceeb54
commit ee47b8058b

4
job.go
View File

@ -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