NetworkWebApiRobotBaseWriteAsync 方法 |
名称 | 说明 | |
---|---|---|
WriteAsync(String, Byte) |
使用POST的方式来向对方进行请求数据信息,需要使用url=开头,来表示是使用了原生的地址访问 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 | |
WriteAsync(String, String) |
使用POST的方式来向对方进行请求数据信息,需要使用url=开头,来表示是使用了原生的地址访问 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 |