From 23be015239d68c4f7a70948326de5c13a9ced2ff Mon Sep 17 00:00:00 2001 From: thinkphp Date: Sun, 13 Feb 2022 23:50:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=9F=AD=E4=BF=A1=E7=AD=BE?= =?UTF-8?q?=E5=90=8D=E5=92=8C=E6=A8=A1=E6=9D=BF=E7=94=B3=E8=AF=B7=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/request/default.php | 80 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) diff --git a/src/request/default.php b/src/request/default.php index df2c02e..4141bd7 100644 --- a/src/request/default.php +++ b/src/request/default.php @@ -1797,6 +1797,78 @@ class SmsQueryStatus extends Request public $uri = 'sms/query_status'; } +/** + * @method $this withName($value) + * @method $this withRemark($value) + */ +class SmsAddSign extends Request +{ + public $uri = 'sms/add_sign'; +} + +/** + * @method $this withId($value) + */ +class SmsQuerySign extends Request +{ + public $uri = 'sms/query_sign'; +} + +/** + * @method $this withId($value) + * @method $this withName($value) + * @method $this withRemark($value) + */ +class SmsModifySign extends Request +{ + public $uri = 'sms/modify_sign'; +} + +/** + * @method $this withId($value) + */ +class SmsDeleteSign extends Request +{ + public $uri = 'sms/delete_sign'; +} + +/** + * @method $this withName($value) + * @method $this withContent($value) + * @method $this withRemark($value) + */ +class SmsAddTemplate extends Request +{ + public $uri = 'sms/add_template'; +} + +/** + * @method $this withId($value) + */ +class SmsQueryTemplate extends Request +{ + public $uri = 'sms/query_template'; +} + +/** + * @method $this withId($value) + * @method $this withName($value) + * @method $this withContent($value) + * @method $this withRemark($value) + */ +class SmsModifyTemplate extends Request +{ + public $uri = 'sms/modify_template'; +} + +/** + * @method $this withId($value) + */ +class SmsDeleteTemplate extends Request +{ + public $uri = 'sms/delete_template'; +} + /** * @method $this withImage($value) */ @@ -2878,6 +2950,14 @@ class XnbIndex extends Request * @method ShopSnap shopSnap() 拍照购 * @method SmsSend smsSend() 短信发送 * @method SmsQueryStatus smsQueryStatus() 短信发送状态查询 + * @method SmsAddSign smsAddSign() 短信签名申请 + * @method SmsQuerySign smsQuerySign() 短信签名审核状态查询 + * @method SmsModifySign smsModifySign() 修改短信签名 + * @method SmsDeleteSign smsDeleteSign() 删除短信签名 + * @method SmsAddTemplate smsAddTemplate() 短信模板申请 + * @method SmsQueryTemplate smsQueryTemplate() 短信模板审核状态查询 + * @method SmsModifyTemplate smsModifyTemplate() 修改短信模板 + * @method SmsDeleteTemplate smsDeleteTemplate() 删除短信模板 * @method StarIndex starIndex() 明星百科档案 * @method SpringTravelQuery springTravelQuery() 疫情政策查询 * @method SpringTravelCitys springTravelCitys() 疫情政策查询支持城市