[M] iOS add UnityKnowNew pay method

This commit is contained in:
2024-08-06 20:36:33 +08:00
parent dfe606d71a
commit d2f1da88f1
5 changed files with 19 additions and 7 deletions

View File

@@ -3,7 +3,6 @@
#import <XYSDK/XYSDK.h>
#define TOKEN_ERROR @"-8"
extern "C" {
NSString* DicTojsonString(NSDictionary *dict)
@@ -126,6 +125,13 @@ extern "C" {
}
//支付 new
void UnityKnowNew(const char* productId, const char* productPrice, const char* productName,
const char* productCount, const char* prodorderId, const char* appInfo, const char* pType)
{
}
//打点
void SetGaUserInfo(const char* userId)
{