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