GiantCroc

Results 14 comments of GiantCroc
trafficstars

@phlax Hi, the CI seems get stuck, could you help to fix it so that we can merge this PR? Thanks!

> @giantcroc would you mind to submit a empty commit, then retrigger the CI, then I can help you merge the PR Sure, thanks!

> 都base64了,为何不搞成string呢? > > ```go > ApplyRequest { > Task string `json:"task"` > } > ``` We use `json.Marshal(ApplyRequest)` to process the request struct in client,and base64 encoded data is...

> Go-zero will not help you with type conversion, so your data type must be consistent with the input parameters. ``` func unmarshalJsonReader(reader io.Reader, v any, unmarshaler *Unmarshaler) error {...