@@ -23,7 +23,7 @@ public class SDKApplication {
public static void main(String[] args) {
SpringApplication.run(SDKApplication.class, args);
- System.out.println("赞象SDK服务启动成功 <非嵌入式SDK接入, 接口提交6> ( ´・・)ノ(._.`) \n" +
+ System.out.println("赞象SDK服务启动成功 <非嵌入式SDK接入, 接口提交01> ( ´・・)ノ(._.`) \n" +
" ___________ _ __\n" +
"/ ___| _ \\ | / /\n" +
"\\ `--.| | | | |/ / \n" +
@@ -91,7 +91,7 @@ public class WebHandlerAdapter implements HandlerInterceptor {
String server = request.getParameter("server");
//检查加密必传参数
if (StringUtils.isAnyBlank(gameId, timestamp, nonce, sign, server)) {
- log.error("去烧");
+ log.error("参数非法, 缺少必传参数");
throw new BaseException(HttpStatusEnum.INVALID_PARAMS.getMsg());
}
//判断时间戳是否有效