lvhao 7 시간 전
부모
커밋
7fe73040fc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      core/CoreApp/models/Model_notice.php

+ 1 - 0
core/CoreApp/models/Model_notice.php

@@ -441,6 +441,7 @@ class Model_notice extends Lin_Model
 			$this->logic_ding->sendToDing('测试获取TT的请求参数'.json_encode([
 				'post'=>$post,
 				'queryParams'=>$queryParams,
+				'content'=>$notice['content'],
 			],JSON_UNESCAPED_UNICODE));
 
 			$res = $this->apitt->su_curl($post,$url,$headers);