ddphp / ehd
东大亿惠达接口
v0.2.2
2017-03-07 06:38 UTC
Requires
- php: >=5.6.0
- digitickets/lalit: ^2.0
- prezent/soap-client: ^0.1.3
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2024-11-23 20:42:33 UTC
README
亿惠达会员(Ehd\Member)
初始化
$member = new \Ehd\Member(); // 查询字段:custid custname custsjh custsfz ynallnew $condition = '288****55'; // 作为卡号 // or $condition = ['custid' => '288****55', ...]; $member->wsdl($wsdl)->where($condition)->find();
where 方法可用查询字段
- custid 卡号
- custname 姓名
- custsjh 手机号
- custsfz 身份证号
- ynallnew 是否新增 Y/N
获取会员资料
$member->getArchives(); // return array $member->getArchives('custid'); // return string $member->getArchives(['custid', 'name']); // return array
调整会员积分
$member->adjustScore(-1, '新版积分调整测试'); // return bool
变更会员资料
$member->changeArchives($newArchives); // return bool
可修改会员资料项
- name 用户姓名
- phone 电话号码
- address 用户地址
- personid 身份证号
- mobilephone 手机(唯一性)
- birthday 生日 yyyy-mm-dd 字符格式
- sex 性别
- edulevel 学历
- email 电子邮箱
- compname 单位名称
- cmpaddr 单位地址
- mantitle 职务