提交 2131f8cd authored 作者: lefull_wl's avatar lefull_wl

开卡类型

上级 24009781
...@@ -96,7 +96,7 @@ class AllInPayLogic extends BaseLogic ...@@ -96,7 +96,7 @@ class AllInPayLogic extends BaseLogic
$keys_info = $this->getKeys(); $keys_info = $this->getKeys();
$param['cardNo'] = self::rsaEncrypt($param['cardNo'], $keys_info['data']['public_key'], $keys_info['data']['private_key']); $param['cardNo'] = self::rsaEncrypt($param['cardNo'], $keys_info['data']['public_key'], $keys_info['data']['private_key']);
$param['identityNo'] = self::rsaEncrypt($param['identityNo'], $keys_info['data']['public_key'], $keys_info['data']['private_key']); $param['identityNo'] = self::rsaEncrypt($param['identityNo'], $keys_info['data']['public_key'], $keys_info['data']['private_key']);
$param['cardCheck'] = 7; $param['cardCheck'] = 2;
$client = self::baseClient(); $client = self::baseClient();
$result = $client->request("MemberService", "applyBindBankCard", $param); $result = $client->request("MemberService", "applyBindBankCard", $param);
return self::formatResult($result); return self::formatResult($result);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论