增加平台验证

master
cqf 3 years ago committed by Gitee
parent 14574fdcf2
commit 34f07b32b9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -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));

Loading…
Cancel
Save