Commit 174f480f by 袁伟铭

调整接口

parent 89e3ca06
......@@ -88,7 +88,7 @@ public class MobileSmsUtils {
*/
public static void main(String[] args) throws IOException {
String msg = "这是发送短信的内容!";
sendMsg("15224553696", msg);
sendMsg("10086", msg);
}
/**
......
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