docs: 修正模板计数 10→11(sage库有效模板实为11条)
This commit is contained in:
parent
4b0752a28d
commit
1f1270b90b
@ -250,7 +250,7 @@ cd <宿主应用根目录> && py3/bin/python pkgs/smssend/scripts/import_init_sm
|
||||
```
|
||||
|
||||
- 幂等:`INSERT IGNORE` 按主键 id,可重复执行;表不存在时自动按 DDL 建表。
|
||||
- 内容:10 条有效模板(del_flg='0'),源自 sage 平台老库,含注册验证码模板
|
||||
- 内容:11 条有效模板(del_flg='0'),源自 sage 平台老库,含注册验证码模板
|
||||
「用户注册登录验证」(`sms-tmpl-QENKGX81807`,模板变量 `${SMSvCode}`)、
|
||||
欠费/续费/余额不足等业务通知模板、百度 kafka 透传模板。
|
||||
- 模板 `code` 是百度云 template_id,**与百度短信账号绑定**——更换短信账号或签名后
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
sage 平台老库,pipeline 宿主(测试/生产)的 sms_template 一直是 0 行,
|
||||
注册发验证码必然失败(sms_record remark='未找到模板类型: 用户注册登录验证')。
|
||||
|
||||
模板取自 sage.sms_template 有效行(del_flg='0',10 条),含注册验证码模板
|
||||
模板取自 sage.sms_template 有效行(del_flg='0',11 条),含注册验证码模板
|
||||
「用户注册登录验证」(sms-tmpl-QENKGX81807) 与各业务通知模板。
|
||||
|
||||
独立于宿主 scripts/import_init.py(其 INIT_MODULES 不含本模块,且其数据结构
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user