From 8b7bfcb2fc1ac1284d59ea839332b59d3d32609d Mon Sep 17 00:00:00 2001 From: qinmingyuan <279378275@qq.com> Date: Sun, 10 Nov 2024 20:04:51 +0800 Subject: [PATCH] shared method --- app/apis/wx_pay/api/base.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/apis/wx_pay/api/base.rb b/app/apis/wx_pay/api/base.rb index 7c91b804..14c65b85 100644 --- a/app/apis/wx_pay/api/base.rb +++ b/app/apis/wx_pay/api/base.rb @@ -1,5 +1,6 @@ module WxPay::Api class Base + include Shared AUTH = 'WECHATPAY2-SHA256-RSA2048' BASE = 'https://api.mch.weixin.qq.com'