摘要:
var now = new Date(); var year = now.getFullYear(); //得到年份 var month = now.getMonth();//得到月份 var date = now.getDate();//得到日期 month = month + 1; if (mo 阅读全文
摘要:
@MapperScan("com.tw.demo.wechatUser.dao") @MapperScan("com.tw.demo.pay.wxPay.dao") @MapperScan("com.tw.demo.test.dao") @SpringBootApplication public c 阅读全文
摘要:
发送示例: http://IP:port/baidu.com?action=2&yydm=kfcs&paytype=3¬ifyUrl=1&czyh=wnpay&outSignNo=1 //post请求 public class DoPostUtils { public static Strin 阅读全文