mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update ExpressService.php
This commit is contained in:
parent
9568df3f2a
commit
4aba900abb
@ -97,6 +97,16 @@ class ExpressService extends Service
|
|||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 楚才开放平台快递公司
|
||||||
|
* @return array
|
||||||
|
* @throws \think\admin\Exception
|
||||||
|
*/
|
||||||
|
public function company(): array
|
||||||
|
{
|
||||||
|
return $this->_getInterface()->doRequest('api.auth.express/getCompany');
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取楚才开放平台接口实例
|
* 获取楚才开放平台接口实例
|
||||||
* @return InterfaceService
|
* @return InterfaceService
|
||||||
@ -109,15 +119,4 @@ class ExpressService extends Service
|
|||||||
$service->setAuth("6998081316132228", "193fc1d9a2aac78475bc8dbeb9a5feb1");
|
$service->setAuth("6998081316132228", "193fc1d9a2aac78475bc8dbeb9a5feb1");
|
||||||
return $service;
|
return $service;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* 楚才开放平台快递公司
|
|
||||||
* @return array
|
|
||||||
* @throws \think\admin\Exception
|
|
||||||
*/
|
|
||||||
public function company(): array
|
|
||||||
{
|
|
||||||
return $this->_getInterface()->doRequest('api.auth.express/getCompany');
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user