From c0290d896de18e354a53242bac2bf1b1780c7a1b Mon Sep 17 00:00:00 2001 From: saicom <307836273@qq.com> Date: Thu, 19 Aug 2021 15:45:17 +0800 Subject: [PATCH] 东银河订单加签 --- src/actions/StoreAction.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions/StoreAction.lua b/src/actions/StoreAction.lua index ea61c7e..fa38cb6 100644 --- a/src/actions/StoreAction.lua +++ b/src/actions/StoreAction.lua @@ -247,7 +247,7 @@ function _M.iosRechargeRpc(agent, data) product_id = dataSet.iap_product_id, notify_url = msg.notifyUrl } - local sign = signPms(need, secret_key) + local sign = signDyhPms(need, secret_key) SendPacket(actionCodes.Store_iosRechargeRpc, MsgPack.pack({ order = partnerOrderId, sign = sign})) return true -- libgit2 0.21.2