Skip to content

Commit bea9317

Browse files
update web
1 parent 0b09c73 commit bea9317

File tree

2 files changed

+106
-346
lines changed

2 files changed

+106
-346
lines changed

http/communicate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func Communicate(w http.ResponseWriter, r *http.Request) {
5252

5353
web := robot.NewWeb(command, intUserId, realUserId, p, prompt, fileData, w, flusher)
5454
web.AddUserInfo()
55-
web.Exec()
55+
web.Robot.Exec()
5656
}
5757

5858
func ComWechatComm(w http.ResponseWriter, r *http.Request) {

0 commit comments

Comments
 (0)