We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d6c8a commit 5620c54Copy full SHA for 5620c54
1 file changed
src/CMText/Gateways.php
@@ -24,4 +24,28 @@ class Gateways
24
* Alternative Global endpoint
25
*/
26
const GLOBAL_ALTERNATIVE = 'https://gw.cmtelecom.com/v1.0/message';
27
+
28
+ /**
29
+ * China local gateway
30
+ *
31
+ * @deprecated Instead use {@see \CMText\Gateways::GLOBAL}
32
+ * @see \CMText\Gateways::GLOBAL
33
+ */
34
+ const CN = 'https://gw-cn.cmtelecom.com/v1.0/message';
35
36
37
+ * Hong Kong local gateway
38
39
40
41
42
+ const HK = 'https://gw-hk.cmtelecom.cn/v1.0/message';
43
44
45
+ * United Kingdom local gateway
46
47
48
49
50
+ const UK = 'https://gw-uk.cmtelecom.com/v1.0/message';
51
}
0 commit comments