Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR #983 请问一下 可否测试一下这个接口是否还能正常使用么 #1737

Closed
shoaly opened this issue Nov 22, 2019 · 4 comments
Closed

Comments

@shoaly
Copy link
Contributor

shoaly commented Nov 22, 2019

PR #983

// 新增收款个人用户资料
$app->merchant->addSubMerchant([
    'merchant_name' => '店铺名称',
    'merchant_shortname' => '简称',
    'recipient_name' => '姓名',
    'recipient_idcardno' => '111111111111111111', // 身份证
    'recipient_wechatid' => 'wechat-id',
    // ...
]);

// 查询收款个人用户资料
$app->merchant->querySubMerchantByMerchantId('xxx'); // 根据收款识别码查询
$app->merchant->querySubMerchantByWeChatId('xxx'); // 根据收款人微信号查询

Originally posted by @mingyoung in #970 (comment)

@shoaly
Copy link
Contributor Author

shoaly commented Nov 22, 2019

签名方法应该是对的, 因为查询接口还能用, 但是新增的接口就无脑提示签名系统错误
[
"return_code" => "FAIL"
"return_msg" => "签名系统错误,请联系后重试"
]

@overtrue
Copy link
Collaborator

overtrue commented Nov 23, 2019 via email

@shoaly
Copy link
Contributor Author

shoaly commented Nov 25, 2019

联系过客服的, 官方那个论坛的客服说可以用, 但是官方群里面 又引导直接用小微, 所以就想来这边接口提交PR的朋友 问问试试, 看看接口是否已经过时了

@overtrue
Copy link
Collaborator

抱歉不清楚哦

@shoaly shoaly closed this as completed Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants