Alice52
Alice52
@zhangyd-c 1. 可以考虑集成 京东智联云 的 OAuth 嘛? 2. docs - https://docs.jdcloud.com/cn/ias/oauth2-service
## Problem Description - **My intent is to manage all labels in this config for all repoes!!!** ### What is actually happening 1. I create a repo, named `.github` 2....
```go if c.DebugSwitch == gopay.DebugOn { xlog.Debugf("Wechat_V3_Url: %s", url) xlog.Debugf("Wechat_V3_Req_Body: %s", bm.JsonBody()) xlog.Debugf("Wechat_V3_Req_Headers: %#v", req.Header) } ``` 以上源码中的 Debug 日志怎么重定向到指定文件, 比如go-zero的日志文件 @iGoogle-ink
1. how to define raw array in request ```sql @server( middleware: CheckUrl group: media/gallery prefix: /api/media/gallery ) service admin-api { @handler MediaGalleryListAdd post /add-batch ([]AddGalleryReq ) returns () } ```...
@iGoogle-ink ## docs 1. https://developer.paypal.com/docs/api/orders/v2/#orders_trackers_patch 2. which request body is raw array, so how do this by `gopay.BodyMap`, which is map: `type BodyMap map[string]any` ```json [ { "op": "add", "path":...
## GORM Playground Link https://github.com/go-gorm/playground/pull/1 ## Description ```go func (d *DO) Updates(value interface{}) (info ResultInfo, err error) { var rawTyp, valTyp reflect.Type rawTyp = reflect.TypeOf(value) if rawTyp.Kind() == reflect.Ptr {...