chore(php): 统一 ScottPan 文件头与注释域名替换
- 按 docs/renew-code-comment.md 将 PHP 文件头改为带边框的 Author 注释\n- 注释中的 crmeb.com 替换为 uj345.cn(代码字符串中的外链未改)\n- 新增 docs/renew-code-comment.md 说明 Made-with: Cursor
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | CRMEB [ CRMEB赋能开发者,助力企业发展 ]
|
||||
// | Author: ScottPan Team
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2016~2026 https://www.crmeb.com All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: CRMEB Team <admin@crmeb.com>
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
|
||||
namespace crmeb\services;
|
||||
|
||||
@@ -29,7 +22,7 @@ class VicWordService
|
||||
*/
|
||||
protected $url = 'https://sms.crmeb.net/api/v2/open/keyword';
|
||||
|
||||
// protected $url = 'http://test-api.crmeb.com/api/v2/open/keyword';
|
||||
// protected $url = 'http://test-api.uj345.cn/api/v2/open/keyword';
|
||||
|
||||
|
||||
private static $instance = null;
|
||||
|
||||
Reference in New Issue
Block a user