13 lines
238 B
PHP
13 lines
238 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Sweeper\PlatformMiddleware\Sdk\AeSdk\Iop;
|
||
|
|
|
||
|
|
class UrlConstants
|
||
|
|
{
|
||
|
|
|
||
|
|
public static $api_gateway_url_tw = "https://api-sg.aliexpress.com/sync";
|
||
|
|
|
||
|
|
public static $api_authorization_url = "https://auth.taobao.tw/rest";
|
||
|
|
|
||
|
|
}
|