LiGuo

Results 33 comments of LiGuo

> [@LGinC](https://github.com/LGinC) your config is not evidence of a problem. my fault, mosdns in my router not work correctly, caddy work fine after stop mosdns.

Account customer number: , unsuccessful response while calling center/login: {'sta': '40318', 'message': '密码登录功能进行了安全升级,请升级为最新的版本', 'data': None}

```csharp [OAuthToken("myTokenProvider")] public interface IMyApi : IHttpApi { Task GetResultAsync(string appName, string id); } services.AddTokenProvider("myTokenProvider"); ``` 这样吗? 和我的需求不太相符。 我的需求大概是这样的。 定义了appName和apiKey的映射字典 ```json "ApiKeys": { "testApp": "xxxxxxxxx", "prodApp": "xxxxxxxx", "preApp": "xxxxxxxx" }...