| ABBWebApiClientWrite 方法 | 
 重载列表
重载列表| 名称 | 说明 | |
|---|---|---|
|  | Write(String, Byte) | 
            使用POST的方式来向对方进行请求数据信息,需要使用url=开头,来表示是使用了原生的地址访问(重写 NetworkWebApiRobotBaseWrite(String, Byte).) Using POST to request data information from the other party, we need to start with url= to indicate that we are using native address access | 
|  | Write(String, String) | 
            使用POST的方式来向对方进行请求数据信息,需要使用url=开头,来表示是使用了原生的地址访问(重写 NetworkWebApiRobotBaseWrite(String, String).) Using POST to request data information from the other party, we need to start with url= to indicate that we are using native address access | 
 参见
参见