appBinding (C/C++)
2021-06-18 16:57:48
文子
3010
int
appBinding(
const
unsigned short *
secretKey
);
验证授权是否正常,不正常将无法正常使用。
参数:
secretKey - 加密Key,由我们提供。
返回:
返回0表示成功。