junfei 6 年之前
父節點
當前提交
5802783a3e
共有 2 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      app/controller/Sms.php
  2. 二進制
      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(){

二進制
vendor.zip