From 5fb2bee54ade7b1dc1df882ef0a9819890bcf264 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 18 Jul 2019 10:29:04 +0800 Subject: [PATCH] Update ExtendService.php --- application/store/service/ExtendService.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/store/service/ExtendService.php b/application/store/service/ExtendService.php index bcc4b0949..f9db557b4 100644 --- a/application/store/service/ExtendService.php +++ b/application/store/service/ExtendService.php @@ -22,10 +22,11 @@ use think\Db; * 短信业务扩展服务 * Class ExtendService * @package app\store\service - * ------------------------- + * ========================= * 发送国内短信需要给产品码 [productid] * --- 验证短信的产品码为:676767 * --- 营销短信的产品码为:333333 + * ------------------------- * 发送国际短信需要给国家代码 [code] * --- 国家代码见 getRegionMap * -------------------------