c#后端调用webapi的方法
摘要:最近因为后端需要调用webapi接口,因此写了一个通用接口,如下: 1 private static async Task<bool> InvokeWebapi(string url, string api, string type, Dictionary<string, string> dics)
阅读全文
posted @ 2019-09-12 15:49
posted @ 2019-09-12 15:49