package handle import ( "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)) third_part.SendPicFile(msgContent.FromUsername, "/app/data/"+utils.RandomFile("/app/data")) }