Shakell
Shakell
**想要达到的效果:** 想在后端拿到用于前端调起微信内支付(公众号支付)的相关参数 **目前的效果:** 取回的信息为中不正确,包含undefined,没有相关错误提示 使用接口的代码为: ``` router.get('/wexin/jsapi/:data', async function(req,res,next) { try { //我先在这里通过一些操作取到openid const data = JSON.parse(req.params.data); wxpay.getBrandWCPayRequestParams({ openid: openid, body: '公众号支付测试', detail: '公众号支付测试', out_trade_no: data.orderId, total_fee: data.total_fee, spbill_create_ip: '192.168.2.210',...
你好,想请问一下支付结果异步回调的中间件是否有做验签。 谢谢!
Hello I want to integrate nix-quill-editor to my angular 5 project, and I import the module to my app.module.ts, the browser has a error which is **Error: Unexpected value 'undefined'...