修改参数位置

main
yurui 2025-01-03 15:53:36 +08:00
parent 575696192b
commit c808ec9673
2 changed files with 1 additions and 2 deletions

View File

@ -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);

View File

@ -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