junfei 6 년 전
부모
커밋
5802783a3e
2개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      app/controller/Sms.php
  2. BIN
      vendor.zip

+ 13 - 0
app/controller/Sms.php

@@ -19,6 +19,19 @@ class Sms extends BaseController
 
 
     /**
+     * 未做,日志记录,出错记录等
+     *
+     * 格式
+    POST https://stest.uzipm.com/sms/send HTTP/1.1
+    User-Agent: okhttp/2.7.5
+    Accept-Encoding: gzip
+    Connection: Keep-Alive
+    Host: stest.uzipm.com
+    Content-Length: 82
+    Content-Type: application/json; charset=utf-8
+
+    {"senderid":"MiChat","to":"6590511066","countryID":"SG","content":"test from gzh"}
+
      * 未做,日志记录,出错记录等
      */
     function send(){

BIN
vendor.zip