REST API return image as part of the response

后端 未结 0 1149
广开言路
广开言路 2020-12-13 18:31

I have a web API endpoint returning model like this:

public class Response {
    public int Result { get; set; }
    public string Name { get; set; }
    // s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题