WebServer
The following operations are supported. For a formal definition, please review the Service Description.
-
GetProVersion
获取程序版本 -
agent_bill_autoadjust
磅单费用自动调整 -
agent_bill_chg_jsstate
修改结算状态 -
agent_bill_chgprice
手工调整磅单价格 -
agent_bind_comp
给用户绑定单位 -
agent_car_pingjia
车辆评分 -
agent_car_wg
车辆作业完工 -
agent_carzj_apend
增加招集信息 -
agent_carzj_apendcar
增加招集车辆 -
agent_chat_append
保存消息 -
agent_chat_sch_auto
查询消息,客户打开程序后,自动显示别人发的消息 -
agent_chat_sch_init
查询消息,客户打开程序时,初始显示当前时间前5条消息 -
agent_chat_sch_pre
用户下滑时,显示以前的5条消息 -
agent_chgBieMing
更新货代别名 -
agent_chgadmin
修改物流的管理员 -
agent_chgpwd
修改密码 -
agent_edt
修改货代信息 -
agent_getadmin
获取物流的管理员 -
agent_gps_getpos_real
获取车辆实时位置 -
agent_ins_phonebook
增加电话通讯录 -
agent_login
登录 -
agent_mng_planprice
修改计划的单价 -
agent_mng_planprice_chg
修改计划中某车的单价 -
agent_mng_planprice_del
删除计划中某车的单价 -
agent_myinfo_edt
修改货代信息 -
agent_plan_delegage_chgstate
取消委派 -
agent_plan_delegate
计划委派给其它货代,物流 或 车队 -
agent_plan_live
作业实况查询 -
agent_plan_pg
车辆派工 -
agent_plan_sign
作业计划签收 -
agent_plan_tozhaogong
计划转招工 -
agent_planbill_autoadjust
计划中所有磅单费用自动调整 -
agent_planbill_jiesuan
计划中所有磅单全部结算 -
agent_post_position
上传GPS坐标 -
agent_reg
注册 -
agent_reg_simple
简明注册 -
agent_removeMember
修改物流的管理员 -
agent_sch_available
查询当前已审批的合法的货代物流名称 -
agent_sch_available_agentAddTeam
查询当前已审批的合法的货代+车队名称 -
agent_sch_bill
查询货代计划的磅单 -
agent_sch_bill_byjsstate
查询货代计划的磅单 -
agent_sch_bill_new
查询货代的磅单 -
agent_sch_car
查询车辆 -
agent_sch_car_canzj
查询可招集车辆 -
agent_sch_car_pingjia
查询派工评分 -
agent_sch_carzj
按条件查询车辆招集信息 -
agent_sch_carzj_car
按条件查询招工信息指定的车辆 -
agent_sch_comp
查询货代信息 -
agent_sch_dict
查询系统字典 -
agent_sch_emptycar
查询空车 -
agent_sch_emptycar_tuijian
查询推荐空车 -
agent_sch_guiji
获取车辆轨迹 -
agent_sch_mod_config
的模块配置表 -
agent_sch_myinfo
查询本人信息 -
agent_sch_notice
查询系统通知信息 -
agent_sch_othernameAndport
查询单位别名,及系统内注册的所有港口 -
agent_sch_plan_all
查询作业计划 -
agent_sch_plan_tj
按条件查询作业计划 -
agent_sch_plan_tj2
按条件查询作业计划+时间限制 -
agent_sch_plan_tj3
按条件查询作业计划+时间限制 -
agent_sch_plandelegate
查询计划的委派列表 -
agent_sch_planprice
查询该单位、计划的运费 -
agent_sch_task
查询货运任务:sjb,sje,agent必填 -
agent_sch_user
查询本单位的账户 -
agent_sch_user_all
查询所有非正常账户 -
agent_sch_warn
获取报警事件 -
agent_sch_warn_last
获取报警事件 -
agent_sch_zhaogong_own
查询本单位招工信息 -
agent_sch_zhaogong_res
查询招工单结果信息 -
agent_sch_zhaogong_tj
按条件查询招工信息 -
agent_sch_zhaogong_tj2
按条件查询招工信息 -
agent_shikuang_bill
车辆实况 -
agent_shikuang_car
车辆实况 -
agent_statis
统计方法 -
agent_statis_bill
统计的货代的磅单 -
agent_statis_bill_mx
统计的货代的磅单 -
agent_task_add
新增作业任务 -
agent_tast_bindplan
绑定作业任务的港方计划 -
agent_tast_chgstate
修改作业任务状态 -
agent_user_check
审核账户 -
agent_working_statisinfo
作业实况 -
agent_working_statisinfo_旧
作业实况 -
cent_chgpwd
修改密码 -
cent_login
登录 -
cent_reg_simple
简明注册 -
findPass
找回密码 -
getCarPayState_lq
获取岚桥车辆接单时的付款状态 -
park_get_caronway
获取车道上当前的车辆 -
wy_login
网页登录 -
wy_sysused_static
网页首页统计
This web service is using http://tempuri.org/ as its default namespace.
Recommendation: Change the default namespace before the XML Web service is made public.
Each XML Web service needs a unique namespace in order for client applications to distinguish it from other services on the Web. http://tempuri.org/ is available for XML Web services that are under development, but published XML Web services should use a more permanent namespace.
Your XML Web service should be identified by a namespace that you control. For example, you can use your company's Internet domain name as part of the namespace. Although many XML Web service namespaces look like URLs, they need not point to actual resources on the Web. (XML Web service namespaces are URIs.)
For XML Web services creating using ASP.NET, the default namespace can be changed using the WebService attribute's Namespace property. The WebService attribute is an attribute applied to the class that contains the XML Web service methods. Below is a code example that sets the namespace to "http://microsoft.com/webservices/":
C#
[WebService(Namespace="http://microsoft.com/webservices/")]
public class MyWebService {
// implementation
}
Visual Basic
<WebService(Namespace:="http://microsoft.com/webservices/")> Public Class MyWebService
' implementation
End Class
C++
[WebService(Namespace="http://microsoft.com/webservices/")]
public ref class MyWebService {
// implementation
};
For more details on XML namespaces, see the W3C recommendation on Namespaces in XML.
For more details on WSDL, see the WSDL Specification.
For more details on URIs, see RFC 2396.