token issue

master
dustoair 3 years ago
parent 6de4292e0d
commit d80f69685f

@ -1,6 +1,7 @@
package handle
import (
"WechatGateWay/global"
"WechatGateWay/third_part"
"fmt"
"net/http"
@ -15,5 +16,6 @@ func replyImage(msgContent MsgContent, timestamp, nonce string, w http.ResponseW
fmt.Println(msgContent.Msgid)
fmt.Println(msgContent.Agentid)
fmt.Println(global.WechatAccessToken)
third_part.SendPicFile(msgContent.FromUsername, "/app/data/ygg.jpg")
}

Loading…
Cancel
Save