@ -200,7 +200,7 @@ public class LoginController {
String appid = AppUtils.getAppid();
authLicense.setId(appid);
authLicense.setAppid(appid);
authLicense.setApkKey(appid);
authLicense.setApiKey(appid);
if(params.get("name")!=null)
authLicense.setName(params.get("name").toString());
authLicense.setSecretKey(AppUtils.getSecretKey(appid));