谁能写个demo参观一下呀,小弟我翻阅了不少资料还是没有能理解

WBOY
Release: 2016-06-13 12:27:08
Original
860 people have browsed it

哪位高手能写个demo参观一下呀,我翻阅了不少资料还是没有能理解。
1、 公共参数
当调用方发起调用时,需要传递以下的参数:
字段 属性 类型 长度 为空 说明
Auth 授权代码 字符 32 否 给字段由仓库给出,调用任何仓库的方法的时候都加入这个值

2、 基础资源
2.1 添加或更新物流业务
调用方法:SaveBusiness
传递参数:
字段 属性 类型 长度 为空 说明
Code 业务规则代码 字符 32 否
Name 业务规则名称 字符 64 否
MerchantCode 商家代码 字符 32 否
ChannelsCode 渠道代码 字符 32 否
Remark 备注 字符 256 是
Status 状态 整型 - 否 1为启用,-1为禁用,-2为删除(逻辑删除)

XML举例:

      string
      
        string
        string
        string
        string
        string
        int
      



------解决思路----------------------

$soap = new \SoapClient($apiname, $params);
Copy after login
 出来的是个资源类型你可以进行解析得到你想要的数据。
------解决思路----------------------
参考:http://blog.csdn.net/fdipzone/article/details/21810347

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!