文件名称:webservice:Doctorsender 网络服务来管理campaing、列表、用户等。
文件大小:12KB
文件格式:ZIP
更新时间:2024-07-26 16:40:00
PHP
网络服务 Doctorsender 网络服务来管理campaing、列表、用户等。 ##安装 composer require doctorsender/webservice:dev-master 将它添加到你的 AppKernel.php public function registerBundles() { $bundles = array( ... new Doctorsender\APIBundle\DoctorsenderAPIBundle() ); ##配置 添加您的 config.yml 或导入配置文件。 doctorsender_api : user : " username " token : " your_api_token " 您可以从获取您的医生编号
【文件预览】:
webservice-master
----composer.json(523B)
----LICENSE(11KB)
----Doctorsender()
--------APIBundle()
----.gitignore(5B)
----README.md(1KB)