Sai Yang

Results 10 comments of Sai Yang

> // update 2019/09/04 > wxs.GET("/call", wx.WxCall) > wxs.POST("/call", wx.WxCall) > > func WxCall(c *gin.Context) { > r := c.Request > w := c.Writer > msgServer.ServeHTTP(w, r, nil) > }...

这个项目有没有web管理地址,怎么访问后台

func root(c *api.Context, w http.ResponseWriter, r *http.Request) { if !CheckBrowserCompatability(c, r) { w.WriteHeader(http.StatusBadRequest) w.Header().Set("Cache-Control", "no-store") w.Write([]byte(c.T("web.check_browser_compatibility.app_error"))) return } if api.IsApiCall(r) { api.Handle404(w, r) return } w.Header().Set("Cache-Control", "no-cache, max-age=31556926, public") clientDir,...

> 有的吧 怎么设置呢

Change plug-in schema Lua, change the type of the corresponding field to string. Then, when processing data, convert the string into a table structure. Use the ”file-log” provided by the...

After I changed to the cython library you provided, the overlay effect was incorrect, which is different from the previous pure Python implementation. Why is this

> ClientConn 但是OnConnectOption 方法并没有context信息

> @json7 请查看一下线程池部分的代码噢,不过我目前没有添加这样的功能,你可以把代码fork过去随意修改哈!:) ok