WebService接口直CALL配置

<configuration>
  <system.web>
    <webServices>
      <protocols>
        <add name="HttpGet"/>
        <add name="HttpPost"/>
      </protocols>
    </webServices>
  </system.web>
</configuration>

 

posted @ 2021-01-18 16:06  全栈攻城师  阅读(190)  评论(0)    收藏  举报