第三方合作无效提示

This commit is contained in:
ZZ 2021-11-10 16:29:04 +08:00
parent 14600207ce
commit 720af17789

View File

@ -87,6 +87,8 @@ public class QueryTokenController {
resp.setMsg("Query token success");
resp.setData(JSONUtil.toJSONString(tokenResponse));
}
} else {
resp.setMsg("Cooperation settings or start time not valid");
}
return resp;
}