Commit 8d6c04be by sikang

Simugu BUG修复第二版

parent 9b0d4771
package tech.starwin.signal;
import android.content.Context;
/**
* Created by SiKang on 2018/10/10.
* 动态口令生成,在HTTP请求时,服务器用来校验身份
*/
public class JNISignal {
static {
System.loadLibrary("signal");
}
public static native String getSignal(Context context);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment