Commit bdd6c00d36a1656e909ecad31caccdad8fb61b5b

Authored by saicom
2 parents 26f9685e c0290d89

Merge branch 'cn/develop' into cn/publish/preview

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