- JSAPI下载账单问题
$ curl https://api.mch.weixin.qq.com/v3/billdownload/file?token=xxx -H ' 2Authorization: WECHATPAY2-SHA256-RSA2048 mchid="1900009191" 我想请问一下,这个token怎么获取,应该参照那个api接口,还是说只是这个固定值xxx就可以了
1天前 - 利用p12获取key.pem
您好,我手里有.p12文件,利用 openssl pkcs12 -clcerts -nokeys -in apiclient_cert.p12 -out apiclient_cert.pem 和 openssl pkcs12 -nocerts -in apiclient_cert.p12 -out apiclient_key.pem 获取响应的证书,在获取private key的时候,报错:[root@unipus-test-ccemng ~/wujh]> openssl pkcs12 -nocerts -in apiclient_cert.p12 -out apiclient_key.pem Enter Import Password: Enter PEM pass phrase: Error outputting keys and certificates 140213123424256:error:28078065:UI routines:UI_set_result_ex:result too small:crypto/ui/ui_lib.c:909:You must type in 4 to 1024 characters 140213123424256:error:2807106B:UI routines:UI_process:processing error:crypto/ui/ui_lib.c:549:while reading strings 140213123424256:error:0906406D:PEM routines:PEM_def_callback:problems getting password:crypto/pem/pem_lib.c:59: 140213123424256:error:0907E06F:PEM routines:do_pk8pkey:read key:crypto/pem/pem_pk8.c:83: ,让输入PEM pass phrase的时候,我直接回车了,结果报这个。我问了一下在申请这个p12证书的时候,没有指定这个密码,请问该怎么处理;我的目的是获取签名,目前进行不下去了。有朋友说用.p12文件也可以,但我不知道怎么搞,是否能给个例子
星期一 13:11 - 签名key.pem怎么获取
https://pay.weixin.qq.com/docs/merchant/apis/jsapi-payment/get-fund-bill.html ,这个接口获取sign的时候,要提供key.pem,什么商户私匙,我手里只有wx_appkey和对应的商户api证书.p12文件,请问这个商户私匙怎么获取
11-08 - JSAPI-资金账单接口无法鉴权
您好,我再调用微信https://pay.weixin.qq.com/docs/merchant/apis/jsapi-payment/get-fund-bill.html,这个申请资金账单接口的时候,需要.pem文件,但是我只能找到.p12文件,利用openssl pkcs12 -in apiclient_cert.p12 -out apiclient_cert.pem -nodes,来转换文件,输入的密码为提现的资金密码,结果总报无效密码,请问应该如何处理,这个密码是资金密码吗?
11-07 - 微信商户中结算管理中已结算查询,是否有对应的api
[图片] [图片] 为了减少人工,希望能够代码处理这部分操作,请问相关api是那个?请给个地址,谢谢
10-28