update:更新tysdk 默认修改
This commit is contained in:
@@ -26,6 +26,12 @@ namespace tysdk
|
||||
|
||||
public bool verified;
|
||||
|
||||
// Server-side order ID returned from verification
|
||||
public string serverOrderId;
|
||||
|
||||
// Player ID for server-side verification
|
||||
public string userId;
|
||||
|
||||
public bool Check(string orderId, string productId)
|
||||
{
|
||||
confirmed = orderId == this.orderId && productId == this.productId;
|
||||
|
||||
Reference in New Issue
Block a user