We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map<String, String> map = toMap("access_token", key); if (isNotNullOrEmpty(secret)){ Long timestamp = System.currentTimeMillis(); map.put("timestamp", "" + timestamp); map.put("sign", isName(timestamp, secret)); } //--------------------------------------------------------------- httpRequest.setParamMap(map); httpRequest.setRequestBody(JsonUtil.format(botMessage, 0, 0));
"paramMap": { "access_token": "******", "sign": "****%2BuK7gTw%3D", "timestamp": "1627634322974" }, "requestBody": "{\"markdown\":{\"text\":\"[飞龙]小小温馨提醒您,按时填写jira timesheet哦😁\",\"title\":\"测试\"},\"msgtype\":\"markdown\"}", "uri": "https://oapi.dingtalk.com/robot/send"
现在在执行的过程中, 提示没有access_token 参数
The text was updated successfully, but these errors were encountered:
9a558ee
venusdrogon
No branches or pull requests
现在在执行的过程中, 提示没有access_token 参数
The text was updated successfully, but these errors were encountered: