mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-06 05:32:26 +08:00
improve comment ,参考:https://github.com/huacnlee/autocorrect
This commit is contained in:
@@ -14,7 +14,7 @@ const (
|
||||
// InvokeCloudFunctionRes 云函数调用返回结果
|
||||
type InvokeCloudFunctionRes struct {
|
||||
util.CommonError
|
||||
RespData string `json:"resp_data"` // 云函数返回的buffer
|
||||
RespData string `json:"resp_data"` // 云函数返回的 buffer
|
||||
}
|
||||
|
||||
// InvokeCloudFunction 云函数调用
|
||||
|
||||
Reference in New Issue
Block a user