Commit c0290d896de18e354a53242bac2bf1b1780c7a1b

Authored by saicom
1 parent ebe413bc

东银河订单加签

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/actions/StoreAction.lua
... ... @@ -247,7 +247,7 @@ function _M.iosRechargeRpc(agent, data)
247 247 product_id = dataSet.iap_product_id,
248 248 notify_url = msg.notifyUrl
249 249 }
250   - local sign = signPms(need, secret_key)
  250 + local sign = signDyhPms(need, secret_key)
251 251  
252 252 SendPacket(actionCodes.Store_iosRechargeRpc, MsgPack.pack({ order = partnerOrderId, sign = sign}))
253 253 return true
... ...