public void appVersionUpdateNotify(string args) { ParseReceiveParams(args); // 自己处理更新接口回调的逻辑 string updateResult = GetReceiveParam(KeyUpdateResult); Debug.Log("[U3d2NdReceiver]: paymentNotify------------------- the updateResult is " + updateResult); ThirdPartyPlatform.OnNdCheckAppVersion(updateResult); }