package handle import ( "WechatGateWay/global" "WechatGateWay/third_part" "WechatGateWay/utils" "net/http" ) func replyImage(msgContent MsgContent, timestamp, nonce string, w http.ResponseWriter) { third_part.SendPicMid(msgContent.FromUsername, utils.RandMapValue(global.ImageMap)) }