Skip to content

Commit

Permalink
添加短信api接口
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Mar 21, 2021
1 parent 335642b commit 33bfcc3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/request/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,16 @@ class SecondhandCarQuery extends Request
public $uri = 'secondhand_car/query';
}

/**
* @method $this withSignId($value)
* @method $this withTemplateId($value)
* @method $this withPhone($value)
* @method $this withParams($value)
*/
class SmsSend extends Request
{
}

/**
* @method $this withImage($value)
*/
Expand Down Expand Up @@ -2796,6 +2806,7 @@ class XnbIndex extends Request
* @method SecondhandCarCity secondhandCarCity() 估值支持的城市
* @method SecondhandCarQuery secondhandCarQuery() 二手车估值
* @method ShopSnap shopSnap() 拍照购
* @method SmsSend smsSend() 短信发送
* @method StarIndex starIndex() 明星百科档案
* @method SpringTravelQuery springTravelQuery() 疫情政策查询
* @method SpringTravelCitys springTravelCitys() 疫情政策查询支持城市
Expand Down

0 comments on commit 33bfcc3

Please sign in to comment.