generated from root/miduo_server
修改签名
parent
dea80889b2
commit
7e84c8498a
|
|
@ -100,7 +100,7 @@ public class GamotaGetServerListController extends HttpServlet {
|
|||
out.print(resp.toString());
|
||||
return;
|
||||
}
|
||||
String signStr = api_key + appota_user_id;
|
||||
String signStr = api_key + appota_user_id + GamotaConstats.secretKey;
|
||||
String sign = MD5Util.encrypByMd5(signStr);
|
||||
if(!sign.equals(signature)){
|
||||
LOGGER.info("sign=" + sign + " --- signature="+signature);
|
||||
|
|
|
|||
Loading…
Reference in New Issue