瀏覽代碼

短信数量限制

shish 6 年之前
父節點
當前提交
54ecf13406
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      common/components/sms.php

+ 3 - 0
common/components/sms.php

@@ -33,6 +33,9 @@ class sms
 	//短信服务密码
 	const PASSWORD = 'abc178c7';
 
+	//每个用户每天可以申请的短信数量
+	const LIMIT = 15;
+
 	//商家发短信 shish 2019.12.24
 	public static function merchantSend($mobile, $msg, $merchant)
 	{