|
@@ -5,7 +5,7 @@ namespace mtopcard;
|
|
|
class open_query
|
|
|
{
|
|
|
private const OPENAPI_URL = 'https://openapi.xyzshops.cn/api.php/CardInfo/query';
|
|
|
-// private const OPENAPI_URL = 'http://121.89.196.45:8080/api.php/CardInfo/query';
|
|
|
+// private const OPENAPI_URL = 'http://39.101.140.116:8080/api.php/CardInfo/query';
|
|
|
private const APPID = 'ea97586b4aa0c141e4456912f3325f7f';
|
|
|
private const SECURE = '92c51d28e3405c923decf1b333cec3ce';
|
|
|
|