修改参数位置
parent
575696192b
commit
c808ec9673
|
|
@ -507,7 +507,6 @@ public class PostHeader
|
|||
|
||||
var encodeData = new EncodeData(param);
|
||||
string encodeStr = encodeData.GetEncodeData();
|
||||
Debug.Log($"encodeStr:{encodeStr}");
|
||||
var md5 = EncodeData.GetMd5Hash(encodeStr);
|
||||
string linkStr = md5 + key;
|
||||
string sign = EncodeData.GetSha256Hash(linkStr);
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ namespace PhxhSDK
|
|||
if (long.TryParse(UID, out long uid))
|
||||
{
|
||||
DebugUtil.Log("bilibili支付");
|
||||
GSCSdkInterface.androidPay(uid, UserName, role, totalFee, gameMoney, goodName, orderNum, goodDescription,
|
||||
GSCSdkInterface.androidPay(uid, UserName, role, totalFee, gameMoney, orderNum, goodName, goodDescription,
|
||||
"Test", "https://dev_openapi.kedrgame.com/api/v1/biliGame/notify", sign);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue