void I3RDPlatformSDK.Pay(int price, string billNo, string billTitle, string roleId, int zoneId) { if (JoyYouSDK.isInitialised) { JoyYouNativeInterface.ExchangeGoods(price, billNo, billTitle, roleId, zoneId); } }