web api 怎么发送复杂的参数

2025-04-13 02:36:25
推荐回答(1个)
回答1:

webapi,可以根据对方请 content type来返回json格式
一般你只需要在webapi中
public 对象 myAPI()
{
return 对象;
}
就可以了