generated from root/miduo_server
乾游签验bug
parent
6c7666fed4
commit
b4c4de3630
|
@ -87,7 +87,7 @@ public class QYGameRechargeController {
|
|||
if (value == null || "".equals(value)) {
|
||||
continue;
|
||||
}
|
||||
sbKey.append(key).append("=").append(value).append("&");
|
||||
sbKey.append(key).append("=").append(value);
|
||||
}
|
||||
sbKey.append(PAYKEY);
|
||||
String mySign = MD5Util.encrypByMd5(sbKey.toString());
|
||||
|
|
Loading…
Reference in New Issue