|
|
|
@ -12,9 +12,9 @@ use GuzzleHttp\Exception\RequestException;
|
|
|
|
|
*/
|
|
|
|
|
class YjlyClient
|
|
|
|
|
{
|
|
|
|
|
const APP_ID = '';
|
|
|
|
|
const APP_ID = 'A86C68D2BD587CEC6';
|
|
|
|
|
const SIGN_NAME = 'sign';
|
|
|
|
|
const SIGN_KEY = 'nmjf65532qavdfsdq962dddsddfsaffd';
|
|
|
|
|
const SIGN_KEY = 'CxYQEh4tU1gnXFUJGC0gBjI=';
|
|
|
|
|
|
|
|
|
|
protected $client;
|
|
|
|
|
protected $baseUrl = 'https://x2centerapi.xiaoxixinxi.com';
|
|
|
|
@ -108,6 +108,10 @@ class YjlyClient
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 测试资源
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @throws Exception
|
|
|
|
|
*/
|
|
|
|
|
public function apply($order, $role)
|
|
|
|
|
{
|
|
|
|
|
throw new Exception('没有接口');
|
|
|
|
|