|
|
@@ -10,7 +10,7 @@ namespace JinDouYun\Controller\Common;
|
|
|
|
|
|
|
|
|
use JinDouYun\Controller\BaseController;
|
|
|
-use Util\Common\PartnerTool;
|
|
|
+use Util\Common\PartnerTools;
|
|
|
|
|
|
|
|
|
|
|
|
@@ -26,7 +26,7 @@ class ApiTestCom extends BaseController
|
|
|
|
|
|
public function tool()
|
|
|
{
|
|
|
- $to = new PartnerTool($this->onlineEnterpriseId);
|
|
|
+ $to = new PartnerTools($this->onlineEnterpriseId);
|
|
|
$to->setPushCustomer(1,29);
|
|
|
}
|
|
|
}
|