- 该接口提示这个,其它接口能正常访问?
https://api.mch.weixin.qq.com/v3/ecommerce/profitsharing/orders Array( [code] => INVALID_REQUEST [message] => 暂不支持调用此API)1 商户号: '1593452451';
2020-06-15 - 分账验证签名失败?
{"code":"SIGN_ERROR","detail":{"detail":{"issue":"sign not match"},"field":"signature","location":"authorization","sign_information":{"method":"POST","sign_message_length":85,"truncated_sign_message":"POST\n/v3/ecommerce/profitsharing/orders\n1592016574\nHwa2T9ttFaMVycFuFfoTLY2sJArqE5aM\n\n","url":"/v3/ecommerce/profitsharing/orders"}},"message":"错误的签名,验签失败"} 同样的方法别的支付接口可以,为什么这个就不行?有没有DEMO php的,已经测试3天了,各种猜测,能不能放个demo出来?
2020-06-13 - 分账接口签名验证失败?
{"code":"SIGN_ERROR","detail":{"detail":{"issue":"sign not match"},"field":"signature","location":"authorization","sign_information":{"method":"POST","sign_message_length":85,"truncated_sign_message":"POST\n/v3/ecommerce/profitsharing/orders\n1592016574\nHwa2T9ttFaMVycFuFfoTLY2sJArqE5aM\n\n","url":"/v3/ecommerce/profitsharing/orders"}},"message":"错误的签名,验签失败"} 有没有DEMO,问题是这个签名我用来发送别的接口可以,怎么到分账又不行吗?
2020-06-13 - wechatpay-guzzle-middleware
// Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `GET https://api.mch.weixin.qq.com/v3/certificates` resulted in a `401 Unauthorized` response in F:\web3\letmn.webecn.com\mnapp\vendor\guzzlehttp\guzzle\src\Exception\RequestException.php:113 Stack trace: #0 F:\web3\letmn.webecn.com\mnapp\vendor\guzzlehttp\guzzle\src\Middleware.php(65): GuzzleHttp\Exception\RequestException::create(Object(GuzzleHttp\Psr7\Request), Object(GuzzleHttp\Psr7\Response)) #1 F:\web3\letmn.webecn.com\mnapp\vendor\guzzlehttp\promises\src\Promise.php(203): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Response)) #2 F:\web3\letmn.webecn.com\mnapp\vendor\guzzlehttp\promises\src\Promise.php(156): GuzzleHttp\Promise\Promise::callHandler(1, Object(GuzzleHttp\Psr7\Response), Array) #3 F:\web3\letmn.webecn.com\mnapp\vendor\guzzlehttp\promises\src\TaskQueue.php(47): GuzzleHttp\Promise\Promise::GuzzleHttp\Promise\{closure}() #4 F:\web3\letmn.webecn.com\mnapp\vendor\guzzlehttp\promises\src\Promise.php(246): GuzzleHt in F:\web3\letmn.webecn.com\mnapp\vendor\guzzlehttp\guzzle\src\Exception\RequestException.php on line 113
2020-05-13