Skip to content

Commit

Permalink
增加S2BsCService
Browse files Browse the repository at this point in the history
  • Loading branch information
钟云昶 authored and 钟云昶 committed Apr 15, 2020
1 parent 955076f commit 8ecc4ea
Show file tree
Hide file tree
Showing 2 changed files with 426 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/QiQiuYunSDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@ public function getPlatformNewsService()
return $this->getService('PlatformNews');
}

/**
* @return \QiQiuYun\SDK\Service\S2B2CService
*/
public function getS2B2CService()
{
return $this->getService('S2B2C');
}

/**
* 创建API请求认证类实例
*
Expand Down
Loading

0 comments on commit 8ecc4ea

Please sign in to comment.