|
@@ -21,6 +21,7 @@ class Sms
|
|
|
|
|
|
const active_38 = 20;
|
|
const active_38 = 20;
|
|
const active_normal_38 = 21;
|
|
const active_normal_38 = 21;
|
|
|
|
+ const active_314 = 22;
|
|
|
|
|
|
/*
|
|
/*
|
|
* 发送手机短信
|
|
* 发送手机短信
|
|
@@ -90,6 +91,7 @@ class Sms
|
|
self::order_received => '146346',
|
|
self::order_received => '146346',
|
|
self::active_38 => '158122',
|
|
self::active_38 => '158122',
|
|
self::active_normal_38 => '158760',
|
|
self::active_normal_38 => '158760',
|
|
|
|
+ self::active_314 => '160068',
|
|
);
|
|
);
|
|
|
|
|
|
if (!array_key_exists($type, $templates)) {
|
|
if (!array_key_exists($type, $templates)) {
|