Commit 0582c893 by baochunxin

#G:修改方法修饰符

parent a59aba76
......@@ -43,7 +43,7 @@ public class VxTemlateSendApi {
* first 标题
* @return
*/
private static String sendVxTemlate(Map<String,Object> map){
public static String sendVxTemlate(Map<String,Object> map){
CheckUtil checkUtil = new CheckUtil(ticketSecrets);
checkUtil.setMap(map);
checkUtil.setValue("timeStamp", new Date().getTime()/1000);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment