package handle import ( "WechatGateWay/third_part" "net/http" ) func replyImage(msgContent MsgContent, timestamp, nonce string, w http.ResponseWriter) { third_part.SendPicFile(msgContent.FromUsername, "/app/data/ygg.jpg") }