songxingwei 2 年之前
父節點
當前提交
daa6a874fe
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/data/controller/api/auth/Center.php

+ 2 - 0
app/data/controller/api/auth/Center.php

@@ -1470,6 +1470,8 @@ class Center extends Auth
      * @Param("id",type="string",require=1,default="",desc="消息ID")
      */
     public function readmessage(){
+        $data = ['a'=>1];
+        file_put_contents('pay.txt',json_encode($data));
         $data = $this->_vali([
             'id.require'=>'id有误',
         ]);